From: Ilia Alshanetsky Date: Tue, 28 Dec 2004 02:42:23 +0000 (+0000) Subject: Turn off sending of PHP identifying header. This is complete useless for X-Git-Tag: RELEASE_0_2~449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5acd33001adc30f3cb6d1e2aa5029a95f1947e77;p=php Turn off sending of PHP identifying header. This is complete useless for any practical application and is a total wasting bandwidth/cpu. --- 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 ;;;;;;;;;;;;;;;;;;;