B BjornBorg Verified User Joined Mar 21, 2017 Messages 13 Mar 24, 2017 #1 How to hide PHP and Apache version from intruders and hackers ? Can anyone elaborate more on it?
wattie Verified User Joined May 31, 2008 Messages 1,206 Location Bulgaria Mar 24, 2017 #2 In php.ini there is an "expose_php" option - make it "off". For Apache look to make "ServerSignature Off" and "ServerTokens Prod". It should be somewhere in the "extra" folder.
In php.ini there is an "expose_php" option - make it "off". For Apache look to make "ServerSignature Off" and "ServerTokens Prod". It should be somewhere in the "extra" folder.
B BjornBorg Verified User Joined Mar 21, 2017 Messages 13 Mar 27, 2017 #3 That helped. Thanks for reply.