[mod_python] just authenhandler

John Calixto John.Calixto at watchguard.com
Tue May 6 14:52:53 EDT 2008


> This works for me:
> 
>         <Location /pyauthtest >
>                 AuthType                Py
>                 Options                 Indexes ExecCGI
>                 PythonAuthenHandler     pyauthhandler
>                 PythonDebug             On
>                 PythonOption            Groups Foo,Bar,Baz
>                 PythonOption            ServerRoot  /var/www/instance
>                 require                 valid-user
>         </Location>
> 

Thanks Ari.

Do you also have a <Directory> stanza in your apache config?  Or are you
doing some magic with the ServerRoot value to effectively build up an
index yourself?

John



More information about the Mod_python mailing list