{"revision": {"id": "f3a0d9dd-2f95-11f1-b726-e86a64d24d78", "node_id": "f34ad534-2f95-11f1-b8af-e86a64d24d78", "user_id": "f34c3689-2f95-11f1-aa6f-e86a64d24d78", "author": "chooper", "data": "This is the bare minimum config file required to run pylons under Lighttpd - assuming you are running are running the paster web server. Drop this into `/etc/lighttpd/sites-enabled/` and make sure it ends with \".conf\"\r\n\r\n\r\n.. code-block:: config\r\n\r\n    $HTTP[\"host\"] =~ \"(^|www\\.)my-pylowiki-site\\.com$\" {\r\n        server.document-root = \"/dev/null\"\r\n\r\n        # proxy to pylowiki's paster process on port 5000\r\n        proxy.server = (\r\n            \"\" => (\r\n                ( \"host\" => \"127.0.0.1\", \"port\" => 5000, )\r\n            )\r\n        )\r\n    }\r\n", "source_format": "rst", "revision_number": 3, "created": 1310167449000}}