you may need to set other things... (servername?) See if http://forum.webfaction.com/viewtopic.php?pid=8473#p8473
provides any hints for you.... On Tue, Apr 14, 2009 at 9:27 AM, Mark Larsen <larsen...@gmail.com> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---