added openbasedir directiv to httpd-configs
git-svn-id: svn://svn.cccv.de/engel-system@297 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
9d46562589
commit
6b9d8cd76f
|
@ -3,6 +3,7 @@ NameVirtualHost *:80
|
|||
ServerAdmin webmaster@localhost
|
||||
|
||||
DocumentRoot /var/www/http/
|
||||
php_admin_value open_basedir "/var/www/"
|
||||
<Directory />
|
||||
Options FollowSymLinks
|
||||
AllowOverride None
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue