From e700a3bddac36be80c12a2adf57f6239b1a6837b Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 24 Nov 2010 09:06:48 +0100 Subject: [PATCH] lightppd: Add dorestad1493 booking system. --- etc/lighttpd/vhosts/evolution-events-nl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/etc/lighttpd/vhosts/evolution-events-nl b/etc/lighttpd/vhosts/evolution-events-nl index a24a31c..7ee6273 100644 --- a/etc/lighttpd/vhosts/evolution-events-nl +++ b/etc/lighttpd/vhosts/evolution-events-nl @@ -76,6 +76,19 @@ $HTTP["host"] =~ ".evolution-events.nl$" { "^(/.*)$" => "/blaa$1", ) } + $HTTP["host"] =~ "^dorestad(1493)?.evolution-events.nl$" { + fastcgi.server += ( + "/reserveren" => + (( + "socket" => var.site-fcgi-dir + "/dorestad-bookings", + "check-local" => "disable", + )), + ) + + alias.url += ( + "/admin/media/" => var.site-dir + "/applications/dorestad-bookings/python-virtualenv/lib/python2.5/site-packages/Django-1.2.3-py2.5.egg/django/contrib/admin/media/", + ) + } $HTTP["host"] =~ "^xerxes.evolution-events.nl$" { fastcgi.server += ( -- 2.30.2