Hello!

   I'am trying to set up a second release of my app behind my prod
server using Apache+mod_wsgi. I am always getting 404 error from
Apache and I cannot find any error on Apache logs. The same app runned
with 'paster serve' works without problems on the same server. I also
tried to setup a new alias for old release instead for new one,
getting 404 error too. My apache conf seems:

...
WSGIApplicationGroup %{GLOBAL}
WSGIDaemonProcess ceaf threads=10 processes=3
WSGIProcessGroup ceaf
WSGIScriptAlias /ceaf /usr/src/tg2env/ceaf/apache/ceaf.wsgi
WSGIScriptAlias / /usr/src/tg2env/ceaf/apache/ceaf.wsgi
WSGIScriptAlias /ceafv2 /usr/src/tg2env/ceaf/apache/ceaf.wsgi
WSGIScriptAlias /ceafv3 /usr/src/tg2env/ceaf/apache/ceaf.wsgi
WSGISocketPrefix /var/run/wsgi
...

'/ceaf' works, '/' works but '/ceafv2' and '/ceafv3' return 404...
Any idea?

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to