The bottom two Locations should be of the form <Location 
/trac/<env>/login>, not the filesystem path.

--Noah

[EMAIL PROTECTED] wrote:
> Gladly, I'm not sure the formating will keep i'll try to fix it up as
> best i can here.
> 
> 
> <Directory "/usr/csbmb/trac-env/">
>     Options FollowSymLinks
>     Order allow,deny
>     Allow from all
> </Directory>
> 
> 
> <Location "/trac">
>       SetHandler mod_python
>       PythonPath "['/usr/csbmb/trac-env']+sys.path"
>       PythonHandler trac.web.modpython_frontend
>       PythonOption TracEnvParentDir /usr/csbmb/trac-env
>       PythonOption TracUriRoot /trac
> </Location>
> 
> 
> <Location /usr/csbmb/trac-env/port/login>
>   AuthType Basic
>   AuthName "port"
>   AuthUserFile /usr/local/trac/tracctl.htpasswd
>   Require valid-user
> </Location>
> 
> <Location "/usr/csbmb/trac-env/servernotes/login">
>   AuthType Basic
>   AuthName "servernotes"
>   AuthUserFile /usr/csbmb/trac-env/servernotes/trac.htpasswd
>   Require valid-user
> </Location>
> 
> when you access the /trac area of the webserver you get a listing of
> two enviroments named:
> CSBMB Portal System
> and 
> CSBMB Server Notes
> 
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to