[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 Narendra Verma
Hi Just change your listen port in httpd.conf file Listen 1100 ServerName ip:1100 Narendra -Original Message- From: Evelyn Wilkerson [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 7:38 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Configuration

Re: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Eric Covener
2008/4/7 Evelyn Wilkerson [EMAIL PROTECTED]: Only one usage of each socket address is normally permitted. Could not bind to address 0.0.0.0:80 Overlapping listen directives or some other application listening on port 80? -- Eric Covener [EMAIL PROTECTED]

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
I'm sorry, but I have no idea what that means. How do I find out what process is using the port? -Original Message- From: Nils Jeppe [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 12:00 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Configuration problem Sounds

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 wi
: [EMAIL PROTECTED] Configuration problem No, this is like #Listen 12.34.56.78:80 Listen 1100 ServerName 12.34.56.78:1100 Thanks Narendra Verma -Original Message- From: Evelyn Wilkerson [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 8:04 PM

Re: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Nils Jeppe
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 No, this is like #Listen 12.34.56.78:80 Listen 1100

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Evelyn Wilkerson
the other. Thank you. -Original Message- From: wi [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 12:47 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Configuration problem Do you have IIS running on this box? If so, you can stop it from the admin panel. cheers On Mon

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Nils Jeppe
On Mon, 7 Apr 2008, Evelyn Wilkerson wrote: I'm sorry, but I have no idea what that means. How do I find out what process is using the port? On Linux, you can use: lsof -i :80 as root and it should dump a list of processes binding on port 80. Other unices will have something similar. I

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:

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Narendra Verma
] Sent: Monday, April 07, 2008 9:27 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Configuration problem 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

RE: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Narendra Verma
, April 07, 2008 10:13 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Configuration problem 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

[EMAIL PROTECTED] configuration problem

2007-04-08 Thread Nitin Dubey
Hello, I want to deny access to *.jsp pages under any folder through my virtual host. Gone through the regex patterns for Directory, DirectoryMatch, Files and FilesMatch but there is no good help that I can refer for creating these regex. can anyone tell me which tags should I use. If

Re: [EMAIL PROTECTED] configuration problem

2007-04-08 Thread Eric Covener
On 4/8/07, Nitin Dubey [EMAIL PROTECTED] wrote: I want to deny access to *.jsp pages under any folder through my virtual host. Gone through the regex patterns for Directory, DirectoryMatch, Files and FilesMatch but there is no good help that I can refer for creating these regex. Unless these

Re: [EMAIL PROTECTED] Configuration Problem

2007-01-13 Thread Michael Gordon
On 1/12/2007 11:57 PM Michael Gordon created this reply Hello, I have had several versions of the Apache Server on my Windows PC over the last several years. Two months ago I had a HD crash and had to reload all programs including Apache. At this time I opted to download and install the

[EMAIL PROTECTED] Configuration Problem

2007-01-12 Thread Michael Gordon
Hello, I have had several versions of the Apache Server on my Windows PC over the last several years. Two months ago I had a HD crash and had to reload all programs including Apache. At this time I opted to download and install the latest official updated release. Part of the update