wamp on 2 networks
Posted by: morloc (---.demon.co.uk)
Date: December 20, 2007 12:55PM

im running a main network with 2003 server. Ive set up another local network (2 pcs have 2 network card set on totally different ip ranges)

When i run wamp on one of those pcs how do i tell it to run just on the small network range and not the main network range??

all help welcome

Craig

Options: ReplyQuote
Re: wamp on 2 networks
Posted by: yfastud (Moderator)
Date: December 20, 2007 02:07PM


Options: ReplyQuote
Re: wamp on 2 networks
Posted by: toivo (203.19.130.---)
Date: December 20, 2007 02:20PM

Hi,

Look for the following lines in httpd.conf:

# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 80

Change the Listen directive to listen to the requests on the particular interface only.

Regards,

toivo
Sydney, Australia

Options: ReplyQuote
Re: wamp on 2 networks
Posted by: yfastud (Moderator)
Date: December 20, 2007 03:34PM

Not sure if toivo address your concern, but if you want to limit the access to certain ip range; for example, from 192.168.0.2 to 192.168.0.20, then try this:

In main document root, set allow as follows:

allow from 192.168.0.2/255.255.255.237

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.