update
This commit is contained in:
parent
e62b5a0ab9
commit
b66aba6423
@ -1,7 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# setting php.ini
|
|
||||||
sed -i 's/expose_php = On/expose_php = Off/' /usr/local/etc/php/php.ini
|
|
||||||
|
|
||||||
# service crond start
|
# service crond start
|
||||||
exec apache2-foreground
|
exec apache2-foreground
|
2
php.ini
2
php.ini
@ -376,7 +376,7 @@ zend.exception_ignore_args = On
|
|||||||
; threat in any way, but it makes it possible to determine whether you use PHP
|
; threat in any way, but it makes it possible to determine whether you use PHP
|
||||||
; on your server or not.
|
; on your server or not.
|
||||||
; http://php.net/expose-php
|
; http://php.net/expose-php
|
||||||
expose_php = On
|
expose_php = Off
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;
|
||||||
; Resource Limits ;
|
; Resource Limits ;
|
||||||
|
Loading…
Reference in New Issue
Block a user