diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:12:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:12:07 +0100 |
commit | 03bf13344ce2f7373322db40779c5d90b91e0f04 (patch) | |
tree | 543d526fb002032c91b23b731e1cc804475035bc /package/php/files | |
parent | 24ddf86936572143311343af2a05b648dcdebeea (diff) |
update to latest upstream version
Diffstat (limited to 'package/php/files')
-rw-r--r-- | package/php/files/php.ini | 3 | ||||
-rw-r--r-- | package/php/files/php.init | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/package/php/files/php.ini b/package/php/files/php.ini index e6fb3c5fa..b41be8776 100644 --- a/package/php/files/php.ini +++ b/package/php/files/php.ini @@ -248,7 +248,8 @@ default_mimetype = "text/html" ; if you are running php as a CGI under any web server (other than IIS) ; see documentation for security issues. The alternate is to use the ; cgi.force_redirect configuration below -doc_root = /www +; lighttpd: must be the same as server.document-root +doc_root = /srv/www/htdocs ; The directory under which PHP opens the script using /~username used only ; if nonempty. diff --git a/package/php/files/php.init b/package/php/files/php.init index 238f67daf..210db4ad8 100644 --- a/package/php/files/php.init +++ b/package/php/files/php.init @@ -3,7 +3,7 @@ #INIT 80 . /etc/rc.conf -export PHP_FCGI_CHILDREN='' +export PHP_FCGI_CHILDREN='2' case $1 in autostop) ;; |