Re: Problem with script headers.

2003-06-21 Thread Todd W.
"Nicholas Davey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > List: news.cgi, open.cgi, login.cgi, home.cgi, zip.cgi, cloute.cgi, and > about 30 others > > All these files are chmod 755, as are the directories they are contained in, > and the ones above them as well. > > I hope I

RE: Problem with script headers.

2003-06-20 Thread Bob Showalter
-- > From: "Bob Showalter" <[EMAIL PROTECTED]> > To: "'Nicholas Davey'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Wednesday, June 18, 2003 8:41 AM > Subject: RE: Problem with script headers. > > > > Nicholas Davey wrote

Re: Problem with script headers.

2003-06-18 Thread Nicholas Davey
www.vadtec.net [EMAIL PROTECTED] - Original Message - From: "Bob Showalter" <[EMAIL PROTECTED]> To: "'Nicholas Davey'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 8:41 AM Subject: RE: Problem with script headers

RE: Problem with script headers.

2003-06-18 Thread Bob Showalter
Nicholas Davey wrote: > Hi. > > Okay, I have been over my script about a hundred times, and > all my syntax is perfect. However, when I view my page on the net, I > get this: > > Internal Server Error > The server encountered an internal error or misconfiguration > and was unable to complete you

RE: Problem with script headers.

2003-06-18 Thread Scot Robnett
uot; <[EMAIL PROTECTED]> Newsgroups: perl.beginners.cgi To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 12:57 AM Subject: RE: Problem with script headers. > Nicholas Davey <[EMAIL PROTECTED]> wrote: > : > : I hope I gave you enough info to maybe see > : why inde

Re: Problem with script headers.

2003-06-17 Thread Nicholas Davey
03 12:57 AM Subject: RE: Problem with script headers. > Nicholas Davey <[EMAIL PROTECTED]> wrote: > : > : I hope I gave you enough info to maybe see > : why index.cgi is the only freaking page that > : doesnt work. > > IMO you have two choices. > > 1 - Hire a

RE: Problem with script headers.

2003-06-17 Thread Charles K. Clarkson
Nicholas Davey <[EMAIL PROTECTED]> wrote: : : I hope I gave you enough info to maybe see : why index.cgi is the only freaking page that : doesnt work. IMO you have two choices. 1 - Hire a programmer to debug it and have her sign a confidentiality agreement. 2 - Post the code for index.c

Re: Problem with script headers.

2003-06-17 Thread Nicholas Davey
uot; <[EMAIL PROTECTED]> Newsgroups: perl.beginners.cgi To: "Nicholas Davey" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 1:26 AM Subject: RE: Problem with script headers. > What are the permissions set to? Have you chmod'd to 755 (-r-x)? Permissi

Re: Problem with script headers.

2003-06-15 Thread drieux
On Friday, Jun 13, 2003, at 07:45 US/Pacific, Nicholas Davey wrote: [..] failed to open log file fopen: Permission denied [Fri Jun 13 07:45:57 2003] [error] [client 64.207.81.146] Premature end of script headers: /cgi-bin/index.cgi Don't worry about the path. All that matt

Re: Problem with script headers.

2003-06-15 Thread Kristofer Hoch
--- Nicholas Davey <[EMAIL PROTECTED]> wrote: > Hi. > > Okay, I have been over my script about a hundred times, and all my > syntax is perfect. However, when I view my page on the net, I get > this: > > Internal Server Error > The server encountered an internal error or misconfiguration and was

RE: Problem with script headers.

2003-06-14 Thread Scot Robnett
What are the permissions set to? Have you chmod'd to 755 (-r-x)? Permission will be denied unless the script is set to executable. How can we verify that your content headers are perfect unless you post the code? You tell us not to worry about the path and ask us to figure out what could be wrong,