RE: Error in rcs file in httpd-2.0 CVS repository

2004-02-26 Thread Sung Kim
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

RE: Help required on Apache from scratch...

2004-02-25 Thread Sung Kim
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

RE: CGI occasionally returns Content-Length encoded page?

2004-01-31 Thread Sung Kim
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

[httpd-pop3] UIDL Segment fault

2003-09-27 Thread Sung Kim
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

RCS files for httpd-2.0 and apache-1.3 CVS modules

2003-08-20 Thread Sung Kim
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

[patch] apache benchmark patch to support all methods

2002-08-29 Thread Sung Kim
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!"

Re: [dav-dev] unable to create scoreboard error?

2002-04-05 Thread Sung Kim
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

[PATCH] mod_dav patch for DASL(SEARCH) support.

2002-04-04 Thread Sung Kim
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!"