projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dac9924
)
lightppd: Add dorestad1493 booking system.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 24 Nov 2010 08:06:48 +0000
(09:06 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 24 Nov 2010 08:06:48 +0000
(09:06 +0100)
etc/lighttpd/vhosts/evolution-events-nl
patch
|
blob
|
history
diff --git
a/etc/lighttpd/vhosts/evolution-events-nl
b/etc/lighttpd/vhosts/evolution-events-nl
index a24a31ce7c7443937b51fc16ccda7a8c976dd6ca..7ee627368ea35daf6caea0fe3ee8842666a043ee 100644
(file)
--- 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 += (