PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > alt.apache.configuration > Implementation of Apache based custom webdav server
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
alt.apache.configuration Apache web server configuration issues.

Implementation of Apache based custom webdav server

Réponse
 
LinkBack Outils de la discussion
Vieux 11/01/2008, 10h04   #1
v4vijayakumar
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Implementation of Apache based custom webdav server

How can we implement apache based custom webdav server?

Which is the right way to do this?

1. replace default provider filesystem (mod_dav_fs) with custom module
2. write http modules that handle webdav commands like, mkcol, delete,
propfind, proppatch, put, get, lock, unlock, etc.

Please redirect me to right group, If off-topic. thanks.
  Réponse avec citation
Vieux 11/01/2008, 10h19   #2
Kees Nuyt
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Implementation of Apache based custom webdav server

On Fri, 11 Jan 2008 02:04:00 -0800 (PST), v4vijayakumar
<vijayakumar.subburaj@gmail.com> wrote:

>How can we implement apache based custom webdav server?
>
>Which is the right way to do this?
>
>1. replace default provider filesystem (mod_dav_fs) with custom module
>2. write http modules that handle webdav commands like, mkcol, delete,
> propfind, proppatch, put, get, lock, unlock, etc.
>
>Please redirect me to right group, If off-topic. thanks.


It all depends on what would be "Custom" about it.
Are you sure the customization you need can't be obtained
with configuration options, in other words, that you
really need to develop a new module?

If so, it will be more productive to ask in an Apache
developer forum. This newsgroup takes Apache "as is" and
only discusses configuration topics.
--
( Kees
)
c[_] Facts, a (neo) conservative's worst nightmare. (#275)
  Réponse avec citation
Vieux 11/01/2008, 11h22   #3
v4vijayakumar
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Implementation of Apache based custom webdav server

On Jan 11, 3:19 pm, Kees Nuyt <k.n...@nospam.demon.nl> wrote:
> On Fri, 11 Jan 2008 02:04:00 -0800 (PST), v4vijayakumar
>
> <vijayakumar.subbu...@gmail.com> wrote:
> >How can we implement apache based custom webdav server?

>
> >Which is the right way to do this?

>
> >1. replace default provider filesystem (mod_dav_fs) with custom module
> >2. write http modules that handle webdav commands like, mkcol, delete,
> > propfind, proppatch, put, get, lock, unlock, etc.

>
> >Please redirect me to right group, If off-topic. thanks.

>
> It all depends on what would be "Custom" about it.
> Are you sure the customization you need can't be obtained
> with configuration options, in other words, that you
> really need to develop a new module?


Yes, we need to handle data streams both ways, in and out .

> If so, it will be more productive to ask in an Apache
> developer forum. This newsgroup takes Apache "as is" and
> only discusses configuration topics.


thanks.

But, I think, "webdav" deserves separate newsgroups, like
http, smtp, etc.
  Réponse avec citation
Vieux 11/01/2008, 23h52   #4
Kees Nuyt
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Implementation of Apache based custom webdav server

On Fri, 11 Jan 2008 03:22:08 -0800 (PST), v4vijayakumar
<vijayakumar.subburaj@gmail.com> wrote:

>On Jan 11, 3:19 pm, Kees Nuyt <k.n...@nospam.demon.nl> wrote:
>> On Fri, 11 Jan 2008 02:04:00 -0800 (PST), v4vijayakumar
>>
>> <vijayakumar.subbu...@gmail.com> wrote:
>> >How can we implement apache based custom webdav server?

>>
>> >Which is the right way to do this?

>>
>> >1. replace default provider filesystem (mod_dav_fs) with custom module
>> >2. write http modules that handle webdav commands like, mkcol, delete,
>> > propfind, proppatch, put, get, lock, unlock, etc.

>>
>> >Please redirect me to right group, If off-topic. thanks.

>>
>> It all depends on what would be "Custom" about it.
>> Are you sure the customization you need can't be obtained
>> with configuration options, in other words, that you
>> really need to develop a new module?

>
>Yes, we need to handle data streams both ways, in and out .
>
>> If so, it will be more productive to ask in an Apache
>> developer forum. This newsgroup takes Apache "as is" and
>> only discusses configuration topics.

>
>thanks.
>
>But, I think, "webdav" deserves separate newsgroups, like
>http, smtp, etc.


Yes, it does. Well, at least it has its own website:
http://www.webdav.org/
Perhaps you can find some pointers there, though I only
found an webdav announcement mailing list.

I'm sorry I can't be of more .

Good luck!
--
( Kees
)
c[_] How old would you be if you didn't know how old you was? (Satchel Paige) (#401)
  Réponse avec citation
Vieux 21/01/2008, 05h22   #5
v4vijayakumar
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Implementation of Apache based custom webdav server

On Jan 11, 3:04 pm, v4vijayakumar <vijayakumar.subbu...@gmail.com>
wrote:
> How can we implement apache based custom webdav server?
>
> Which is the right way to do this?
>
> 1. replace default provider filesystem (mod_dav_fs) with custom module
> 2. write http modules that handle webdav commands like, mkcol, delete,
> propfind, proppatch, put, get, lock, unlock, etc.
>
> Please redirect me to right group, If off-topic. thanks.


It seems that there is no much interest with webdav. I am not getting
any
response from online forums. Even, www.webdav.org home page is more
than 6 months old.

I just doubt that internet community is dumping webdav in favor of
up coming new standards. (?!)

can you please give me some pointers, where I can get some useful info.
  Réponse avec citation
Vieux 21/01/2008, 18h03   #6
Kees Nuyt
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Implementation of Apache based custom webdav server

On Sun, 20 Jan 2008 21:22:17 -0800 (PST), v4vijayakumar
<vijayakumar.subburaj@gmail.com> wrote:

>On Jan 11, 3:04 pm, v4vijayakumar <vijayakumar.subbu...@gmail.com>
>wrote:
>> How can we implement apache based custom webdav server?
>>
>> Which is the right way to do this?
>>
>> 1. replace default provider filesystem (mod_dav_fs) with custom module
>> 2. write http modules that handle webdav commands like, mkcol, delete,
>> propfind, proppatch, put, get, lock, unlock, etc.
>>
>> Please redirect me to right group, If off-topic. thanks.

>
>It seems that there is no much interest with webdav. I am not getting
>any
>response from online forums. Even, www.webdav.org home page is more
>than 6 months old.
>
>I just doubt that internet community is dumping webdav in favor of
>up coming new standards. (?!)
>
>can you please give me some pointers, where I can get some useful info.


Except for the sources,
http://svn.apache.org/viewvc/httpd/h...k/modules/dav/
, I have no idea where to find info.
Perhaps you can mail one of the webdav developers?

Good luck.
--
( Kees
)
c[_] May your life be filled with experiences. (#119)
  Réponse avec citation
Vieux 21/01/2008, 19h32   #7
roland
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Implementation of Apache based custom webdav server

v4vijayakumar said the following on 11/01/2008 11:04:
> How can we implement apache based custom webdav server?
>
> Which is the right way to do this?
>
> 1. replace default provider filesystem (mod_dav_fs) with custom module
> 2. write http modules that handle webdav commands like, mkcol, delete,
> propfind, proppatch, put, get, lock, unlock, etc.
>
> Please redirect me to right group, If off-topic. thanks.


Subversion can use an Apache server using webdav protocol. The SVN book
describes installation of Apache with Webdav. See
http://svnbook.red-bean.com/en/1.4/s...fig.httpd.html

roland
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 21h20.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14315 seconds with 15 queries