RE: Internal Server Error

2005-07-05 Thread Charles K. Clarkson
Ron Smith wrote: : -snip-2--- : : Following is the code to the CGI script: : : #!//perl/bin/perl.exe -wT This shebang line is in the directory while the next shebang is in the www directory. BTW, the "

Re: Internal Server Error

2005-07-05 Thread Chris Devers
On Tue, 5 Jul 2005, Ron Smith wrote: Hi all, I'm running: 'http://localhost/html/inputForm.html' which takes a first name and last name, and submits them to 'http://localhost/cgi-bin/query_string.cgi I get [Internal Server Error] This is just a generic failure message. To find out what r

Re: Internal server error

2005-02-08 Thread Flemming Greve Skovengaard
vishwas bhakit wrote: hello I am running cgi script from browser n getting Internal server error. When i checked logs it is giving following error: BEGIN failed--compilation aborted at /path/to/file/file.cgi line 4. what may be the cause of this can you plz help me. Thnx in advance Yahoo!

Re: Internal server error

2005-02-08 Thread Chris Devers
On Tue, 8 Feb 2005, vishwas bhakit wrote: > I am running cgi script from browser [and] getting > Internal server error. > > When i checked logs it is giving following error: > BEGIN failed--compilation aborted at /path/to/file/file.cgi line 4. > > what may be the cause of this > can you [plea

Re: internal server error

2003-03-18 Thread Rob Dixon
R. Joseph Newton wrote: > Rob Dixon wrote: > > > Robbie Staufer wrote: > > > Hi, > > > > > > I'm getting an internal server error.> > > least closed > > > > Hi. > > > > This is more than likely a permissions problem. Try chmod 755 on > > your script. > > > > Cheers, > > > > Rob > > Hi Rob, > > I'm

Re: internal server error

2003-03-17 Thread R. Joseph Newton
Rob Dixon wrote: > Robbie Staufer wrote: > > Hi, > > > > I have a partial perl script for a mock-up web page, that will collect > > information from users as part of a registration form. In trying to > > see what it looks like so far on the web, I'm getting an internal > > server error. I though

Re: internal server error

2003-03-17 Thread Rob Dixon
Robbie Staufer wrote: > Hi, > > I have a partial perl script for a mock-up web page, that will collect > information from users as part of a registration form. In trying to > see what it looks like so far on the web, I'm getting an internal > server error. I thought that the script, though partia

Re: internal server error

2003-03-17 Thread Brett W. McCoy
On Mon, 17 Mar 2003, Robbie Staufer wrote: > I have a partial perl script for a mock-up web page, that will collect > information from users as part of a registration form. In trying to see > what it looks like so far on the web, I'm getting an internal server > error. I thought that the script,

RE: Internal server error

2002-04-05 Thread Shaun
Hi Adam, > I'm having problems with the old "Internal Server Error" issue. I > know that this is generally due to permissions. I have used chmod go+rx -R *, but no > joy. The html now works but not the cgi. Thoughts? You need to declare a ScriptAlias directive for the "cgi-bin" directory in the A

Re: Internal Server Error

2001-08-01 Thread .
> Do you have other Perl cgi scripts successfully running on the same server? Not as yet... > Are they using the same shebang path as this script? (It's the first line of > the script #!/usr/bin/perl). I have confirmed that the path is correct. > Does the script have it's permissions set to ex

RE: Internal Server Error

2001-08-01 Thread John Edwards
Do you have other Perl cgi scripts successfully running on the same server? Are they using the same shebang path as this script? (It's the first line of the script #!/usr/bin/perl). Does the script have it's permissions set to execute for all users? What is the error that the server returns? Have