|
Home > Archive > alt.os.linux > June 2002 > Apache WebDav & WindozeXP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache WebDav & WindozeXP
|
|
| Jonathan 2002-06-27, 4:25 pm |
| Hi There,
I have setup WebDav on my Apache server. It works nicely from within
Dreamweaver, however when I try to create a network place in XP or web
folder in IE6 it fails. In my apache logs I have the following errors:
[Thu Jun 27 22:56:14 2002] [error] [client 10.0.0.3] File does not exist:
/usr/local/httpd/htdocs/_vti_inf.html
[Thu Jun 27 22:56:14 2002] [error] [client 10.0.0.3] File does not exist:
/usr/local/httpd/htdocs/_vti_bin/shtml.exe/_vti_rpc
I believe this is something to do with frontpage extentions... whatever they
are. Do they have to be present for XP to be able to read the webdav folder?
As I said, this webdav folder works great in Macromedia dreamweaver.
Can anyone help or is this just Microsoft way of trying to stop us using
Linux Apache etc.??????
Thanks for your help in advance.
Cheers
Jonathan
| |
| Joachim Feise 2002-06-28, 12:25 am |
| Jonathan wrote:
> Hi There,
>
> I have setup WebDav on my Apache server. It works nicely from within
> Dreamweaver, however when I try to create a network place in XP or web
> folder in IE6 it fails. In my apache logs I have the following errors:
>
> [Thu Jun 27 22:56:14 2002] [error] [client 10.0.0.3] File does not exist:
> /usr/local/httpd/htdocs/_vti_inf.html
> [Thu Jun 27 22:56:14 2002] [error] [client 10.0.0.3] File does not exist:
> /usr/local/httpd/htdocs/_vti_bin/shtml.exe/_vti_rpc
>
> I believe this is something to do with frontpage extentions... whatever they
> are. Do they have to be present for XP to be able to read the webdav folder?
>
> As I said, this webdav folder works great in Macromedia dreamweaver.
>
> Can anyone help or is this just Microsoft way of trying to stop us using
> Linux Apache etc.??????
This is a known thing. MS Webfolders tries to use Frontpage extensions first.
Only when they don't find it, as indicated by the 404 errors you see in the
log, they switch to using WebDAV.
BTW, this has nothing to do with XP. It is part of the Webfolder implementation.
Another thing you may run into with XP is if you want to use authentication
with your Webfolder. I have heard that that's broken in the Webfolder
implementation of XP.
-Joe
| |
| Jonathan 2002-06-28, 1:25 am |
| Thanks for the info., Is there any work around? Hopefully it will get fixed
in SP1 for XP.
Cheers
Jonathan
"Joachim Feise" <jfeise@ics.uci.edu> wrote in message
news:3D1BF95F.1070806@ics.uci.edu...
> Jonathan wrote:
> > Hi There,
> >
> > I have setup WebDav on my Apache server. It works nicely from within
> > Dreamweaver, however when I try to create a network place in XP or web
> > folder in IE6 it fails. In my apache logs I have the following errors:
> >
> > [Thu Jun 27 22:56:14 2002] [error] [client 10.0.0.3] File does not
exist:
> > /usr/local/httpd/htdocs/_vti_inf.html
> > [Thu Jun 27 22:56:14 2002] [error] [client 10.0.0.3] File does not
exist:
> > /usr/local/httpd/htdocs/_vti_bin/shtml.exe/_vti_rpc
> >
> > I believe this is something to do with frontpage extentions... whatever
they
> > are. Do they have to be present for XP to be able to read the webdav
folder?
> >
> > As I said, this webdav folder works great in Macromedia dreamweaver.
> >
> > Can anyone help or is this just Microsoft way of trying to stop us using
> > Linux Apache etc.??????
>
> This is a known thing. MS Webfolders tries to use Frontpage extensions
first.
> Only when they don't find it, as indicated by the 404 errors you see in
the
> log, they switch to using WebDAV.
> BTW, this has nothing to do with XP. It is part of the Webfolder
implementation.
> Another thing you may run into with XP is if you want to use
authentication
> with your Webfolder. I have heard that that's broken in the Webfolder
> implementation of XP.
>
> -Joe
>
|
|
|
|
|