Re: How do I know the character encoding?

2008-05-05 Thread John Zhang
--- On Sat, 5/3/08, Nick Kew [EMAIL PROTECTED] wrote: From: Nick Kew [EMAIL PROTECTED] Subject: Re: How do I know the character encoding? To: modules-dev@httpd.apache.org Date: Saturday, May 3, 2008, 5:17 AM In my output filter, I need to parse the document to search for certain

Question regarding the use of DBMs

2008-05-05 Thread César Leonardo Blum Silveira
Hello, What is the correct way to fill the dsize field in apr_datum_t? I am not sure whether I should do it like this apr_datum_t d; d.dptr = hello, world; d.dsize = strlen(d.dptr); or like this apr_datum_t d; d.dptr = hello, world; d.dsize = strlen(d.dptr) + 1; Could anyone tell me whether

Re: Question regarding the use of DBMs

2008-05-05 Thread ed
On Mon, 5 May 2008 18:04:15 -0300 César Leonardo Blum Silveira [EMAIL PROTECTED] wrote: Hello, What is the correct way to fill the dsize field in apr_datum_t? I am not sure whether I should do it like this apr_datum_t d; d.dptr = hello, world; d.dsize = strlen(d.dptr); or like this

RE: Building trunk on Windows

2008-05-05 Thread Mario Brandt
There is a tutorial: http://www.apachelounge.com/forum/viewtopic.php?t=785 regards Mario -Original Message- From: César Leonardo Blum Silveira [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 7:32 PM To: dev@httpd.apache.org Subject: Building trunk on Windows Hi all, Is there any

User/group security without CGI (SuEXEC)

2008-05-05 Thread Jille Timmermans
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello hackers! I was thinking of creating a more secure environment for running webscripts (mod_php in my case), I want to run php scripts as their owner. I tought of the following scheme's: http://junk.quis.cx/fViKmLRi/apache-user-scheme-p1.png

Re: Apache response time

2008-05-05 Thread Joshua Slive
2008/5/4 Niko Wilfritz Sianipar Sianipar [EMAIL PROTECTED]: How to get the response time in the apache log file in msec. Thank you. %D in the logformat string gives you microseconds. Joshua.

dtrace probes for 2.2.x

2008-05-05 Thread Mads Toftum
Theo just announced dtrace probes for httpd: http://www.opensolaris.org/jive/thread.jspa?threadID=59306tstart=0 I wouldn't mind seeing those (or something similar) make it into trunk. vh Mads Toftum -- http://soulfood.dk

Re: dtrace probes for 2.2.x

2008-05-05 Thread Paul Querna
Mads Toftum wrote: Theo just announced dtrace probes for httpd: http://www.opensolaris.org/jive/thread.jspa?threadID=59306tstart=0 I wouldn't mind seeing those (or something similar) make it into trunk. +1, this would be very nice. I'd be happy to help shepherd it in. I believe we would

[PATCH] DTrace probes patch.

2008-05-05 Thread Theo Schlossnagle
Hello all, The probes can really give a different perspective on production environments. The patch has some nastiness to it that I'm sure people would want to strategize on cleaning up. The main issue being that Apache is constructed from a bunch of static apr/libtool built libraries.

Re: dtrace probes for 2.2.x

2008-05-05 Thread Sander Striker
On Mon, May 5, 2008 at 8:31 PM, Paul Querna [EMAIL PROTECTED] wrote: Mads Toftum wrote: Theo just announced dtrace probes for httpd: http://www.opensolaris.org/jive/thread.jspa?threadID=59306tstart=0 I wouldn't mind seeing those (or something similar) make it into trunk. +1, this

Re: User/group security without CGI (SuEXEC)

2008-05-05 Thread Lazy
2008/5/5 Jille Timmermans [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello hackers! I was thinking of creating a more secure environment for running webscripts (mod_php in my case), I want to run php scripts as their owner. I tought of the following scheme's: