Personal Home Server - Question?
Posted by: flapjacksmike (---.dhcp.embarqhsd.net)
Date: July 11, 2012 06:35PM

What files would I need to edit to allow access to only computers on my home network within my router? And what would be the new parameters?

I only want internal access not access from outside my router.

Thanks.

Options: ReplyQuote
Re: Personal Home Server - Question?
Posted by: RiggsFolly (---.as13285.net)
Date: July 12, 2012 02:34PM

Look for this section in your httpd.conf file


# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1


Add one new line

Allow from 192.168.0

Assuming your subnet is 192.168.0 this will allow access to anybody internally connected to your router.


NOTE: The "Put Online" and "Put Offline" menu options on Wamp icon change this section of your httpd.conf file so dont ever use those options and it should stay as you edited it.

If you ever "Put Online" or "Put Offline" your changes will probably get removed.

Options: ReplyQuote


Sorry, only registered users may post in this forum.