Ticket #1105 (new enhancement)
Opened 17 months ago
configuration option "userdir.enable"
| Reported by: | peritus | Owned by: | jan |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | mod_userdir | Version: | 1.4.x |
| Severity: | minor | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | Blocking: |
Description
With a configuration option like userdir.enable it would be possible to allow userdir-access for some conditionals, without doing hacks like this:
# disable userdir globally (enable only for a non-existent user)
userdir.include-user = ( "this_user_does_not_exist" )
# enable userdir for this host only
$HTTP["host"] == "foo.bar.org" {
userdir.include-user = ( )
}
Attachments
Note: See
TracTickets for help on using
tickets.

