Jani
Thanks a million for the quick reply !
You were right, I updated httpd.conf :
<Location />
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/trac
PythonOption TracUriRoot /
PythonDebug off
# </Location>
# <Location /login>
AuthType Basic
(notice commented out /login directive )
And it works like a charm :-)
Thanks again
On 14 Oct 2007, at 18:21, Jani Tiainen wrote:
>
> [EMAIL PROTECTED] kirjoitti:
>> I installed trac on a new server today, latest version using
>> mod_python. On my previous server, using the cgi interface, a login
>> prompt would appear when first accessing Trac.
>>
>> Now this doesn't happen. I have to manually click on 'login' on the
>> trac homepage to get a login prompt.
>>
>> What can i do to get a login prompt every time.
>
> You need to define root of trac as protected content (not just login)
>
> --
>
> Jani Tiainen
>
>
> >
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
Jacob Reimann
Managing Director
Netrino - Bespoke online shops
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---