rouler le bureau en register_globals
grouper les options php Closes: #563
This commit is contained in:
parent
b1dbde9d23
commit
0fb06110c0
|
@ -4,13 +4,13 @@
|
||||||
# ***ALTERNC_ALIASES***
|
# ***ALTERNC_ALIASES***
|
||||||
|
|
||||||
<Directory /var/alternc>
|
<Directory /var/alternc>
|
||||||
php_admin_value disable_functions chmod,chown,chgrp,link,symlink
|
|
||||||
AllowOverride AuthConfig FileInfo
|
AllowOverride AuthConfig FileInfo
|
||||||
Options Indexes Includes FollowSymLinks MultiViews
|
Options Indexes Includes FollowSymLinks MultiViews
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
php_admin_flag safe_mode_gid on
|
php_admin_flag safe_mode_gid on
|
||||||
php_admin_flag safe_mode on
|
php_admin_flag safe_mode on
|
||||||
|
php_admin_value disable_functions chmod,chown,chgrp,link,symlink
|
||||||
php_admin_value safe_mode_exec_dir /var/alternc/exec.usr
|
php_admin_value safe_mode_exec_dir /var/alternc/exec.usr
|
||||||
php_admin_value disable_functions chgrp,link,symlink
|
php_admin_value disable_functions chgrp,link,symlink
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@
|
||||||
<Directory /var/alternc/bureau>
|
<Directory /var/alternc/bureau>
|
||||||
php_admin_flag safe_mode_gid off
|
php_admin_flag safe_mode_gid off
|
||||||
php_admin_flag safe_mode off
|
php_admin_flag safe_mode off
|
||||||
|
php_admin_flag register_globals on
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory /var/alternc/dns/%%fqdn_lettre%%/%%fqdn%%>
|
<Directory /var/alternc/dns/%%fqdn_lettre%%/%%fqdn%%>
|
||||||
php_admin_flag safe_mode_gid off
|
php_admin_flag safe_mode_gid off
|
||||||
|
|
Loading…
Reference in New Issue