This is a discussion on Can't run CGI/perl script from html file within the Apache Web Server forums, part of the Web Server and Related Forums category; I have created a perl script and put it in my cgi-bin dir and given read/execute permissions (755) ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have created a perl script and put it in my cgi-bin dir and given
read/execute permissions (755) for the dir and file, but my html form still gets a not found error (404) when trying to run the script: Form line: "<FORM ACTION="/cgi-bin/testmike.pl" METHOD="GET">" Apache httpd.conf entry: ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" Any idea what I might still be missing in the setup or conf file? -- =============================================== Mike S. Nowostawsky: Email: mikenowo@sympatico.ca, mikenowo@yahoo.ca Home Page: http://www3.sympatico.ca/mikenowo/ Lachine (Montreal), Quebec, Canada |