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
|
@ -1,8 +1,9 @@
|
||||||
NameVirtualHost *:80
|
NameVirtualHost *:80
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerAdmin webmaster@localhost
|
ServerAdmin webmaster@localhost
|
||||||
|
|
||||||
DocumentRoot /var/www/http/
|
DocumentRoot /var/www/http/
|
||||||
|
php_admin_value open_basedir "/var/www/"
|
||||||
<Directory />
|
<Directory />
|
||||||
Options FollowSymLinks
|
Options FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
ServerAdmin webmaster@localhost
|
ServerAdmin webmaster@localhost
|
||||||
#kann auch einfach eine IP sein
|
#kann auch einfach eine IP sein
|
||||||
ServerName localhost
|
ServerName localhost
|
||||||
|
php_admin_value open_basedir "/var/www/"
|
||||||
DocumentRoot /var/www/https
|
DocumentRoot /var/www/https
|
||||||
<Directory /var/www/https>
|
<Directory /var/www/https>
|
||||||
Order Deny,Allow
|
Order Deny,Allow
|
||||||
|
|
Loading…
Reference in New Issue