stu7 has asked for the wisdom of the Perl Monks concerning the following question:
problem with: perl scripts / Apache / SuSE 7.+
I have a working netscape/apache setup which will run
a file.cgi type script correctly... however, if I copy
this to file.pl I get a popup widget which offers to
save the file, but wont run it.
I know the script works...(cgi copy works fine)...
and I'm pretty sure it is something in the httpd.conf
file that needs adding or changing... however, none of
the following have worked:
adding .pl to the AddHandler cgi-script .cgi line
adding AddType application/x*
(neither x-perl nor x-httpd-perl worked)
installing mod_perl for apache
Hopefully, somebody here using SuSE 7.+ is running
perl scripts through their browser, and can help with
this ?
Since none of the suggested fixes have worked, this
may be a bug in SuSE, rather than a config problem...
if you know of a patch, that would be appreciated too.
Edit by tye to remove H3 tags around entire post
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: enabling PERL file type in Apache/web
by Gyro (Monk) on Feb 02, 2002 at 17:48 UTC | |
by stu7 (Initiate) on Feb 04, 2002 at 02:50 UTC | |
by Gyro (Monk) on Feb 04, 2002 at 16:34 UTC | |
|
Re: enabling PERL file type in Apache/web
by screamingeagle (Curate) on Feb 01, 2002 at 21:56 UTC | |
by stu7 (Initiate) on Feb 01, 2002 at 22:44 UTC |