mod_domaintree is a hostname to filesystem mapper for Apache2. It maps host names like www.example.com to a filesystem tree like $prefix/com/example/www/$suffix. It can optionally strip the www prefix of host names.
| Tags | Internet |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | OS Independent |
| Implementation | C |
Recent releases


Release Notes: The suexec hook and DomainTreeSuexec directory configuration directive were added. "make clean" was fixed.


Release Notes: A possible crash in strmatch() was fixed. The DomainTreeIgnore directive was added. The DomainTreeForbid directive was added.


Release Notes: A per-server configuration merge hook was added. PID logging was #ifdef'd out. Links were replaced with actual files in the tarball. Debug symbols are now added by default.


Release Notes: Code cleanup. This release adds configure, a DomainTreeCache directive, and a DomainTreeStatRoot directive.


Release Notes: DomainTreeAlias now understands 2 simple placeholders, "?" for any character and "*" for any string until next matching character.