Page 1 of 1

How can I assign a new IP address to my Apache server

PostPosted: 13. October 2006 17:22
by himanshu
I am using Apache server from Xampp, now i want to use different IP address for my apache server. i.e. Instead of using 127.0.0.1(which is default) i have to use another IP address eg.192.50.1.1.
I also want to make my Apache server public on my LAN so that other people on LAN can access my LAN site by just typing http://192.50.1.1

Can any one tell me this in detail.
Thank you.(Danke!)

PostPosted: 13. October 2006 17:29
by Wiedmann
If "192.50.1.1" is the LAN ip of your pc, then there is nothing to do in the Apache config.
--> Apache is listening on all available ip's.

Maybe you must setup your firewall...