diff options
-rw-r--r-- | default-conf/etc/default | 3 | ||||
-rw-r--r-- | default-conf/etc/https | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/default-conf/etc/default b/default-conf/etc/default index 671e9683..49e60ba1 100644 --- a/default-conf/etc/default +++ b/default-conf/etc/default @@ -1,8 +1,9 @@ NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin webmaster@localhost - + DocumentRoot /var/www/http/ + php_admin_value open_basedir "/var/www/" <Directory /> Options FollowSymLinks AllowOverride None diff --git a/default-conf/etc/https b/default-conf/etc/https index 8e1aae11..aaa0bf3f 100644 --- a/default-conf/etc/https +++ b/default-conf/etc/https @@ -8,6 +8,7 @@ ServerAdmin webmaster@localhost #kann auch einfach eine IP sein ServerName localhost + php_admin_value open_basedir "/var/www/" DocumentRoot /var/www/https <Directory /var/www/https> Order Deny,Allow |