diff options
-rwxr-xr-x | public/fcgi/php-bitter | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/fcgi/php-bitter b/public/fcgi/php-bitter new file mode 100755 index 000000000..bf58b9e23 --- /dev/null +++ b/public/fcgi/php-bitter @@ -0,0 +1,3 @@ +#!/bin/sh +PHP_FCGI_CHILDREN=1 PHPRC=/etc/php4/fcgi exec /usr/bin/php4-cgi + |