[Trac-tickets] [The Trac Project] #2376: unbale to authenticate
with apache
The Trac Project
noreply at edgewall.com
Sat Nov 19 04:37:16 CST 2005
#2376: unbale to authenticate with apache
------------------------------------+---------------------------------------
Reporter: cpanelapache at gmail.com | Owner: jonas
Type: defect | Status: new
Priority: high | Milestone:
Component: general | Version: 0.9
Severity: normal | Keywords: |
------------------------------------+---------------------------------------
Hey im using trac 0.9 with apache 2 and currently im unable to get it to
offer authentication for the /login the error i get from trac is this
No handler matched request to /error/HTTP_UNAUTHORIZED.html.var
my virtual host configuration looks like this
<VirtualHost *>
DocumentRoot C:/wiki/cpanelapache
ServerName wiki.lvlymatt.uni.cc
<Directory />
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv C:/wiki/cpanelapache
PythonOption TracUriRoot /
</Directory>
<Location "/login">
AuthType Basic
AuthName "Developers wiki login"
AuthUserFile "C:/etc/wiki"
Require valid-user
</Location>
</VirtualHost>
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2376>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list