From 6b9d8cd76fcba08de3742d314b171585a563f6d9 Mon Sep 17 00:00:00 2001 From: ichdasich Date: Fri, 26 Sep 2008 21:57:01 +0000 Subject: added openbasedir directiv to httpd-configs git-svn-id: svn://svn.cccv.de/engel-system@297 29ba0400-6e00-0410-a75a-ca02368028f8 --- default-conf/etc/default | 3 ++- default-conf/etc/https | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'default-conf/etc') 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 ServerAdmin webmaster@localhost - + DocumentRoot /var/www/http/ + php_admin_value open_basedir "/var/www/" 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 Order Deny,Allow -- cgit v1.2.3-54-g00ecf