Ubuntu Apache2 and perl scripts
so I have a html file that posts to a .pl script and I am not sure how to setup apache2 to executive the .pl script
the from is a html file which has the action="http://wwww.websitecom/perlscirpt.pl"
the perlscript
start with
#!/usr/bin/perl
when you submit the form apache2 just has you download the .pl file.
Do I need to enable cgi-bin ? what do i need to do to get this to work any help is welcome thank you.
|