Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5744 closed enhancement (wontfix)

More explained auth config

Reported by: paurullan@… Owned by: Christian Boos
Priority: low Milestone:
Component: wiki system Version:
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

In the guide there is a chapter where the Apache config is explained. However the example only shows auth-only users. If you whant a mixed mode in your repository you may have to put the auth stuff in the trac/login location. I would like to add this to the project documentation but since I do not know where exactly put I make a ticket with my config.

paurullan@silverymoon:repositori/configuracions/trac % cat mod_python.conf 
<Location /trac>
        SetHandler mod_python
        PythonHandler trac.web.modpython_frontend 
        PythonOption TracEnv /var/www/trac
        PythonOption TracUriRoot /trac
        PythonDebug off
</Location>
<Location /trac/login>
        AuthType Basic
        AuthName "Trac"
        AuthUserFile /var/www/trac/conf/htpasswd
        Require valid-user
        Order allow,deny
        Allow from all
        SetHandler mod_python
        PythonHandler trac.web.modpython_frontend 
        PythonOption TracEnv /var/www/trac
        PythonOption TracUriRoot /trac
        PythonDebug off
</Location>

Attachments (2)

mod_python.conf (498 bytes ) - added by paurullan@… 17 years ago.
Example of mod_python.conf with anonymous
mod_python.2.conf (498 bytes ) - added by paurullan@… 17 years ago.
Example of mod_python.conf with anonymous+loged users

Download all attachments as: .zip

Change History (3)

by paurullan@…, 17 years ago

Attachment: mod_python.conf added

Example of mod_python.conf with anonymous

by paurullan@…, 17 years ago

Attachment: mod_python.2.conf added

Example of mod_python.conf with anonymous+loged users

comment:1 by ThurnerRupert, 17 years ago

Resolution: wontfix
Status: newclosed

i guess everybody will be happy if you adjust the doc on trac.edgewall.org.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.