On Tue, Feb 08, 2011 at 01:02:18PM +0100, Alain Roger wrote: > i have a host (windows 7) on wihich i have web server with apache/PHP/MySQL. > for now this computer has IP 192.168.1.2 (for example). > on the other hand i have a linux (Fedora 14) computer with IP 192.168.1.50 > (for example) which should access to the web server via IP 192.168.1.2. > > except Listen 192.168.1.2:80 in the httpd.conf file, what should i add in > the apache configuration file to allow external (other than 192.168.1.2) > connection (but internal to my local network so everything with > 192.168.1.xxx) to my web server (via browser) ? > i need help because i'm a little bit confused now. I have kind-of a dumb question... Why aren't you doing all of the serving on the better OS: Linux? To answer your question, as I understand it, all you should need is: Listen 192.168.1.2:80 Listen 127.0.0.1:80 If that doesn't work, check that there isn't a firewall issue that is blocking port 80 requests. MB -- e-mail: vidiot@xxxxxxxxxx /~\ The ASCII [I've been to Earth. I know where it is. ] \ / Ribbon Campaign [And I'm gonna take us there. Starbuck 3/25/07] X Against Visit - URL: http://vidiot.com/ / \ HTML Email --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx