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

Configuring DAV - something's missing

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  addfreestats  
Author Message
public

External


Since: Nov 11, 2004
Posts: 7



(Msg. 1) Posted: Sun Jan 09, 2005 3:35 am
Post subject: Configuring DAV - something's missing
Archived from groups: alt>apache>configuration (more info?)

I'm trying to get DAV to work, using the apache2 docs and this tutorial:

http://httpd.apache.org/docs-2.0/mod/mod_dav.html
http://www.serverwatch.com/tutorials/article.php/10825_2176771_2

Seems like a pretty straightforward setup. In httpd2.conf I have:

LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so

# Location for DavLock database
DavLockDB /tmp/DavLock

apache2 restarts without error, and apache reports:

Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/6.7.100mdk) DAV/2 ....

So I'm satisfied that the modules are installed OK. Elsewhere I have a
container:


<Location /var/www/html/path>
Dav On

AuthType Basic
AuthName DAV
AuthUserFile /home/username/.DAVlogin

<LimitExcept GET HEAD OPTIONS>
require user username
</LimitExcept>
</Location>


/var/www/html/path exists and is 775
/home/username/.DAVlogin exists and is world readable

apachectl restart -- no errors

So all seems good. But I have not been successful in getting a WebDAV
connection to the server with any client (e.g. Goliath says "The server
specified does not support the specified protocol"). Nothing shows up in
apache's error.log. I'm at a loss. Any suggestions why DAV should not be
responding here?

Thanks,
Scot

 >> Stay informed about: Configuring DAV - something's missing 
Back to top
Login to vote
public

External


Since: Nov 11, 2004
Posts: 7



(Msg. 2) Posted: Sun Jan 09, 2005 5:35 pm
Post subject: Re: Configuring DAV - something's missing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Just to be sure, are there any firewall changes needed to enable DAV access?
As I understand it, it should all work over port 80 -- if you can serve web
sites, you can support DAV, with no firewall changes needed, right? I've
tried a few firewall experiments here, but no luck - DAV services still
unreachable.

Scot


On 1/8/05 11:50 PM, in article BE06223F.3B02F%public@birdhouse.org, "Scot
Hacker" <public RemoveThis @birdhouse.org> wrote:

 > I'm trying to get DAV to work, using the apache2 docs and this tutorial:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/mod/mod_dav.html</font" target="_blank">http://httpd.apache.org/docs-2.0/mod/mod_dav.html</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.serverwatch.com/tutorials/article.php/10825_2176771_2</font" target="_blank">http://www.serverwatch.com/tutorials/article.php/10825_2176771_2</font</a>>
 >
 > Seems like a pretty straightforward setup. In httpd2.conf I have:
 >
 > LoadModule dav_module modules/mod_dav.so
 > LoadModule dav_fs_module modules/mod_dav_fs.so
 >
 > # Location for DavLock database
 > DavLockDB /tmp/DavLock
 >
 > apache2 restarts without error, and apache reports:
 >
 > Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/6.7.100mdk) DAV/2 ....
 >
 > So I'm satisfied that the modules are installed OK. Elsewhere I have a
 > container:
 >
 >
 > <Location /var/www/html/path>
 > Dav On
 >
 > AuthType Basic
 > AuthName DAV
 > AuthUserFile /home/username/.DAVlogin
 >
 > <LimitExcept GET HEAD OPTIONS>
 > require user username
 > </LimitExcept>
 > </Location>
 >
 >
 > /var/www/html/path exists and is 775
 > /home/username/.DAVlogin exists and is world readable
 >
 > apachectl restart -- no errors
 >
 > So all seems good. But I have not been successful in getting a WebDAV
 > connection to the server with any client (e.g. Goliath says "The server
 > specified does not support the specified protocol"). Nothing shows up in
 > apache's error.log. I'm at a loss. Any suggestions why DAV should not be
 > responding here?
 >
 > Thanks,
 > Scot
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Configuring DAV - something's missing 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Missing Something - I have a problem I am sure everyone has heard a hundred times. I want to setup Virtual Host using one Ip address. The DNS for both domains points to the server. Server name is webserver.x.com The two domains I want to host are www.z.com, www.w.com. In th...

Am I missing something here? - I am running Apache 1.3.29/PhP 4.3.4. After install all works well, but when I add the virtual server for my Pinnacle Showcenter in httpd.conf using the entries below I can no longer the 'regular' server at port 80, I get page not found errors. I'm..

apr packages missing - While trying to install httpd 2.0.47-6 the two packages apr-devel and apr-util-devel are missing, downloading the source for apr from apr.apache.org I'm still missing apr-devel and apr-util-devel . Where is the apr-devel and apr-util-devel source at?..

How to set Missing.html for the error page - I have created a missing.html file in my document root (http://www.machilus.com/missing.html) and made the following configuration: #ErrorDocument 500 "The server made a boo boo. # n.b. the single leading (") marks it as text, it does not ge...

weird problem with "search permissions are missing" - I have a strange intermittent problem with an Apache installation on one of our machines. It throws randomly the following error after a reload or restart when trying to access that ressource. (13)Permission denied: access to /server-status failed..
   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 ]