aboutsummaryrefslogtreecommitdiffstats
path: root/blog/web/fcgi/php-basic
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-02-03 18:03:52 +0000
committerStruan Donald <struan@exo.org.uk>2012-02-03 18:03:52 +0000
commit58948ded7a5411372c89907506794c8869989db2 (patch)
treea82668492b1338db343608a649c7d175c562e6eb /blog/web/fcgi/php-basic
parent491e67629bccaa9aec4003108f268c89b8a14407 (diff)
add blog configuration and webroot
Diffstat (limited to 'blog/web/fcgi/php-basic')
-rwxr-xr-xblog/web/fcgi/php-basic3
1 files changed, 3 insertions, 0 deletions
diff --git a/blog/web/fcgi/php-basic b/blog/web/fcgi/php-basic
new file mode 100755
index 000000000..f3034d9e2
--- /dev/null
+++ b/blog/web/fcgi/php-basic
@@ -0,0 +1,3 @@
+#!/bin/sh
+PHP_FCGI_CHILDREN=1 PHPRC=/etc/php5/fcgi exec /usr/bin/php5-cgi
+