Next Previous Contents

2. The dialog

A check box lets you activate logging. If activated, linuxconf will add a line to /var/log/htmlaccess.log each time there is an http request.

The rest of the dialog goes like this. You must specify pairs. You specify a host or a network and optionally a netmask. Your option to specify a host or network are

A default netmask is computed based on the type of the first entry (Is it a host or network). You can override this by supplying the optionnal netmask. It is also possible to specify a host name but to specify also a wider netmask, allowing all hosts on the network where this host lives.

Some examples:

        machine1.foo.com
        (empty netmask imply 255.255.255.255)
        10.1.2.0
        255.255.255.0
        eth0
        (empty netmask grab the current one for eth0)
        

The first pair allows one machine. The second and third allow complete networks.


Next Previous Contents