Jay,
That was the problem. The file was not set to be executable. Plus I
removed the public readable and all writables.
Vance
Jay Savage wrote:
On Wed, Apr 8, 2009 at 10:12 AM, Vance E. Neff wrote:
Hello,
has anyone had experience getting a CGI application to work on a
NetworkSolutions
On Wed, Apr 8, 2009 at 10:12 AM, Vance E. Neff wrote:
> Hello,
>
> has anyone had experience getting a CGI application to work on a
> NetworkSolutions unix host?
>
> I have a CGI program under cgi-bin called Login.CGI and a html page under
> htdocs.
> When the html page attempts to post a form to
Vance E. Neff wrote:
I have a CGI program under cgi-bin called Login.CGI and a html page
under htdocs.
When the html page attempts to post a form to ../cgi-bin/Login.CGI, I
get a non-description error:
500 internal server error
Try adding
use CGI::Carp 'fatalsToBrowser';
near the top of
Hello,
has anyone had experience getting a CGI application to work on a
NetworkSolutions unix host?
I have a CGI program under cgi-bin called Login.CGI and a html page
under htdocs.
When the html page attempts to post a form to ../cgi-bin/Login.CGI, I
get a non-description error:
500 intern