You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by David H <go...@yahoo.com> on 2004/03/15 18:54:24 UTC

[users@httpd] Editing webpage with Dav

Hi,
 
I am trying to edit my page directly with Dav. I can
open the page with my editor but the content was
downloaded to my local box rather editing directly on
the server. Please help?

Alias /demo /home/demo/docs
<Location /demo>

        Dav On

        ForceType text/plain
        AllowOverride None
       Options None

        AuthType Basic
        AuthName Demo
        AuthUserFile /web/www/restriction/demo

    
                require user david
      
</Location>

Thanks,
Dave

__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

---------------------------------------------------------------------
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] Editing webpage with Dav

Posted by Joshua Slive <jo...@slive.ca>.
On Tue, 16 Mar 2004, David H wrote:

> Hi Joshua, I am using 2000 and XP. I tried Dreamweaver
> MX and jEdit 4.1 final with Dav plug-in. I am able to
> connect to my linux apache server with mod_dav in
> windows explorer. But not with any for the software. I
> don't know why, any idea?

You would, perhaps, be better off contacting a support group for your
clients.  If windows explorer works fine, then it must be some kind of
client configuration problem.

Joshua.

---------------------------------------------------------------------
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] Editing webpage with Dav

Posted by David H <go...@yahoo.com>.
Hi Joshua, I am using 2000 and XP. I tried Dreamweaver
MX and jEdit 4.1 final with Dav plug-in. I am able to
connect to my linux apache server with mod_dav in
windows explorer. But not with any for the software. I
don't know why, any idea?

Thanks,
Dave

--- Joshua Slive <jo...@slive.ca> wrote:
> 
> On Mon, 15 Mar 2004, David H wrote:
> 
> > Joshua thanks, one more question do you know any
> > free-ware that is Dav-aware?
> 
> Yes, there is plenty.  But you have not specified
> anything about OS, type
> of application, etc.  Why don't you start here:
> http://www.webdav.org/
> 
> Joshua.
> 
>
---------------------------------------------------------------------
> 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
> 


__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

---------------------------------------------------------------------
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] Editing webpage with Dav

Posted by Joshua Slive <jo...@slive.ca>.
On Mon, 15 Mar 2004, David H wrote:

> Joshua thanks, one more question do you know any
> free-ware that is Dav-aware?

Yes, there is plenty.  But you have not specified anything about OS, type
of application, etc.  Why don't you start here:
http://www.webdav.org/

Joshua.

---------------------------------------------------------------------
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] Editing webpage with Dav

Posted by David H <go...@yahoo.com>.
Joshua thanks, one more question do you know any
free-ware that is Dav-aware? 

Thanks,
Dave

--- Joshua Slive <jo...@slive.ca> wrote:
> 
> On Mon, 15 Mar 2004, David H wrote:
> 
> > Hi,
> >
> > I am trying to edit my page directly with Dav. I
> can
> > open the page with my editor but the content was
> > downloaded to my local box rather editing directly
> on
> > the server. Please help?
> 
> It looks like you are missing a DavLockDB to start
> with.
> 
> But the real question is, is your editor DAV-aware? 
> The editor needs to
> know how to use DAV to save stuff back to the
> server.
> 
> Joshua.
> 
>
---------------------------------------------------------------------
> 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
> 


__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

---------------------------------------------------------------------
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] Editing webpage with Dav

Posted by Joshua Slive <jo...@slive.ca>.
On Mon, 15 Mar 2004, David H wrote:

> Hi,
>
> I am trying to edit my page directly with Dav. I can
> open the page with my editor but the content was
> downloaded to my local box rather editing directly on
> the server. Please help?

It looks like you are missing a DavLockDB to start with.

But the real question is, is your editor DAV-aware?  The editor needs to
know how to use DAV to save stuff back to the server.

Joshua.

---------------------------------------------------------------------
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