Hi all,
I didn't manage to configure Web2py with this web server (each step
was followed and the only result was directory listing, of course when
enabled).
Here is the configuration file:
server.modules = (
"mod_fastcgi",
"mod_rewrite"
)
...
server.document-root = "/tmp/web2py/"
...
fastcgi.server = ( ".fcgi" => ("localhost" => ("min-procs" => 1,
"socket" => "/tmp/fcgi.sock" )))
...
Of course I start fcgihandler.py before the restart of lighttp.
Any ideas?
Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" 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
-~----------~----~----~----~------~----~------~--~---