On Thu, 2004-02-26 at 11:17, Sander Striker wrote:
> From: Brian. W. Fitzpatrick [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 26, 2004 5:53 PM
> I'm in the process of testing out the cvs2svn.py converter, and the
> converter found an inconsistency in the httpd-2.0 repository.
Is that me
Hi,
Apache module uses hooks (function pointers) to invoke proper modules for
each request, and there are several hook categories such as initialization,
log, auth, and main handler. I recommend reading mod_example.c (in
modules/experimental) and compiling it with your Apache. I'm sure that will
I think if the content is small enough or the content size is known, Apache
uses Content-length. Otherwise, it uses chunk encoding.
- Sung
> -Original Message-
> From: Min Xu(Hsu) [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 31, 2004 1:48 AM
> To: [EMAIL PROTECTED]
> Subject: CG
Hello,
httpd_pop3 has problem with the UIDL command. It seems like that mm is
NULL after apr_mmap_create, even though the function returns APR_SUCESS.
Any idea?
-
Sung Kim
(gdb) r -X
Starting program: /usr/local/apache2/bin/httpd -X
[New Thread 8192 (LWP 17911)]
Program received signal
use the RCS file for ONLY research purpose and do
not intend to make the revision history publically available.
We really appreciated it.
-
Sung Kim
http://www.cse.ucsc.edu/~hunkim
Dept. of Computer Science
Baskin Engineering
University of California, Santa Cruz
uot;n:c:t:T:p:v:m:kVhwix:y:z:C:H:P:A:g:X:de:Sq"
#ifdef USE_SSL
"s"
#endif
@@ -2021,6 +2024,9 @@
break;
case 'T':
strcpy(content_type, optarg);
+ break;
+ case 'm': /* method */
+ strcpy(method, optarg);
break;
case 'C':
strncat(cookie, "Cookie: ", sizeof(cookie));
--
Sung Kim <[EMAIL PROTECTED]>
http://www.cse.ucsc.edu/~hunkim
"Dreams become reality!"
pd developers' list.
> >
> > Cheers,
> > -g
> >
> > On Wed, Apr 03, 2002 at 10:33:42PM -0800, Sung Kim wrote:
> > > Hello,
> > >
> > > I'm working on making shared module in apache 2.0.
> > >
> > > I've
ses (if any) suitable for the body of the error. It is also
+ * possible to return NULL, yet still have multistatus responses.
+ * In this case, typically the caller should return a 207 (Multistatus)
+ * and the responses (in the body) as the HTTP response.
+ */
+dav_error * (*search_resource)(request_rec *r,
+ dav_response **response);
};
--
Sung Kim <[EMAIL PROTECTED]>
http://www.cse.ucsc.edu/~hunkim
"Dreams become reality!"