Alright, so I passed on mod_python. I switched to mod_fastcgi, which
seems to be doing its job. Now I get the following  when I hit the main
url:

Available Projects

    * attachments: Error
      ([Errno 2] No such file or directory:
'/var/www/zen/trac/attachments/VERSION')
    * cgi-bin: Error
      ([Errno 2] No such file or directory:
'/var/www/zen/trac/cgi-bin/VERSION')
    * conf: Error
      ([Errno 2] No such file or directory:
'/var/www/zen/trac/conf/VERSION')
    * db: Error
      ([Errno 2] No such file or directory:
'/var/www/zen/trac/db/VERSION')
    * htdocs: Error
      ([Errno 2] No such file or directory:
'/var/www/zen/trac/htdocs/VERSION')
    * log: Error
      ([Errno 2] No such file or directory:
'/var/www/zen/trac/log/VERSION')
    * plugins: Error
      ([Errno 2] No such file or directory:
'/var/www/zen/trac/plugins/VERSION')
    * templates: Error
      ([Errno 2] No such file or directory:
'/var/www/zen/trac/templates/VERSION')
    * wiki-default: Error
      ([Errno 2] No such file or directory:
'/var/www/zen/trac/wiki-default/VERSION')
    * wiki-macros: Error
      ([Errno 2] No such file or directory:
'/var/www/zen/trac/wiki-macros/VERSION')

Content-Type: text/plain Oops... Trac detected an internal error: 0
Traceback (most recent call last): File
"/usr/share/trac/cgi-bin/trac.fcgi", line 20, in ? fcgi_frontend.run()
File "/usr/lib/python2.3/site-packages/trac/web/fcgi_frontend.py", line
28, in run _fcgi.Server(_handler).run() File
"/usr/lib/python2.3/site-packages/trac/web/_fcgi.py", line 1049, in run
sock = self._setupSocket() File
"/usr/lib/python2.3/site-packages/trac/web/_fcgi.py", line 994, in
_setupSocket req.run() File
"/usr/lib/python2.3/site-packages/trac/web/_fcgi.py", line 580, in run
self._end(appStatus, protocolStatus) File
"/usr/lib/python2.3/site-packages/trac/web/_fcgi.py", line 606, in _end
sys.exit(appStatus) SystemExit: 0

Again if I use tracd it works fine. The trac project is at the same
location as the DocumentRoot (/var/www/$i/trac) and I put the trac.fcgi
in the / (and it seems to be exectuing since that is what the output is
coming from. What I am not clear on it what part of the config I am
missing since it doesnt see the project like it does under tracd ?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to