Source: https://foxhop.net/f34ad534-2f95-11f1-b8af-e86a64d24d78/pylons-lighttpd-deployment
Snapshot: 2026-05-25T20:08:56Z
Generator: Remarkbox 1527ef7

This is a thread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.

Scan for living source

This is the bare minimum config file required to run pylons under Lighttpd - assuming you are running the paster web server. Drop this into /etc/lighttpd/sites-enabled/ and make sure it ends with ".conf"

$HTTP["host"] =~ "(^|www\.)my-pylowiki-site\.com$" {
    server.document-root = "/dev/null"

    # proxy to pylowiki's paster process on port 5000
    proxy.server = (
        "" => (
            ( "host" => "127.0.0.1", "port" => 5000, )
        )
    )
}

foxhop — Jul 08, 2011 08:38 pm

Thank you very much chooper <http://www.foxhop.net/account/chooper>_ ! This could be very useful for somebody in the future


Source: https://foxhop.net/f34ad534-2f95-11f1-b8af-e86a64d24d78/pylons-lighttpd-deployment
Snapshot: 2026-05-25T20:08:56Z
Generator: Remarkbox 1527ef7