RE: cpu 100%

2011-04-04 Thread Niko Goutte
> Date: Thu, 31 Mar 2011 19:25:58 +0200 > Subject: Re: cpu 100% > From: [email protected] > To: [email protected] > > On Thu, Mar 31, 2011 at 19:10, Niko Goutte wrote: > > > >> Date: Thu, 31 Mar 2011 18:22:34 +0200 > >> Subject: Re: cpu 100% > >> From: [email protected] > >> To: modul

Re: Handling APR_HAS_LARGE_FILES

2011-04-04 Thread Ignaz Birnstingl
2011/3/31 Ignaz Birnstingl : > 2011/3/30 Ben Noordhuis : >> On Wed, Mar 30, 2011 at 16:25, Ignaz Birnstingl wrote: >>> we are trying to develop a proprietary (i.e. closed-source, binary-shipped) >>> Apache module and have run into troubles with binary incompatibilities >>> because of APR_HAS_LARGE

Changing request method

2011-04-04 Thread Jason Cwik
Hi all, I'm trying to write a module that will improve REST compatibility with Flex & JS by implementing support for X-Http-Method-Override to change the request method when only GET/POST are the only methods supported from the client. I've read the modules book and looked through lots of other m

Re: Changing request method

2011-04-04 Thread Ben Noordhuis
On Tue, Apr 5, 2011 at 00:10, Jason Cwik wrote: > I'm trying to write a module that will improve REST compatibility with Flex > & JS by implementing support for X-Http-Method-Override to change the > request method when only GET/POST are the only methods supported from the > client. > > I've read

Re: Changing request method

2011-04-04 Thread Jason Cwik
Sent from my iPhone On Apr 4, 2011, at 5:49 PM, Ben Noordhuis wrote: > On Tue, Apr 5, 2011 at 00:10, Jason Cwik wrote: >> I'm trying to write a module that will improve REST compatibility with Flex >> & JS by implementing support for X-Http-Method-Override to change the >> request method when