Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 86440 invoked by uid 500); 10 Nov 2002 22:01:13 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 86429 invoked from network); 10 Nov 2002 22:01:13 -0000 Received: from imo-m03.mx.aol.com (64.12.136.6) by daedalus.apache.org with SMTP; 10 Nov 2002 22:01:13 -0000 Received: from Szeyger@aol.com by imo-m03.mx.aol.com (mail_out_v34.13.) id e.c.1e76f60 (3932); Sun, 10 Nov 2002 17:01:11 -0500 (EST) From: Szeyger@aol.com Message-ID: Date: Sun, 10 Nov 2002 17:01:11 EST To: users@httpd.apache.org CC: zeyger_sophia@emc.com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_c.1e76f60.2b003127_boundary" X-Mailer: AOL 6.0 for Windows XP US sub 10500 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] apache service not running --part1_c.1e76f60.2b003127_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit "What is the file extension of your CGI script? Does your server recognize that it is supposed to process that file type? On Sunday 10 November 2002 04:21 pm, you wrote: > Hi, > > I posted my question yesterday and still don't have the woriking answer. > The main problem is that my cgi scripts' are "downloaded" rather than > executed as cgi scripts." My cgi script has an extension .pl IMy httpd.conf has the lines to handle this type of files from any place: AddType application/x-httpd-cgi .pl AddHandler cgi-script .cgi .pl IFrom all attempts that I had done so far, it appears that my httpd.conf file is not taken into account by the server that processes my requests. Though I am running apache (as service) - I see it in error.log, my requests are processed by some other server. How should I change my configuration in order that my apache server started to process my requests? Note that I did not modify the port where it should listen (80). When I do 'netstat -a' I do not see that anybody is listening on this port. So, netstat does not discover that apache is running. What should I do to let the system know that I have an apache server listening at port 80? Does anyone have apache running on Widnows XP weth IE 6? Please, help Thanks Sophia Zeyger --part1_c.1e76f60.2b003127_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit "What is the file extension of your CGI script?  Does your server recognize
that it is supposed to process that file type?

On Sunday 10 November 2002 04:21 pm, you wrote:
> Hi,
>
> I posted my question yesterday and still don't have the woriking answer.
> The main problem is that my cgi scripts'  are "downloaded" rather than
> executed as cgi scripts."
My cgi script has an extension .pl
IMy httpd.conf has the lines to handle this type of files from any place:

  AddType application/x-httpd-cgi .pl
   AddHandler cgi-script .cgi .pl

IFrom all attempts that I had done so far, it appears that  my httpd.conf file is not taken into account by the server that processes my requests. Though I am running apache (as service) - I see it in error.log, my requests are processed by some other server. How should I change my configuration in order that my apache server started to process my requests?
Note that I did not modify the port where it should listen (80).
When I do 'netstat -a'  I do not see that anybody is listening on this port. So, netstat does not discover  that apache is running. What should I do to let the system know that I have an apache server listening at port 80?
Does anyone have apache running on Widnows XP weth IE 6?

Please, help

Thanks
Sophia Zeyger
--part1_c.1e76f60.2b003127_boundary--