Disallowing access to a specific user

Wessel, Keith kwessel at illinois.edu
Tue Jun 7 18:04:41 EDT 2016


I feel like this should be simple, but I'm not figuring it out.

It's easy, in Apache, to allow access to a specific user (Require user fred). But is there an easy way to allow access to all authenticated user except for a specific user? Can I do something like:

Require valid-user
Require user !fred

To negate things for that user?

This is Apache 2.2 that I'm working with, so I don't have all of the extra options in 2.4.

Keith



More information about the users mailing list