X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fphp5%2Fcgi%2Fphp.ini.local;h=98dd3d866dd89ced0abb12c61db23591d3f72e16;hb=refs%2Fheads%2Fwww;hp=da0324692ff1a0034f8d271a89829bbb168e3ce5;hpb=537ab47a8a166b386430b61b0c259560e4008d5d;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/php5/cgi/php.ini.local b/etc/php5/cgi/php.ini.local index da03246..98dd3d8 100644 --- a/etc/php5/cgi/php.ini.local +++ b/etc/php5/cgi/php.ini.local @@ -21,14 +21,14 @@ enable_dl = Off allow_url_fopen = Off -# Use conforming headers (not sure how useful this is, though) +# Use conforming headers, not sure how useful this is, though cgi.rfc2616_headers = 1 # Conform to CGI spec -# Needed for lighttpd (http://trac.lighttpd.net/trac/wiki/Docs%3AModCGI) +# Needed for lighttpd, see http://trac.lighttpd.net/trac/wiki/Docs%3AModCGI cgi.fix_pathinfo = 1 # Include some global php libraries -include_path = "/var/www/php5-libs" +include_path = "/var/www/php5-libs:." # vim: set filetype=dosini: