Re: cgi-problem

2002-06-07 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06-Jun-2002/21:28 -0400, "Anthony E. Greene" <[EMAIL PROTECTED]> wrote: >On 06-Jun-2002/17:58 -0700, Gordon Messmer <[EMAIL PROTECTED]> wrote: >>On Thu, 2002-06-06 at 17:01, ebinc wrote: >>You have dos line feeds in your file. Your editor probably

Re: cgi-problem

2002-06-06 Thread ebinc
Its a cgi script and the top line reads #!/usr/bin/perl - thats the only way a cgi script will work - Original Message - From: Karl O . Pinc <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 9:53 PM Subject: Re: cgi-problem On 2002.06.06 19:01

Re: cgi-problem

2002-06-06 Thread Karl O . Pinc
On 2002.06.06 19:01 ebinc wrote: > Does anyone know why I have to add a - symbol after a path for cgi-bin > script to work? > exact example /user/bin/ - (is it because of a install problem) > OS Red Hat 7.2 running Plesk for admin > Any help would be appreciated Are the first 2 characters in th

Re: cgi-problem

2002-06-06 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06-Jun-2002/17:58 -0700, Gordon Messmer <[EMAIL PROTECTED]> wrote: >On Thu, 2002-06-06 at 17:01, ebinc wrote: >You have dos line feeds in your file. Your editor probably isn't >showing them to you, but you need to strip them out. Try: In vi/vim

Re: cgi-problem

2002-06-06 Thread Gordon Messmer
On Thu, 2002-06-06 at 17:01, ebinc wrote: > Does anyone know why I have to add a - symbol after a path for cgi-bin > script to work? > exact example /user/bin/ - (is it because of a install problem) > OS Red Hat 7.2 running Plesk for admin > Any help would be appreciated (now it occurs to me...

cgi-problem

2002-06-06 Thread ebinc
Does anyone know why I have to add a - symbol after a path for cgi-bin script to work? exact example /user/bin/ - (is it because of a install problem) OS Red Hat 7.2 running Plesk for admin Any help would be appreciated Ed ___ Redhat-list mailing li

Re: CGI problem: Fixed

2001-04-11 Thread Mike W
logs to see if the error is with Apache or your > > browser? > > > > > > Warren Melnick > > Director of Research and Development > > Astata Corporation > > > > -Original Message- > > From: Mike W [mailto:[EMAIL PROTECTE

Re: CGI problem

2001-04-11 Thread Mike W
] > Sent: Wednesday, April 11, 2001 12:41 PM > To: Red Hat Mail List > Subject: CGI problem > > I know I'm forgetting something please give me a hint. I'm running Apache > 1.3.14 on RH7.0. I'm trying to get a graphical counter running on my home > page. I

Re: CGI problem

2001-04-11 Thread Mike W
Yep! I've 755'd all the directories and the log files are all writable. mw Jacob Killian wrote: > > Have you looked at file permissions? > > I'd also look at , and > make sure that you have you don't have somthing in the Apache config which

Re: CGI problem

2001-04-11 Thread Jacob Killian
Have you looked at file permissions? I'd also look at , and make sure that you have you don't have somthing in the Apache config which is preventing traversal to your cgi-bin directory. Jacob On Wed, 11 Apr 2001, you wrote: > I know I'm forg

RE: CGI problem

2001-04-11 Thread Warren Melnick
Mail List Subject: CGI problem I know I'm forgetting something please give me a hint. I'm running Apache 1.3.14 on RH7.0. I'm trying to get a graphical counter running on my home page. I'm using the "counter.pl" from Matt's Script Archive. I can address the

CGI problem

2001-04-11 Thread Mike W
I know I'm forgetting something please give me a hint. I'm running Apache 1.3.14 on RH7.0. I'm trying to get a graphical counter running on my home page. I'm using the "counter.pl" from Matt's Script Archive. I can address the program directly "/cgi-bin/counter/counter.pl" from my browser and it

Perl CGI problem importing quotation marks into form

2001-01-06 Thread Gary Nielson
Hi, I noticed a problem with a cgi script I am writing that generates a form. The user fills out the form, the contents of which I use in other programs. If the user wants to edit her form, she simply later calls up the script using the query string environment variable tacked on to the end of th