There are examples on how to configure wsgi here: http://mdp.cti.depaul.edu/examples/static/web2py_manual_cut.pdf
I am not sure what is missing in your code but it seems too minimalist. Massimo On Apr 1, 12:41 pm, Mark Larsen <[email protected]> wrote: > Web2py 1.59 > Apache 2.2.11 > > My http.conf entries for this are: > > WSGIScriptAlias /web2py/ /home/larsenma/web2py/web2py-algSim/wsgihandler.py > <Directory "/home/larsenma/web2py/web2py-algSim"> > Order allow,deny > Allow from all > </Directory> > > Going tohttp://serverName/web2py/, returns HTTP 400 Bad Request, nothing in > the apache logs > > Going tohttp://serverName/web2py/welcome, returns HTTP 400 Bad Request, > apache logs says " Target WSGI script not found or unable to stat: > /home/larsenma/web2py/web2py-algSim/wsgihandler.pywelcome" > > Anyone have any ideas as to what's happening? > > Thanks, > > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

