in reply to Re^2: Display the data passed from php
in thread Display the data passed from php

The simplest way is to move the file to /var/www/cgi-bin and make it executable by doing

$chmod +x mail_contact.pl

Replies are listed 'Best First'.
Re^4: Display the data passed from php
by sandy1028 (Sexton) on Aug 20, 2007 at 12:18 UTC
    Is there any other way to execute. In the configuration # To use CGI scripts outside of ScriptAliased directories: # (You will also need to add "ExecCGI" to the "Options" directive.) # #AddHandler cgi-script .cgi pl Should this be uncommented so that the script works
      If the script isn't in cgi-bin you have to do that, yes.