{"revision": {"id": "f3a0d57c-2f95-11f1-923f-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:\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": 2, "created": 1310167378000}}