|
Posted by patpro ~ Patrick Proniewski on 06/20/07 16:59
In article <1182358276.836460.256770@n60g2000hse.googlegroups.com>,
shimmyshack <matt.farey@gmail.com> wrote:
> <IfModule dav_module>
> <IfModule dav_fs_module>
> <IfModule setenvif_module>
> <IfModule authn_file_module>
> DavLockDB "/path/to/tmp/DavLock"
> Alias /webdav "/path/to/your/files"
>
> <Directory "/path/to/your/files">
> Dav On
.../..
I think I would rather write <Location /webdav> instead of <Directory
"/path/to/your/files">, and embed a "AddType text/html .php" into
the <Location> block.
And, by the way, in that context, i don't see the point of using a
"<LimitExcept GET HEAD OPTIONS>" block to ask for authentication.
patpro
--
http://www.patpro.net/
Navigation:
[Reply to this message]
|