Re: CGI ap on NetworkSolutions host

2009-04-08 Thread Vance E. Neff
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

Re: CGI ap on NetworkSolutions host

2009-04-08 Thread Jay Savage
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

Re: CGI ap on NetworkSolutions host

2009-04-08 Thread Gunnar Hjalmarsson
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

CGI ap on NetworkSolutions host

2009-04-08 Thread Vance E. Neff
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