Can anyone help me mapp perl?
I am running apache 1.3 in linux mandrake 8.0
need to map .cgi files
I read throught the documents at apache.org, and am still lost
please help!map perl?
you mean have .cgi handled by perl?
put the script in a directory that has
Options ExecCGI
set...chmod the script 755, and the first line use a linux script interpreter line..like:
#!/usr/local/bin/perl
or so
is this what you were askin?
or are you using mod_perl?I mean after i install perl, what do i ned to add to my httpd.conf file?
I am running apache 1.3 in linux mandrake 8.0
need to map .cgi files
I read throught the documents at apache.org, and am still lost
please help!map perl?
you mean have .cgi handled by perl?
put the script in a directory that has
Options ExecCGI
set...chmod the script 755, and the first line use a linux script interpreter line..like:
#!/usr/local/bin/perl
or so
is this what you were askin?
or are you using mod_perl?I mean after i install perl, what do i ned to add to my httpd.conf file?