Hi, I've configured my trac to authorized use htpasswd file: 32 <Location /trac> 33 SetHandler mod_python 34 PythonHandler trac.web.modpython_frontend 35 PythonOption TracEnv /home/tracroot/myproj 36 PythonOption TracUriRoot /trac 37 </Location> 38 39 <Location /trac/login> 40 AuthType Basic 41 AuthName "myproj" 42 AuthUserFile /home/tracroot/myproj/.htpasswd 43 Require valid-user 44 </Location> and it works well before. I've upgraded my apache today(debian testing) and it didn't works anymore. When I visit my /trac/login, it says: ---- Error
No handler matched request to /error/HTTP_UNAUTHORIZED.html.var ---- I think there's some modules missing in apache, cause this upgrade in debian disabled many many modules that previous enabled. I've enabled following modules after upgrading: ---- [EMAIL PROTECTED]:/etc/apache2/mods-enabled$ ls alias.load authn_default.load cgi.load mime.load auth_anon.load authn_file.load dav_fs.conf mod_python.load auth_basic.load authz_dbm.load dav_fs.load negotiation.load auth_dbm.load authz_default.load dav.load perl.conf auth_digest.load authz_groupfile.load dav_svn.conf perl.load authn_alias.load authz_host.load dav_svn.load php4.conf authn_anon.load authz_owner.load dir.load php4.load authn_dbd.load authz_user.load env.load setenvif.load authn_dbm.load autoindex.load include.load status.load ---- Your help is appreciated. -- regards, fishy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
