how to get trac to run with apache?
Posted
by ajsie
on Stack Overflow
See other posts from Stack Overflow
or by ajsie
Published on 2010-04-02T03:12:07Z
Indexed on
2010/04/02
3:13 UTC
Read the original article
Hit count: 515
i have some problems getting trac to be running with apache.
have no idea of how to do and the tutorial i followed doesnt work.
i have an empty /etc/apache2/httpd.conf. should it be empty?
then i followed the tutorial (http://trac.edgewall.org/wiki/TracModPython) and typed in:
LoadModule python_module modules/mod_python.so
so now it contains one row. i have ubuntu and i installed mod_python with:
apt-get install libapache2-mod-python libapache2-mod-python-doc
however, when i run a2enmod mod_python it says:
ERROR: Module mod_python does not exist!
but i have checked that it exists in /usr/lib/apache2/modules/mod_python.so.
so whats the problem?
© Stack Overflow or respective owner