Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 85214 invoked from network); 29 Apr 2009 22:55:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Apr 2009 22:55:35 -0000 Received: (qmail 45267 invoked by uid 500); 29 Apr 2009 22:55:29 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 45238 invoked by uid 500); 29 Apr 2009 22:55:29 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 45213 invoked by uid 99); 29 Apr 2009 22:55:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 22:55:29 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FM_FAKE_HELO_VERIZON,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fhlamartin@verizon.net designates 206.46.173.17 as permitted sender) Received: from [206.46.173.17] (HELO vms173017pub.verizon.net) (206.46.173.17) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 22:55:20 +0000 Received: from userPC ([74.107.76.58]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KIV00D8QWZFLGO2@vms173017.mailsrvcs.net> for users@httpd.apache.org; Wed, 29 Apr 2009 17:54:51 -0500 (CDT) Message-id: From: "Frederick H. Lamartin" To: Date: Wed, 29 Apr 2009 18:55:21 -0400 MIME-version: 1.0 Content-type: multipart/alternative; boundary="----=_NextPart_000_005C_01C9C8FC.0BD3BF30" X-Priority: 3 X-MSMail-priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6001.18000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Unable to configure Apache to use as personal web server ------=_NextPart_000_005C_01C9C8FC.0BD3BF30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am unable to configure Apache to connect to my local site. Apache is installed as a personal web server on a notebook computer that = uses the Windows Vista operating system. The Apache installation works, as evidenced by the "It works" index page = shown upon using the "http://localhost" URL. I have configured the configuration file, httpd, trying to serve up an = index of my web sites stored in the My Website folder, which is in the = "c:\users\user" folder. Here are the configuration statements I believe are relevant: ServerRoot "C:/Apache Software Foundation/Apache.2" Listen 80 User daemon Group daemon ServerName localhost:80 DocumentRoot "C:/users/user/my website/" =20 Options Indexes FollowSymLinks=20 AllowOverride None Order allow,deny Allow from all Use of the localhost URL continues to show only the "It works" index = page. I've tried every adjustment of configuration of which I can conceive. Where am I going wrong? ------=_NextPart_000_005C_01C9C8FC.0BD3BF30 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am unable to configure Apache to connect to my = local=20 site.
 
Apache is installed as a personal web server on a = notebook=20 computer that uses the Windows Vista operating system.
 
The Apache installation works, as evidenced by the = "It works"=20 index page shown upon using the "http://localhost" URL.
 
I have configured the configuration file, httpd, = trying to=20 serve up an index of my web sites stored in the My Website folder, which = is in=20 the  "c:\users\user" folder.
 
Here are the configuration statements I believe are=20 relevant:

 ServerRoot "C:/Apache Software Foundation/Apache.2"
 
 Listen 80
 
 User daemon
 Group daemon
 
 ServerName localhost:80
 
 DocumentRoot "C:/users/user/my website/"
 
 <Directory "C:/users/user/my website/">
   =
      Options Indexes FollowSymLinks=20
      AllowOverride = None
   =20   Order allow,deny
      Allow = from=20 all
 
 </Directory>
 

Use of the localhost URL continues to show only the "It works" = index=20 page.
 
I've tried every adjustment of configuration of which I can = conceive.
 
Where am I going wrong?
------=_NextPart_000_005C_01C9C8FC.0BD3BF30--