[Osiris-devel]updated specs

Adam Shand larry at spack.org
Sun Mar 18 15:43:59 EST 2001


> <Directory /etc>
> 	Order include,deny
> 	Include resolv.conf
> </Directory>

the idea is right but i don't like the keyword Order, it's apache-ish but
it's misleading because you're not really ordering anything you're chosing
one or the other.  what about an options line:

<Directory /etc>
	Options ScanAll SHA Recurse
	Exclude defaults, hosts.*
</Directory>

or the reverse:

<Directory /etc>
	Options ScanExplicit MD5
	Include passwd, shadow, group, hosts.*
</Directory>

are files and directories treated equally?

the things i chucked in the options line were just off the cuff examples.

adam.





More information about the osiris-devel mailing list