From 5acd33001adc30f3cb6d1e2aa5029a95f1947e77 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 28 Dec 2004 02:42:23 +0000 Subject: [PATCH] Turn off sending of PHP identifying header. This is complete useless for any practical application and is a total wasting bandwidth/cpu. --- php.ini-recommended | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;;;;;;;;;;;;;;;;;; -- 2.50.1