]> granicus.if.org Git - php/commitdiff
Turn off sending of PHP identifying header. This is complete useless for
authorIlia Alshanetsky <iliaa@php.net>
Tue, 28 Dec 2004 02:42:23 +0000 (02:42 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 28 Dec 2004 02:42:23 +0000 (02:42 +0000)
any practical application and is a total wasting bandwidth/cpu.

php.ini-recommended

index dc832e1d4bc05074260632200d8c3b2d564a9c22..0c0d993539e4f8a7c8419368f4c6ed34fbb8a0d4 100644 (file)
@@ -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
 
 
 ;;;;;;;;;;;;;;;;;;;