summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-12-28 02:42:23 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-12-28 02:42:23 +0000
commit5acd33001adc30f3cb6d1e2aa5029a95f1947e77 (patch)
tree2d5c50cc022387f220c565cdab1471786a4a188c /php.ini-recommended
parent69b24010994f61083c4c2b64b8b2a4944616be93 (diff)
downloadphp-git-5acd33001adc30f3cb6d1e2aa5029a95f1947e77.tar.gz
Turn off sending of PHP identifying header. This is complete useless for
any practical application and is a total wasting bandwidth/cpu.
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index dc832e1d4b..0c0d993539 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -288,7 +288,7 @@ disable_classes =
; (e.g. by adding its signature to the Web server header). It is no security
; threat in any way, but it makes it possible to determine whether you use PHP
; on your server or not.
-expose_php = On
+expose_php = Off
;;;;;;;;;;;;;;;;;;;