ftimme
2012-02-13 0fd7da918cb0770b5024507328fb88a6665de64e
- Adjusted open_basedir for Apache apps vhost and nginx ISPConfig and nginx apps vhost.
4 files modified
4 ■■■■ changed files
install/tpl/apache_apps.vhost.master 1 ●●●● patch | view | raw | blame | history
install/tpl/apps_php_fpm_pool.conf.master 1 ●●●● patch | view | raw | blame | history
install/tpl/php_fpm_pool.conf.master 1 ●●●● patch | view | raw | blame | history
server/conf/apps_php_fpm_pool.conf.master 1 ●●●● patch | view | raw | blame | history
install/tpl/apache_apps.vhost.master
@@ -15,6 +15,7 @@
    DocumentRoot {apps_vhost_dir}
    AddType application/x-httpd-php .php
    <Directory {apps_vhost_dir}>
      php_admin_value open_basedir "{apps_vhost_dir}:/usr/share"
      Options FollowSymLinks
      AllowOverride None
      Order allow,deny
install/tpl/apps_php_fpm_pool.conf.master
@@ -16,4 +16,5 @@
chdir = /
php_admin_value[open_basedir] = /var/www/apps:/srv/www/apps:/usr/share
php_admin_flag[magic_quotes_gpc] = off
install/tpl/php_fpm_pool.conf.master
@@ -16,5 +16,6 @@
chdir = /
php_admin_value[open_basedir] = /usr/local/ispconfig/interface:/usr/share
php_admin_value[session.save_path] = /usr/local/ispconfig/server/temp
php_admin_flag[magic_quotes_gpc] = off
server/conf/apps_php_fpm_pool.conf.master
@@ -16,4 +16,5 @@
chdir = /
php_admin_value[open_basedir] = /var/www/apps:/srv/www/apps:/usr/share
php_admin_flag[magic_quotes_gpc] = off