Marc Fromm wrote:
> But when I do things break. How can I specify the UserDir directory and only
> specific users that can use it?
>
> This entry does not work:
> UserDir disabled
> UserDir enabled user1 user2 user3
> UserDir working
Try:
UserDir working
UserDir disabled
UserDir enabled username
I need to lock down the UserDir in httpd.conf.
Currently we have UserDir set to a directory called working.
Apache documents state I can enter multiple UserDir settings
UserDir disabled
UserDir enabled user1 user2 user3
UserDir working
But when I do things break. How can I specify the UserDir dir