diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-18 21:50:32 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-18 21:50:32 (GMT) |
commit | 948970dc8ce2e250324747bf0499c78acfd78912 (patch) | |
tree | e2fa67e15dd5702b69c529c555387717ab4f1ea9 /abs/core-testing/php/php.ini | |
parent | 316d04462eeadfdec54e513357a7ff7a97597a1c (diff) | |
download | linhes_pkgbuild-948970dc8ce2e250324747bf0499c78acfd78912.zip linhes_pkgbuild-948970dc8ce2e250324747bf0499c78acfd78912.tar.gz linhes_pkgbuild-948970dc8ce2e250324747bf0499c78acfd78912.tar.bz2 |
php: remove open_basedir from the configuration.
lighttpd already runs as a restricted user.
if the user wants to use open_basedir all they need todo is uncomment it in /ete/php/php.ini
closes 625
Diffstat (limited to 'abs/core-testing/php/php.ini')
-rw-r--r-- | abs/core-testing/php/php.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/php/php.ini b/abs/core-testing/php/php.ini index 8cbcd56..0d3a568 100644 --- a/abs/core-testing/php/php.ini +++ b/abs/core-testing/php/php.ini @@ -249,7 +249,7 @@ safe_mode_protected_env_vars = LD_LIBRARY_PATH ; and below. This directive makes most sense if used in a per-directory ; or per-virtualhost web server configuration file. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. -open_basedir = /data/srv/httpd/htdocs/:/home/:/tmp/:/usr/share/pear/:/data/srv/tmp:/usr/share/mythtv/mythweather/scripts/:/data/srv/httpd/htdocs/mythweb/data/video:/myth/ipodfeed:/data/srv/httpd/htdocs/archive:/etc +;open_basedir = /data/srv/httpd/htdocs/:/home/:/tmp/:/usr/share/pear/:/data/srv/tmp:/usr/share/mythtv/mythweather/scripts/:/data/srv/httpd/htdocs/mythweb/data/video:/myth/ipodfeed:/data/srv/httpd/htdocs/archive:/etc:/myth:/media ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-delimited list of function names. This directive is |