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 Stephen Elmer
hat 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 after the .cgi.   Wesley   -Original Message- From: Stephen Elmer [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 3:28 PM To: 'us

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
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 found   If I have the error is  The file /cgi-bin/mycgi.cgi cannot be found   So how do I get it to look in /var/www/cgi-bin     

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
. Did you name those scripts with a .sh extension? If yes, you’ll need to include .sh in your ‘AddHandler’ line after the .cgi.   Wesley   -Original Message- From: Stephen Elmer [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 3:28 PM To: 'users@httpd.apache.org'

RE: [EMAIL PROTECTED] cgi scripts not running

2005-07-29 Thread Stephen Elmer
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 after the .cgi.   Wesley   -Original Message- From: Stephen Elmer [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 3:28 PM To:

[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

[EMAIL PROTECTED] Cannot get my cgi scripts to run!

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