Hi,

Now that we are talking about configuration. I think it could be nice to
be able to say in the configuration file (not in the directives definition,
but in the actual httpd.conf) something like:

<class RestrictedDir>
   order allow, deny
   deny from all
   allow from .my.network.com
</class>


and then be able to say

<directory Dir1>
   inherit RestrictedDir
   My particular options here...
</directory>


<directory Dir2>
   inherit RestrictedDir
   My particular options here...
</directory>

So we can create classes for directories, locations, etc.
We could even create a class for websites and then inherit it and change what
we would like to change/customize. Changes in the base class would be
propagated instead of having to go site by site or directory per directory
changing the same parameters

What do you think?

Greetings

Daniel

-- 
Daniel           [EMAIL PROTECTED]


Reply via email to