Problems with Trac, WSGI and Apache

I have some rookie questions I hope someone will help me with?
I want to use Trac, and tried following this guide;
http://svn.debian.org/viewsvn/python-apps/packages/trac/trunk/debian/README.Debian?view=markup
These are my steps so far..
apt-get install trac
mkdir /usr/local/trac
chown -R www-data:www-data /usr/local/trac
su www-data
trac-admin /trac initenv

mkdir -p /usr/local/trac/projects/my-project
trac-admin /usr/local/trac/projects/my-project initenv
trac-admin /usr/local/trac/projects/my-project deploy /tmp/deploy
mv /tmp/deploy/* /usr/local/trac

So now I have the scripts, and the guide says
"To use trac as an executable script in Apache, just add the according entry:
WSGIScriptAlias /trac /path/to/www/trac/cgi-bin/trac.wsgi"

My question is TO WHAT? Add the entry to which file?

I tried adding it to the apache2/httpd.conf , but that file was empty, and it didn´t work when adding the line.

Thanks

0
Syndicate content