1 Oct 2007 02:24
[Trac] Can't see the wiki!
Hello,
After a very hard struggle to put Trac working with the tracd
miniserver, i installed apache2 and all the things i need like
mod_python.
The thing is that mabe i'm missing some of the basis.. I have created
a /var/www/rac initenv with trac-admin, configured the httpd.conf like
this:
<VirtualHost * >
DocumentRoot /var/www/rac/
ServerName trac.mycompany.com
SetEnv HTTPS 1
Alias /trac /usr/share/trac/htdocs
<Location /racbot-rt2>
SetHandler mod_python
PythonInterpreter main_interpreter
PythonPath "sys.path + ['/usr/lib/python2.5/site-packages']"
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/www/rac/
PythonOption TracUriRoot /racbot-rt2
</Location>
<Location /login>
AuthType Basic
AuthName "MyCompany Trac Server"
AuthUserFile /Projects/trac.htpasswd
Require valid-user
</Location>
</VirtualHost>
(Continue reading)
RSS Feed