diff options
author | Struan Donald <struan@exo.org.uk> | 2012-02-03 18:03:52 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-02-03 18:03:52 +0000 |
commit | 58948ded7a5411372c89907506794c8869989db2 (patch) | |
tree | a82668492b1338db343608a649c7d175c562e6eb /blog/web/fcgi/php-basic | |
parent | 491e67629bccaa9aec4003108f268c89b8a14407 (diff) |
add blog configuration and webroot
Diffstat (limited to 'blog/web/fcgi/php-basic')
-rwxr-xr-x | blog/web/fcgi/php-basic | 3 |
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 + |