Web Hosting Talk







View Full Version : Can't see PHP Version in CPanel


Dacsoft
01-29-2004, 12:23 AM
Anybody ever have a problem where the PHP Version doesn't show in cpanel? PHP does work.
Redhat Fedora with CPanel and PHP 4.3.4

sprintserve
01-29-2004, 12:37 AM
In httpd.conf, is your server signatures off? Or do you run mod_security for example and is blocking server signatures from showing?

Swas-MARK
01-29-2004, 04:21 AM
We have the same problem, and yes we use mod_security.

Dacsoft
01-29-2004, 07:51 AM
Yes I am using mod_security.

thanks,

sprintserve
01-30-2004, 02:10 AM
Then in your mod_security section in httpd.conf, you probably have this configuration:

SecServerSignature " "

Remove it or comment it out and you will see all the versions again.

Dacsoft
01-30-2004, 07:27 AM
Thanks. I will check it out.