apache errors.
Posted by: fyou88 (---.cable.mindspring.com)
Date: April 29, 2012 09:02AM

i get the following errors when i edited the http config file in apache and change the port instead of leaving it at 80. can someone tell me what is wrong??

[Tue Apr 10 01:07:08 2012] [notice] Child 6132: Starting thread to listen on port 9218.
[Tue Apr 10 01:07:08 2012] [notice] Child 6132: Starting thread to listen on port 9218.
[Tue Apr 10 01:39:27 2012] [error] [client 127.0.0.1] client denied by server configuration: C:/Apache2, referer: [localhost]
[Tue Apr 10 01:39:27 2012] [error] [client 127.0.0.1] client denied by server configuration: C:/Apache2, referer: [localhost]
[Tue Apr 10 01:39:27 2012] [error] [client 127.0.0.1] client denied by server configuration: C:/Apache2, referer: [localhost]
[Tue Apr 10 01:39:27 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Tue Apr 10 01:39:27 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Tue Apr 10 01:39:27 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Tue Apr 10 02:17:12 2012] [error] [client 127.0.0.1] client denied by server configuration: C:/Apache2, referer: [localhost]
[Tue Apr 10 02:17:12 2012] [error] [client 127.0.0.1] client denied by server configuration: C:/Apache2, referer: [localhost]
[Tue Apr 10 02:17:12 2012] [error] [client 127.0.0.1] client denied by server configuration: C:/Apache2, referer: [localhost]
[Tue Apr 10 02:17:13 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico

Options: ReplyQuote
Re: apache errors.
Posted by: RiggsFolly (---.as13285.net)
Date: April 30, 2012 01:18PM

Are you trying to access your wamp server from a different PC than you are running wamp on?

It look like you may be, in which case you will need to "Put Online" your wamp server.

This process changes your httpd.conf.

After an install wamp ( for security reasons ) sets the following

# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
So that the server can only be accessed from the machine it is running on.


When you put it online it chnages this to
Order Allow, Deny
Allow from all


You may want to manually change that after wamp has made its change to something like
Allow from 192.168.1

Or whatever your subnet is.

Hope this helps

Options: ReplyQuote


Sorry, only registered users may post in this forum.