Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 2088 invoked from network); 30 Aug 2004 19:26:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Aug 2004 19:26:34 -0000 Received: (qmail 63361 invoked by uid 500); 30 Aug 2004 19:26:16 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 63286 invoked by uid 500); 30 Aug 2004 19:26:15 -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 63265 invoked by uid 99); 30 Aug 2004 19:26:15 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [171.159.64.80] (HELO sfdmzmailmx04.bankofamerica.com) (171.159.64.80) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 30 Aug 2004 12:26:13 -0700 Received: from sfdmzmailmx03.bankofamerica.com ([171.182.72.79]) by sfdmzmailmx04.bankofamerica.com (8.12.11/8.12.11) with ESMTP id i7UJQCXe016530 for ; Mon, 30 Aug 2004 19:26:12 GMT Received: from memscmpl2. (calaxdc08s155.bankamerica.com [171.137.214.89]) by sfdmzmailmx03.bankofamerica.com (8.12.11/8.12.11) with SMTP id i7UJPhDT016802 for ; Mon, 30 Aug 2004 19:26:11 GMT Received: from memmta0301 (171.186.140.73) by memscmpl2. (Sigaba Gateway v3.6.1) with ESMTP id 39848412; Mon, 30 Aug 2004 12:26:11 -0700 Date: Mon, 30 Aug 2004 15:26:02 -0400 From: "Wagner, Aaron" To: users@httpd.apache.org Message-id: <9D29F5E904CB664EB32A0F0B509089DC01E07C76@ex2k.bankofamerica.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-class: urn:content-classes:message Thread-topic: [users@httpd] Problem with execO Thread-index: AcSOxbHz+2ys9aysRXazGfdbjXeLSwAAQFsQ X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 30 Aug 2004 19:26:02.0722 (UTC) FILETIME=[2FF1AC20:01C48EC7] X-Virus-Checked: Checked Subject: RE: [users@httpd] Problem with execO X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N try changing the setting in the httpd.conf to listen a differnt port. ie ----------- # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses (0.0.0.0) # #Listen 12.34.56.78:80 Listen 7002 ----------------- and then use: http://localhost:7002/test.html http://localhost:7002/test.php http://127.0.0.1:7002/test.html http://127.0.0.1:7002/test.php to test Apache setup. You look like something is holding port 80. try port 7002(or any other unused port) to verify apache will start and then track down what is using port 80. aaron -----Original Message----- From: Harold [mailto:harold2004@neguide.com] Sent: Monday, August 30, 2004 3:11 PM To: users@httpd.apache.org Subject: [users@httpd] Problem with execO Hello, I fear that, due to the intervening weekend, my posting of last Friday might have been lost in the volume of emails. Allow me to repeat. I am having no luck getting Apache to run. The closest point achieved so far is when I start Console mode. The screen says: > [Fri Aug 27 7:16:15 2004] [warn] (2) No such file or directory: execO > may not be a safe > Apache/1.3.31 (Win32) running... What does it mean, and what do I do about it? I want to get PHP to support MySQL on my PC in local mode. Hence, I need the server. I installed Apache 2.0. Then I found on the php site that this was a mistake, uninstalled it, and then installed Apache 1.3. The system is Windows 98. During set-up I entered my email address, "localhost" and "127.0.0.1." Settings in Apache's conf include -- Two lines at top of file: ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php -- The rest of the file is pretty much at default, including: ServerRoot "C:/Program Files/Apache Group/Apache" ServerName 127.0.0.1 DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs" I did find a reference which bothers me: # Under Win32, we do not currently try to determine the home directory of # a Windows login, so a format such as that below needs to be used. See # the UserDir documentation for details. # UserDir "C:/Program Files/Apache Group/Apache/users/" There is no /users/ directory! Also, there is no error log in the (still empty) /logs/ directory. What do I do about that? In C:/Program Files/Apache Group/Apache/htdocs I have two test files, test.html and test.php. Both include this in the :

Hello from HTML.

If I open either directly, only the HTML line appears. There seems to be no connection between the page and PHP. If I address the files as http://localhost/test.html http://localhost/test.php http://127.0.0.1/test.html http://127.0.0.1/test.php they all go to "page cannot be displayed." I assume it's because of the above Apache error. Apache is running as a Service. The execO error is seen when I then click on the icon to open it as a Console. I also ran across: > Because Apache cannot share the same port with another TCP/IP > application, you may need to stop, uninstall or reconfigure certain > other services before running Apache. These conflicting services > include other WWW servers and some firewall implementations. So I turned off both firewall and virus protection; no change. I am *not* about to uninstall them! I have visited the faq and have done searches on the archives. No joy. That's all I know about what to say or observe, and have now exhausted my technical knowledge of the product outside of see-the-dog-see-the-dog-run explanations. Any idea where I might find/fix my major foul-up? Thanks for your time. Harold --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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