in httpd.conf you'll find :
#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
modify that:
#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Allow from all
Try it