I'm new to the this list. So "Hello to all".

First some config information:

Apache/2.0.54 (Debian GNU/Linux)
DAV/2 SVN/1.1.4
mod_python/3.1.3
Python/2.3.5
PHP/5.0.5-Debian-0.8~sarge1
Trac in Version 0.9.3
Trac is included in /usr/lib/python2.3/site-packages

With the tracd standalone it works. But i want to run trac behind my apache.

I've tried the following configuration regarding to the documentation decribed on the trac homepage:
----------------------------------------------------------------------------
<VirtualHost *>

   DocumentRoot /home/svn/trac-files/mobilemediovis

   ServerName mobile.mediovis.de
   ServerAlias www.mobile.mediovis.de
   ServerAdmin [EMAIL PROTECTED]

   <Location />
       SetHandler mod_python
       PythonHandler trac.web.modpython_frontend
       PythonOption TracEnv "/home/svn/trac-files/mobilemediovis"
       PythonOption TracUriRoot /
   </Location>

  <Location /login>
       AuthType Digest
       AuthName "mobilemediovis"
       AuthUserFile /srv/www/dav_svn.passwd
       Require valid-user
  </Location>

      ErrorLog /srv/www/mobile-mediovis-de/log/error.log
      # Possible values include: debug, info, notice, warn, error, crit,
      # alert, emerg.
      LogLevel debug
      CustomLog /srv/www/mobile-mediovis-de/log/access.log combined
      ServerSignature On
</VirtualHost>
----------------------------------------------------------------------------

Where in /home/svn/trac-files/mobilemediovis there is a well configured trac env (works with the standalone tracd).

But i get an Error 500 if i want to open the trac site in my web browser...

Any hints? It's frustrating...



Thanks in advance

Best Regards

Carsten Marx
--
Carsten Marx (B.Sc.)
Workgroup Human-Computer Interactio
University of Konstanz
Web: http://hci.uni-konstanz.de/staff/Marx
Email: [EMAIL PROTECTED]
Phone: +49 7531 88 2868


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to