Hi, I was able to compile mod_wsgi and make a test wsgi script work under apache.
installed gluon to python site-packages, they are imported fine because there are no errors on "import gluon...." when I call script through the browser. if I go to http://..../appadmin.py I get in error_log [Sun May 31 03:31:40 2009] [error] [client 128.200.203.33] http_host = request.env.http_host.split(':')[0] [Sun May 31 03:31:40 2009] [error] [client 128.200.203.33] NameError: name 'request' is not defined I'm at loss - how do I install/access the app through the web? (copied welcome/* and admin/* under WSGIScriptAlias tree) Thanks! p.s. gotta write that README file, man! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

