- Honor WWWDIR while I'm here PR: ports/151843 Submitted by: Matthias Fechner <idefix@fechner.net> Approved by: Maurice Castro <maurice@castro.aus.net> (maintainer)
11 lines
203 B
Text
11 lines
203 B
Text
# Settings for davical
|
|
#
|
|
|
|
Alias /davical "%%WWWDIR%%/htdocs"
|
|
|
|
<Directory "%%WWWDIR%%/htdocs">
|
|
Options Indexes FollowSymLinks MultiViews
|
|
AllowOverride All
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|