I setup lighttpd by following this tutorial: http://web2py.googlegroups.com/attach/e96c0ab84d8e474e/tutorial.htm?view=1&part=2
Keep at it - it took some effort to get working but it has definitely been worth it! For another project I have to use Apache and am getting all kinds of errors atm. Richard On Sep 8, 8:28 pm, Vidul Petrov <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

