Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 63630 invoked by uid 500); 18 Jun 2003 05:12:12 -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 63614 invoked from network); 18 Jun 2003 05:12:12 -0000 Received: from unknown (HELO mail.profundis.se) (213.80.46.101) by daedalus.apache.org with SMTP; 18 Jun 2003 05:12:12 -0000 X-ITHouse-Forward-Path: Received: From PROFUNDIS01 by mail.profundis.se (IT House Mail Server [TRIAL - 120 days left]); Wed, 18 Jun 2003 07:11:33 +0200 Message-ID: <16d301c33558$160052e0$652e50d5@profundis.se> Reply-To: "Robert Andersson" From: "Robert Andersson" To: References: <20030617204130.OPMN25372.tomts7-srv.bellnexxia.net@[209.226.175.18]> Date: Wed, 18 Jun 2003 07:11:33 +0200 Organization: Profundis MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: Re: [users@httpd] installing apache2 on xp pro g.ghorghorian@sympatico.ca wrote: > I did it almost 3 times, > mine is pentium III, 128 ram, xp pro SP1, ADSL, > is it possible it has something to do with NTFS? > is yours FAT32? > still giving me the same error messages. How are you trying to run Apache? The check-list: 1) Make sure IIS is dead and burried, and nothing else is listening on port 80. Do a 'netstat -a' and look if something is listening on the local address xxx:http. If something is there, it must go. 2) Have Apache installed as a service. Open up the Services console (Control Panel->Administrative Tools->Services, IIRC). See if there is service called Apache2 (or similar). If so, you should be able to start it. If not, do 'apache -k install Apache2', then do 'net start Apache2'. 3) If you still have errors, do 'apache -t' and see what it says. If it comes out OK, look in the error log. Regards, Robert Andersson --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org