Re: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread Nick Kew
On Friday 17 March 2006 16:02, David Salisbury wrote: > You might want to double check that "mod_mine"... is it really yours? LOL! More seriously, any is almost always a Bad Thing (if you don't *know* you have a very precise use for it, then don't use it). -- Nick Kew

Re: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread S.A. Birl
On Mar 17, David Salisbury ([EMAIL PROTECTED]) typed: David: You might want to double check that "mod_mine"... is it really yours? David: David: -Dave LMAO! I cant believe it (well actually I can)! Once I corrected the spelling to mod_mime, it worked! Good eye! ---

Re: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread David Salisbury
You might want to double check that "mod_mine"... is it really yours? -Dave - Original Message - From: "S.A. Birl" <[EMAIL PROTECTED]> To: Sent: Friday, March 17, 2006 8:17 AM Subject: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/ Ap

Re: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread S.A. Birl
On Mar 17, Evan Platt ([EMAIL PROTECTED]) typed: Evan: At 07:17 AM 3/17/2006, you wrote: Evan: Evan: > For most part I know what needs to be added to make this work, but Im Evan: > getting the source code on the screen, instead of the output. Evan: > Evan: > Nothing in the error log; acces

Re: [EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread Evan Platt
At 07:17 AM 3/17/2006, you wrote: For most part I know what needs to be added to make this work, but Im getting the source code on the screen, instead of the output. Nothing in the error log; access log returns a 200. Ive looked at the other directives for /foo and for /, but I cannot s

[EMAIL PROTECTED] Help: CGI not executing outside of /cgi-bin/

2006-03-17 Thread S.A. Birl
Apache 2.0.51 Solaris 9 Im trying to get 1 file, show.cgi, to execute outside of /cgi-bin/ show.cgi (PERL) resides under /foo/bar For now show.cgi is just a "Hi" program. #!/usr/bin/perl -T use strict; use warnings; printf("Content-Type: text/html\n\n");