Nick Kew wrote:
On Friday 18 August 2006 12:26, LDB wrote:


So I cannot have both /readit for WebDAV and for viewing?


You can view a DAV directory!


Alias /readit /srv/www/readit
<Directory "/srv/www/readit">
        Options FollowSymLinks Indexes
        AllowOverride None
        Order Allow,Deny
        Allow from all
</Directory>


That's fine, but


<Location /readit>


refers to the same directory, given your Alias


        Dav On


And that overrides your other settings (and contradicts the Alias)


        SetHandler server-status


As does that!  Good grief, what are you trying?



I have users that I need to please. :) I told them this is NOT
wise but I was overridden .. :)

So how do I have both WebDAV enabled and viewing enabled?

Thanks,

LDB

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to