Try to keep the /etc/httpd/conf/httpd.conf file as close to the default version as possible and then tweak it till it breaks! Tweaking first usualy adds another gray hair.
I took the above out of my own server’s files, so it should work.
Life will also be easier if you made your Linux server have a permanent IP address. Running apache on a home network server that uses DHCP is adding another troubleshooting problem in future. For example, if you add a second DHCP PC on the network, it could grab the 192.168.1.101 IP address for itself when the DHCP lease expires.
Use the link below to set it permanently to 192.168.1.X where X is a value outside of the DHCP range and set port forwarding to this new IP address.
http://www.linuxhomenetworking.com/l…work-linux.htm
The /etc/sysconfig/network and IP address changes probably won’t take effect until you reboot or issue the "/etc/init.d/network restart" command.
Let me know if this helps. You need to do all the changes in concert with one another.
I hope this helps.
Bookmarks