I wrote a utility script to run python programs as fastcgi using lighttpd.

It automatically creates lighttpd.conf and starts lighttpd at the
specified port.
access log and error log are written to the terminal.

Usage:

    $ lightty code.py
    http://0.0.0.0:8080
    ....
    $ lightty code.py 9000
    http://0.0.0.0:8080
    ....

Script is available from http://github.com/anandology/hacks/blob/master/lightty

Hope you will find it interesting!

Anand

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to