RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
ss upwards .../cgi-bin/ should work. Thanks, Kevin - Original Message - From: Stephen Elmer To: 'users@httpd.apache.org' Sent: Friday, July 29, 2005 7:35 PM Subject: RE: [EMAIL PROTECTED] cgi scripts not running   If I have the error i

Re: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Mark Feather
From: Stephen Elmer To: 'users@httpd.apache.org' Sent: Friday, July 29, 2005 7:35 PM Subject: RE: [EMAIL PROTECTED] cgi scripts not running If I have the error is    The file /var/www/html/cgi-bin/mycgi.cgi cannot be found   If I have the

Re: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Kevin O'Neil
org' Sent: Friday, July 29, 2005 7:35 PM Subject: RE: [EMAIL PROTECTED] cgi scripts not running If I have the error is    The file /var/www/html/cgi-bin/mycgi.cgi cannot be found   If I have the error is    The file /var/www/html/mycgi.cgi cannot be

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
Yes, but it was worth a try  L     Stephen   From: Mark Feather [mailto:[EMAIL PROTECTED] Sent: 30 July 2005 00:44 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] cgi scripts not running   Another silly thought...when you make an alteration in the config

Re: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Mark Feather
suggestions     Stephen             -Original Message-From: Mark Feather [mailto:[EMAIL PROTECTED] Sent: 29 July 2005 23:20To: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] cgi scripts not running   Allso is     Options ExecCGI     the same as     Options +ExecCGI       Try replacing

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
      I’ve put  ScriptAlias /cgi-bin/  “/var/www/cgi-bin/”  in the config file, dosen’t this do it?     Thanks   Stephen         From: Kevin O'Neil [mailto:[EMAIL PROTECTED] Sent: 30 July 2005 00:18 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] cgi scripts not ru

Re: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Kevin O'Neil
Stephen, I think the answer may be that you have: When called from the page that has the form on it... it is looking for the mycgi.cgi file in: /var/www/html/cgi-bin Please correct me if I'm wrong. Thanks, Kevin Hello Mark.   Tried replacing     with     L

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
: Mark Feather [mailto:[EMAIL PROTECTED] Sent: 29 July 2005 23:20 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] cgi scripts not running   Allso is     Options ExecCGI     the same as     Options +ExecCGI       Try replacing   with   Thanks Wesley for your reply

Re: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Mark Feather
ers@httpd.apache.org Subject: RE: [EMAIL PROTECTED] cgi scripts not running This might be a shot in the dark, but in your first post you mention that you are running Bash scripts. Did you name those scripts with a .sh extension? If yes, you’ll need to include .sh in your ‘AddHandler’ line aft

Re: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Mark Feather
put ACTION=”/var/www/cgi-bin/mycgi.cgi” instead of ACTION=”/mycgi.cgi” or ACTION=”/cgi-bin//mycgi.cgi” what do you think? Stephen From: Craft, Wesley [mailto:[EMAIL PROTECTED] Sent: 29 July 2005 20:40 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] cgi scripts not running

Re: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Mark Feather
=”/mycgi.cgi” or ACTION=”/cgi-bin//mycgi.cgi” what do you think? Stephen From: Craft, Wesley [mailto:[EMAIL PROTECTED] Sent: 29 July 2005 20:40 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] cgi scripts not running This might be a shot in the dark, but in your first post you

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
N="">     what do you think?       Stephen   From: Craft, Wesley [mailto:[EMAIL PROTECTED] Sent: 29 July 2005 20:40 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] cgi scripts not running     This might be a shot in the dark, but in your first post you

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Craft, Wesley
: Stephen Elmer [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 3:28 PM To: 'users@httpd.apache.org' Subject: [EMAIL PROTECTED] cgi scripts not running   I cannot get my cgi scripts to run; the script is displayed in the web browser instead. I presume the problem is that the cgi direct

[EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
I cannot get my cgi scripts to run; the script is displayed in the web browser instead. I presume the problem is that the cgi directory is not recognised as a directory containing scripts.   I have checked  httpd.conf for:   ScriptAlias /cgi-bin/  “/var/www/cgi-bin/”   I do wonder if