Manuzhai schrieb:
On 2/1/06, Carsten Marx <[EMAIL PROTECTED]> wrote:
Yes i am. I did an restart on the apache daemon and doublechecked the
logs of apache. The only thing i see on a reload is a GET request in the
access log.
For the error message see: http://mobile.mediovis.de/

That's weird... The only weird thing I see is that you have your
DocumentRoot set to the TracEnv, I usually don't do that, but I don't
think it should matter.
Ok is disabled it.. No change.

Oh; you might want to add "SetEnv PYTHON_EGG_CACHE /tmp/eggs" to your
config. Did you install Trac as an egg, or just the source?
Ok.... what?... ;-) Sorry i don't understand this question... I've installed trac using atitude on a debian mashine. So i think it's a egg, or isn't it?

Here my actual configuration:

-----------------------------------------------------------------
<VirtualHost *>

   #DocumentRoot /home/svn/trac-files/mobilemediovis

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

   <Location />
       SetHandler mod_python
       PythonDebug On
       SetEnv PYTHON_EGG_CACHE /tmp/eggs
       PythonHandler trac.web.modpython_frontend
       PythonOption TracEnv "/home/svn/trac-files/mobilemediovis"
       PythonOption TracUriRoot /
   </Location>

  <Location /login>
       AuthType Digest
       AuthName "mobilemediovis"
       AuthUserFile /srv/www/merkste-was-de/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>
-----------------------------------------------------------------
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to