[EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
I’m a complete newbie to Apache, I’ve used it in the past for SSI purposes, but Apache was already installed configured. Now I’m trying to do this on my own and I’m totally lost. I’m receiving the following error message when I try to start Apache: Only one usage of each socket address is

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
Thanks for your help. I changed it to what you have below and still it is giving me the same error message. ?? _ From: Narendra Verma [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 10:36 AM To: 'Evelyn Wilkerson' Subject: RE: [EMAIL PROTECTED] Configuration problem

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
like some other process is already binding on the port you are trying to use. Find out what it is, and either terminate it or find another port to use (via the listen directive). Best wishes Nils On 07.04.2008, at 17:57, Evelyn Wilkerson wrote: Thanks for your help. I changed it to what you

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
again. _ From: Narendra Verma [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 10:36 AM To: 'Evelyn Wilkerson' Subject: RE: [EMAIL PROTECTED] Configuration problem No, this is like #Listen 12.34.56.78:80 Listen 1100 ServerName 12.34.56.78:1100 Thanks

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
, Apr 7, 2008 at 9:43 AM, Evelyn Wilkerson [EMAIL PROTECTED] wrote: That still didn't work so I uninstalled and am reinstalling it. When I went through the installation process it asked me for my destination folder. I entered C:\Apache2.2\htdocs. Now under Windows Explorer it's showing

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
I have Apache installed and working. The only problem is my includes aren't being parsed. I have the following in my config file: I have the Directory set as: Directory / Options FollowSymLinks Includes AllowOverride None Order deny,allow Deny from all /Directory And also: