Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-18 Thread Bing Swen
Jorge Schrauwen jorge.schrau...@gmail.com wrote on 2008年12月17日, 19:07 For the early httpd-2.2.x series it has compiled on Win64. Then again it's very picky in which platform you use. Win XP x64 + VS2005/8 works best. Vista x64 is has some problems with platform SDK (not sure they are fix now).

missing prefer-language on nested subrequests

2008-12-18 Thread Per Jessen
I'm using content negotiation with type-maps and I'm having a problem when a subrequest does another subrequest - i.e. an #included document does another #include.  On the first #include, 'prefer-language' is set correctly, so negotiation can pick the right language, but on the subsequent 

Re: missing prefer-language on nested subrequests

2008-12-18 Thread Per Jessen
Per Jessen wrote: I'm using content negotiation with type-maps and I'm having a problem when a subrequest does another subrequest - i.e. an #included document does another #include.  On the first #include, 'prefer-language' is set correctly, so negotiation can pick the right language, but on

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-18 Thread Jorge Schrauwen
Looks like you haven't run cvtdsp.pl to convert the vc6 dsp's to once that upgrade. There is a more detailed explenation here: http://www.blackdot.be/?inc=apache/knowledge/tutorials/x64 ~Jorge On Thu, Dec 18, 2008 at 10:14 AM, Bing Swen bs...@pku.edu.cn wrote: Jorge Schrauwen

Re: proxy_ajp connect timeout fix.

2008-12-18 Thread Jess Holle
Ruediger Pluem wrote: I guess you should move this over to d...@apr as this is likely a problem with the windows specific connect call not returning immediately. I moved this over to d...@apr as suggested, but have not received any responses there. Note that I applied Matt Stevenson's

Revise VC6 .dsp files -- was: [VOTE] Release Apache HTTP server 2.2.11

2008-12-18 Thread Bing Swen
Jorge Schrauwen wrote on 2008年12月18日 20:10 On Thu, Dec 18, 2008 at 10:14 AM, Bing Swen bs...@pku.edu.cn wrote: Jorge Schrauwen jorge.schrau...@gmail.com wrote on 2008年12月17日, 19:07 For the early httpd-2.2.x series it has compiled on Win64. Then again it's very picky in which platform you

Re: Revise VC6 .dsp files -- was: [VOTE] Release Apache HTTP server 2.2.11

2008-12-18 Thread Jorge Schrauwen
IIRC there where problems with this. The update dsp doesn't compile clean on vc6. vc6 is still the compiler used for all office asf httpd binaries. ~Jorge On Thu, Dec 18, 2008 at 3:00 PM, Bing Swen bs...@pku.edu.cn wrote: Jorge Schrauwen wrote on 2008年12月18日 20:10 On Thu, Dec 18, 2008 at

Re: svn commit: r712611 - /httpd/httpd/trunk/docs/conf/extra/httpd-mpm.conf.in

2008-12-18 Thread Rainer Jung
On 29.11.2008 20:27, Rainer Jung wrote: pque...@apache.org schrieb: Author: pquerna Date: Sun Nov 9 21:48:21 2008 New Revision: 712611 URL: http://svn.apache.org/viewvc?rev=712611view=rev Log: Add Simple MPM to example mpm config. Submited by: Ryan Phillipsryan trolocsis.com Modified:

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-18 Thread William A. Rowe, Jr.
Bing Swen wrote: Jorge Schrauwen jorge.schrau...@gmail.com wrote on 2008年12月17日, 19:07 For the early httpd-2.2.x series it has compiled on Win64. Then again it's very picky in which platform you use. Win XP x64 + VS2005/8 works best. Vista x64 is has some problems with platform SDK (not

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-18 Thread bing swen
William A. Rowe, Jr. wrote Bing Swen wrote: There seems to be a bug in the project updating functions of VS2005/08: embedded \ char's in the .rc files always made a fatal error to the resource compiler (rc.exe), e.g., ... LONG_NAME=Apache HTTP Server ... If all the inner \

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-18 Thread William A. Rowe, Jr.
bing swen wrote: So is it a good idea to maintain two sets of project files to cope with this problem: one for the old VS 5/6 .dsp files (no more x64 support), and one for VS 2005/08 .vcproj files (with direct x64 support)? No, it's a horrid idea. It's a good idea to drop to one

Re: mod_fcgid license questions

2008-12-18 Thread pqf
Hi, all Sorry for the delay, I have track down all patches base on my ChangeLog( I keep my mail archive), so here is my brief: the Inside job version 0.76 ( Jul 6th 2004 ) 1. Code fix. Replace the depreciated BRIGADE_FOREACH macro, which

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-18 Thread Bing Swen
William A. Rowe, Jr. wrote: bing swen wrote: So is it a good idea to maintain two sets of project files to cope with this problem: one for the old VS 5/6 .dsp files (no more x64 support), and one for VS 2005/08 .vcproj files (with direct x64 support)? No, it's a horrid idea. Sorry for

Re: [VOTE] Release Apache HTTP server 2.2.11

2008-12-18 Thread William A. Rowe, Jr.
Bing Swen wrote: Sorry for this. Since 2+ years have passed (since httpd-2.2.2, the last Win-x64 compilable version), I thought of some progress even at the cost of such complexity. Bing; in all fairness, 2.2.2 was the first version robust on windows, and didn't yet build clean on x64.