No subject

bogus at does.not.exist.com bogus at does.not.exist.com
Mon Feb 5 13:44:52 PST 2007


The Order directive defines the default access control. The following values 
are supported:

	allow,deny - Deny requests by default, then check the Allow lines followed
	by the Deny lines

	deny,allow - Allow requests by default, then check the Deny lines followed
	by the Allow lines

This raises two questions. First, I wonder what the default action is, in the 
absence of an Order statement. And, second, could you also have made it work 
with the following:

<Location />
	Order allow,deny
	Allow localhost
	Allow @LOCAL
	Allow 192.168.0.8       <== ip address of the laptop
	AuthType None
</Location>

Anyway, glad it's now working.

cmr

-- 
Debian 'Etch' - Registered Linux User #241964
--------
"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC




More information about the Linux-users mailing list