perl problem after cpanel 11 upgrade

oderland

Well-Known Member
PartnerNOC
Dec 30, 2002
103
0
166
Kungsbacka, Sweden
just did the cpanel 11 and perl upgrade. Some of the .pl scripts does not work. Those files are downloadable thru web browser.

http.conf file has
AddHandler cgi-script .cgi .pl

Did upcp/perl 5.8.8 upgrade apache reinstall allready and updated perl modules...

Same problem even on a machine with cpanel v11 and erlier version av perl 5.6/5.7

Help :eek:
 
Last edited:

carock

Well-Known Member
Sep 25, 2002
270
9
168
St. Charles, MO
Anyone have help with this. I have same problem today after cPanel upgraded to version 11 last night.

Apache isn't processing the .pl files.

Chuck
 

carock

Well-Known Member
Sep 25, 2002
270
9
168
St. Charles, MO
I got mine working.

For some reason, I had to add another line:

print "content-type: text/html\n\n";

This script has almost 1200 lines in it, and the diff output from 8/15/07 vs. today doesn't show any change to this line. The page with the link to this script has not changed since late July, so that wasn't it either.

I can only assume the perl upgrade I had to do before the cPanel upgrade must have caused this.

Chuck