Re: Apache and CGI

2004-06-24 Thread Greg Sidelinger
On Thursday 24 June 2004 08:43 am, Mark Par wrote: > Greg Sidelinger wrote: > >Ok I feel pretty stupid for even asking this but how do I make cgi scripts > >work with apache2 and unstable. I did just the default install of apache2 > >and tried to run the test-cgi script and all I got for output wa

Re: Apache and CGI

2004-06-24 Thread Mark Par
Greg Sidelinger wrote: Ok I feel pretty stupid for even asking this but how do I make cgi scripts work with apache2 and unstable. I did just the default install of apache2 and tried to run the test-cgi script and all I got for output was the script itself. I know I have had this same problem b

Re: Apache and CGI

2004-06-23 Thread Vincent Hallberg
> On Tuesday 22 June 2004 11:23 am, richard lyons wrote: > > On Tuesday 22 June 2004 08:19, Greg Sidelinger wrote: > > > Ok I feel pretty stupid for even asking this but how do I make cgi > > > scripts work with apache2 and unstable. I did just the default > > > install of apache2 and tried to ru

Re: Apache and CGI

2004-06-23 Thread Greg Sidelinger
On Tuesday 22 June 2004 11:23 am, richard lyons wrote: > On Tuesday 22 June 2004 08:19, Greg Sidelinger wrote: > > Ok I feel pretty stupid for even asking this but how do I make cgi > > scripts work with apache2 and unstable. I did just the default > > install of apache2 and tried to run the test-

Re: Apache and CGI

2004-06-22 Thread richard lyons
On Tuesday 22 June 2004 08:19, Greg Sidelinger wrote: > Ok I feel pretty stupid for even asking this but how do I make cgi > scripts work with apache2 and unstable. I did just the default > install of apache2 and tried to run the test-cgi script and all I got > for output was the script itself. I

Apache and CGI

2004-06-22 Thread Greg Sidelinger
Ok I feel pretty stupid for even asking this but how do I make cgi scripts work with apache2 and unstable. I did just the default install of apache2 and tried to run the test-cgi script and all I got for output was the script itself. I know I have had this same problem before on unstable but f

Re: apache and cgi-bin

2001-03-09 Thread Mike Millner
The problem was cgi was commented out (by default) in the srm.conf file - Original Message - From: "MaD dUCK" <[EMAIL PROTECTED]> To: "Mike Millner" <[EMAIL PROTECTED]> Cc: Sent: Monday, March 05, 2001 8:53 PM Subject: Re: apache and cgi-bin > also

Re: apache and cgi-bin

2001-03-05 Thread MaD dUCK
also sprach Mike Millner (on Mon, 05 Mar 2001 08:52:38PM -0700): > they are in and not commented out send me your httpd.conf file as an attachment. martin [greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL PROTECTED]@@@.net -- a life? where can i download that?

Re: apache and cgi-bin

2001-03-05 Thread Mike Millner
they are in and not commented out - Original Message - From: "MaD dUCK" <[EMAIL PROTECTED]> To: "Mike Millner" <[EMAIL PROTECTED]> Cc: Sent: Monday, March 05, 2001 8:48 PM Subject: Re: apache and cgi-bin > also sprach Mike Millner (on Mon, 05 Mar

Re: apache and cgi-bin

2001-03-05 Thread MaD dUCK
also sprach Mike Millner (on Mon, 05 Mar 2001 08:47:46PM -0700): > Invalid command 'ScriptAlias', perhaps mis-spelled or defined by a module > not included in > the server configuration do you have the following lines in httpd.conf? LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so LoadModule

Re: apache and cgi-bin

2001-03-05 Thread Mike Millner
ot;MaD dUCK" <[EMAIL PROTECTED]> To: "Mike Millner" <[EMAIL PROTECTED]> Cc: "debian users" Sent: Monday, March 05, 2001 8:37 PM Subject: Re: apache and cgi-bin > also sprach Mike Millner (on Mon, 05 Mar 2001 08:35:17PM -0700): > > your saying every cg

Re: apache and cgi-bin

2001-03-05 Thread MaD dUCK
also sprach Mike Millner (on Mon, 05 Mar 2001 08:35:17PM -0700): > your saying every cgi script needs to have - out put "Content-type: > text/html" and then an empty line yes, by definition, a CGI script *must* start by writing Content-type: text/html\r\n \r\n yadayadayada The apache

Re: apache and cgi-bin

2001-03-05 Thread MaD dUCK
also sprach Mike Millner (on Mon, 05 Mar 2001 08:21:06PM -0700): > Can anyone give me the trick to getting cgi scripts to work with apache. My > web > site works fine but the cgi scripts don't run. I tried the ScriptAlias that > the > apache web site talks about but apache won't start with that a

apache and cgi-bin

2001-03-05 Thread Mike Millner
Can anyone give me the trick to getting cgi scripts to work with apache. My web site works fine but the cgi scripts don't run. I tried the ScriptAlias that the apache web site talks about but apache won't start with that added.   Thanks, Mike

Re: Apache and CGI

1998-06-23 Thread Jens B. Jorgensen
There are many necessary things for CGI to work. First, you have to enable it for the directory the cgi exists in. Also, you may have to add a handler if the CGI is in a directory along with regular HTML files. Ordinarily the server is configured to only run CGI scripts if they exist in /usr/lib

Apache and CGI

1998-06-23 Thread kent
Is there a CGI/apache/guru out there that can tell me why my CGI doesent work on my apache. I have tried just about every configuration that I can think of to get it to work. in a nutshell I can get CGI to work at a prompt but when I put it in My HTML, nothing happens. it acts as though its not the

Apache and cgi-bin

1996-12-10 Thread Tapio Vaattanen
Hello, I just upgraded from Debian 1.1 to pre-1.2. I tought it would be nice to have packages dwww and info2www so I installed them. But I just can't get Apache configured the way it could handle cgi-scripts. I had some problems while installing it, but it was finally installed without errors and