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 to http://serverName/web2py/, returns HTTP 400 Bad Request, nothing in
the apache logs

Going to http://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 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