I'm struggling setting up web2py with Apache2 and mod_wsgi.  I've
followed the manual, (page 205) mainly-->

Alias / /home/web2py/applications/
## setup WSGI
WSGIScriptAlias / /home/web2py/wsgihandler.py
WSGIDaemonProcess web2py user=www-data group=www-data
home=/home/web2py/ 12 processes=10 maximum-requests=500

But this installs web2py at the root of the server.  You can of course do:

WSGIScriptAlias /web2py /home/web2py/wsgihandlder.py

But then all your URL() calls on longer work, since they become
http://server/controller/function.

Anyone struggled with this before?

Mark

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to