Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#2376 closed defect

unbale to authenticate with apache — at Initial Version

Reported by: cpanelapache@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

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>

Change History (0)

Note: See TracTickets for help on using tickets.