I note that the allow/deny old method is deprecated, but I find the
lack of examples problemsome in trying to convert to the newer method,
which I guess we should be doing to avoid bad habbits.

DIR
     Order allow,deny
        Allow from 1.2.0 127.0.0.1
        Satisfy any
        ...auth DB stuff ...
        Require valid-user
/DIR

How would I write this?

DIR
Require all denied
require ip 1.2.0  127.0.0.1
require valid-user
/DIR

That right?  Or do I need to put them inside a requireall/any type of thing?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to