Hi,
I've recently installed Redhat v10 with Apache 2.0 and am currently struggling to configure my httpd.conf file correctly to allow the execution of the Perl scripts.
When a .pl script tries to execute (i.e.: the shopping cart) I receive an "Internal Server Error" page.
I have read hundreds of pages of possible solutions in forums and google groups but I just cannot get perl to execute correctly.
I have one concern and that is when I look at some of the generated .pl files from Actinic they do not have a content-type near the top of the script where I'd expect to see one (from reading many sources).
I'd appreciate any help or even a fully functional httpd.conf file from someone's server so I can compare it with mine.
Thanks in advance.
I've recently installed Redhat v10 with Apache 2.0 and am currently struggling to configure my httpd.conf file correctly to allow the execution of the Perl scripts.
When a .pl script tries to execute (i.e.: the shopping cart) I receive an "Internal Server Error" page.
I have read hundreds of pages of possible solutions in forums and google groups but I just cannot get perl to execute correctly.
I have one concern and that is when I look at some of the generated .pl files from Actinic they do not have a content-type near the top of the script where I'd expect to see one (from reading many sources).
I'd appreciate any help or even a fully functional httpd.conf file from someone's server so I can compare it with mine.
Thanks in advance.
Comment