Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

DAV in vhost

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Rewriting long URIs from viruses... shortening lo..  
Author Message
user2734

External


Since: Apr 03, 2004
Posts: 1



(Msg. 1) Posted: Sat Apr 03, 2004 3:42 pm
Post subject: DAV in vhost
Archived from groups: alt>apache>configuration (more info?)

Hello,

I followed a dav guide and succeeded in a way that allows me to connect to a
secured area.

ssl.conf:

<VirtualHost _default_:443>

Alias /webdav/ "/home/webdav/"

<Directory /home/webdav>
DAV on
AuthType Basic
AuthName "WebDAV Storage"
AuthUserFile /path/to/passwd.dav
</Directory>

<Directory /home/webdav/user1/>
require user user1
</Directory>

This works fine. No I want something like this in my httpd.conf with a
vhost. https is not required.

httpd.conf:

<VirtualHost 81.2.157.70>
ServerName webdav.server.de
DocumentRoot /home/webdav/user1/

<Location />
DAV on
AuthType Basic
AuthName "server.de WebDAV"
AuthUserFile /path/to/passwd.dav
require user user1
</Location>

</VirtualHost>

This doesn't work. Would be nice if someone can help me.

Debian linux, apache2 self-compiled.

Thanks,
--
Kai Lippok kai.lippok.DeleteThis@kl-mail.de
MCP MCDBA MCT

 >> Stay informed about: DAV in vhost 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
VHOST or ...? - Hi, I'm a newbie on Apache, so I need help figuring out what to do when I have one webserver with one IP-address and I want to have two sites: "www.mydomain.com" and "site2.mydomain.com". The first site should respond when you type a...

VHOST - I have the domain nj2t.net allready up and running, I have just got nj2t.co.uk, can I just copy the virtual host entry for nj2t.net and paste it in as a new VHost entry and change the web parts from .net to .co.uk and keep using the same directories........

VHost Q again - Ok I had this working once... then I had to re-install apache and now it doesn't work... well it works, but it all goes to the main page's index file... what am I missing here Do I need to comment out the other listen and documentroot to make this work...

CGI vhost - Greetings, I am trying to set up a vhost that will automatically execute a cgi binary and I'm not too sure how to go about it. If I go to the address and add /cgi-bin/<file_name> it works fine, so I know cgi is configured correctly. Also my name...

mod_rewrite vhost - Hi, I am currently running Apache 1.3.27 with Debian Woody and I am looking to setup an easy virtual host solution. I am using mod_vhost_alias at the moment but I would prefer to use mod_rewrite as it offers more flexibility. However I am having..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]