Web Hosting Talk







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


Dacsoft
01-28-2004, 11:23 PM
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-28-2004, 11:37 PM
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, 03:21 AM
We have the same problem, and yes we use mod_security.

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

thanks,

sprintserve
01-30-2004, 01: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, 06:27 AM
Thanks. I will check it out.