Update CPanel -- Now CGI Shows Blank Page

wscreate

Active Member
Aug 14, 2001
36
0
306
I upgraded CPanel through web host manager and now all cgi scripts (.cgi and .pl) show a blank page when run. I ran the backend scripts update, server software update and system software update. Now, there isjust a blank page when a script is executed. No error, no 500 error or anything, just a blank page.

The correct entries are in httpd.conf....

# To use CGI scripts:
AddHandler cgi-script .cgi .pl

Has this happened to anyone? What\'s up?

[Edited on 12/14/01 by wscreate]
 

MrHits

Well-Known Member
Oct 31, 2001
92
0
306
What would be helpfull to know would be a snap shot of the log fies for one of the sites that is having the problem.


tail -50 /usr/local/apache/domlogs/domainmame.com

<replace domainname.com with your actual doman name>

Also:
tail -50 /usr/local/apache/logs/error_log


And..if you somehow activated suexec..
tail -50 /usr/local/apache/logs/suexec_log

This will most likely give us the error, if any that is happening.