added openbasedir directiv to httpd-configs

git-svn-id: svn://svn.cccv.de/engel-system@297 29ba0400-6e00-0410-a75a-ca02368028f8
main
ichdasich 16 years ago
parent 9d46562589
commit 6b9d8cd76f

@ -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

@ -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…
Cancel
Save