You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Gary Algier <ga...@ulticom.com> on 2003/01/21 00:09:39 UTC

[users@httpd] DAV does not show symlinks

I have a problem with mod_dav*.  I can't see symlinks.  Is this supposed to
be the case?  Can I make them show?  When they are symlinks to dirs can I
make them show as dirs?

I am running:
     Server Version: Apache/2.0.40 (Red Hat Linux)
     Server Built: Oct 9 2002 08:01:13

I have several virtual servers:
---------------------------------------------------------------
/etc/httpd/conf/httpd.conf:
     NameVirtualHost 10.0.0.1:80
     Include hosts/*.conf
hosts/www.foo.com.conf:
     <VirtualHost www.foo.com:80>
        DocumentRoot /var/www/www.foo.com
        ...
     </VirtualHost>
hosts/www.bar.com.conf:
     <VirtualHost www.bar.com:80>
        DocumentRoot /var/www/www.bar.com
        ...
     </VirtualHost>
hosts/dav.master.com.conf:
     <VirtualHost dav.master.com:443>
         SSLEngine on
         DocumentRoot /var/www/dav.master.com
         ...
     </VirtualHost>
---------------------------------------------------------------
And then I create symlinks like:

     cd /var/www/dav.master.com/html
     ln -s /var/www/www.bar.com .
     ln -s /var/www/www.foo.com .

The goal is to only use one SSL Cert and IP address to manage content for
all the sites.  Using cadaver I can connect to https://dav.master.com, but
the symlinks don't even show.  If I "cd www.bar.com", it works, but I
want to be able to see the "directories".

Does anyone have any ideas?

I also notice that the <Alias> directives do not cause the locations to
show either.  (For example, the "manual" does not show).


-- 
Gary Algier, WB2FWZ          gaa at ulticom.com             +1 856 787 2758
Ulticom Inc., 1020 Briggs Rd, Mt. Laurel, NJ 08054      Fax:+1 856 866 2033


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] DAV does not show symlinks

Posted by Jacob Coby <jc...@listingbook.com>.
Maybe the FollowSymLinks option will do what you want?

----- Original Message -----
From: "Gary Algier" <ga...@ulticom.com>
To: <us...@httpd.apache.org>
Sent: Monday, January 20, 2003 6:09 PM
Subject: [users@httpd] DAV does not show symlinks


> I have a problem with mod_dav*.  I can't see symlinks.  Is this supposed
to
> be the case?  Can I make them show?  When they are symlinks to dirs can I
> make them show as dirs?
>
> I am running:
>      Server Version: Apache/2.0.40 (Red Hat Linux)
>      Server Built: Oct 9 2002 08:01:13
>
> I have several virtual servers:
> ---------------------------------------------------------------
> /etc/httpd/conf/httpd.conf:
>      NameVirtualHost 10.0.0.1:80
>      Include hosts/*.conf
> hosts/www.foo.com.conf:
>      <VirtualHost www.foo.com:80>
>         DocumentRoot /var/www/www.foo.com
>         ...
>      </VirtualHost>
> hosts/www.bar.com.conf:
>      <VirtualHost www.bar.com:80>
>         DocumentRoot /var/www/www.bar.com
>         ...
>      </VirtualHost>
> hosts/dav.master.com.conf:
>      <VirtualHost dav.master.com:443>
>          SSLEngine on
>          DocumentRoot /var/www/dav.master.com
>          ...
>      </VirtualHost>
> ---------------------------------------------------------------
> And then I create symlinks like:
>
>      cd /var/www/dav.master.com/html
>      ln -s /var/www/www.bar.com .
>      ln -s /var/www/www.foo.com .
>
> The goal is to only use one SSL Cert and IP address to manage content for
> all the sites.  Using cadaver I can connect to https://dav.master.com, but
> the symlinks don't even show.  If I "cd www.bar.com", it works, but I
> want to be able to see the "directories".
>
> Does anyone have any ideas?
>
> I also notice that the <Alias> directives do not cause the locations to
> show either.  (For example, the "manual" does not show).
>
>
> --
> Gary Algier, WB2FWZ          gaa at ulticom.com             +1 856 787
2758
> Ulticom Inc., 1020 Briggs Rd, Mt. Laurel, NJ 08054      Fax:+1 856 866
2033



---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org