Re: [OT]umm...WTFM? sheepish grin[Re: advocacy]

2000-12-12 Thread Joao Pedro Goncalves

perldoc.com is your friend:

http://www.perldoc.com/cpan/Apache.html

Joao Pedro



Paul wrote:
 
 I was working on an article for http://take23.org/ and thought I'd link
 to the basic documentation you get with "perldoc Apache" after you've
 installed mod_perl and I can't find a copy online.
 
 Anybody point me to one?
 
 Thanks much all.
 Paul
 
 __
 Do You Yahoo!?
 Yahoo! Shopping - Thousands of Stores. Millions of Products.
 http://shopping.yahoo.com/

-- 
João Pedro Gonçalves



Re: WebDAV support in mod_perl

2000-11-30 Thread Joao Pedro Goncalves

HTTP::DAV is a client to the WebDAV protocol, not a server.


Aaron Johnson wrote:
 
 Is the HTTP::DAV module of any use?  I just ran across it in TPJ.
 
 http://theoryx5.uwinnipeg.ca/CPAN/data/HTTP-DAV/DAV.html


--
João Pedro Gonçalves
perl
-pe'$_=eofpack(c5,83,(16)+1,010*0xa,ord($0)*2-0xb,10)'/etc/passwd

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




WebDAV support in mod_perl

2000-11-29 Thread Joao Pedro Goncalves

Hi, is there any current project going on for using the WebDAV protocol
in
mod_perl, something like Apache::WebDAV?
 
I am familiar with the mod_dav efforts however they seem to be oriented
to
filesystem repositories and i would like to use WebDAV in a more dynamic
environment such as repositories being in a database, or for supporting
new stuff like Outlook HTTPmail, that uses WebDAV to connect to Hotmail.
 
If not, is there any people out there interested in starting one?
 
Core features of the WebDAV protocol already have several CPAN modules
that would help
its development, such as locking and XML processing.
 
Thanks in advance,
Joao Pedro
 
--
João Pedro Gonçalves
www.sapo.pt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]