[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: apache build for 2.4
If you consult the makefiles you will see that it uses
usr.sbin/httpd/src/Configuration as it's default. I directly cut and
pasted the following from the file.
## The UserDir module for selecting resource directories by user name
## and a common prefix, e.g., /~<user> , /usr/web/<user> , etc.
# AddModule modules/standard/mod_userdir.o
So yes, UserDir is not supported under a default compile. Not sure if
this is the best default but anyhow... caveat sysadmin.