Hi Philip,
>>>>> "Phillip" == Phillip Hofmeister <[EMAIL PROTECTED]> writes:
thanks for your advice.

    Phillip> Greets,
    Phillip> On Tue, 08 Apr 2003 at 09:14:37AM +0200, [EMAIL PROTECTED] wrote:
    >> NOTE: publish url is: https://localhost/webdav ... it goes to
    >> the www root
    >> 
    >> Is there some more fashionable solution, when I don't have to
    >> create symlink on the www root?

    Phillip> Make an alias using the Apache Alias directive?

But if I use Alias directive, I need to constraint source dir ... /var/www
(If I am not wrong :-). 
And because of that even normal access  (http://localhost)  will be prohibited.
        
        Alias /webdav /var/www
        <Directory /var/www>
                DAV On
                RewriteEngine on
                RewriteCond %{HTTPS} !=on
                RewriteRule     *. - [F]
        </Directory>
        
       
    Enjoy spring weather,
-- 
      Jan Stavel 

Reply via email to