Changes between Version 5 and Version 6 of Quick-Start
- Timestamp:
- Jan 25, 2021, 8:35:06 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Quick-Start
v5 v6 44 44 {{{ 45 45 <Location /svn> 46 AuthName "Auth"46 AuthName "TracAuth" 47 47 SVNParentPath /var/www/svn 48 48 SVNListParentPath on … … 56 56 SetHandler mod_python 57 57 PythonHandler trac.web.modpython_frontend 58 PythonOption TracUriRoot 58 PythonOption TracUriRoot /trac 59 59 PythonOption TracEnvParentDir /var/www/trac 60 60 </Location> 61 61 <Location /trac/foo/login> 62 62 AuthType Basic 63 AuthName "trac"63 AuthName "TracAuth" 64 64 AuthUserFile /srv/auth/htpasswd 65 65 Require valid-user