Re: help: need mod_cgi.so win32 fixed

2015-08-09 Thread Jeff Trawick
On Sat, Aug 8, 2015 at 9:58 PM, Francesco Pasqualini wrote: > Hi Eric, > I confirm that the patch changes mod_cgi > > infact mod_cgi.c calls the function ap_create_environment in > util_script.c: > > env = ap_create_environment(r->pool, r->subprocess_env); > > so applying the patch to util_script

Re: help: need mod_cgi.so win32 fixed

2015-08-08 Thread Francesco Pasqualini
In apache httpd windows setup the compiled modules go as .so files in the $root/modules directory. So to install/update a module we have to just compile/recompile it and put the .so file in $root/modules My problem is that I don't have a build setup and it take too long to build and configure one

Re: help: need mod_cgi.so win32 fixed

2015-08-08 Thread Eric Covener
On Sat, Aug 8, 2015 at 9:58 PM, Francesco Pasqualini wrote: > I confirm that the patch changes mod_cgi > > infact mod_cgi.c calls the function ap_create_environment in util_script.c: > > env = ap_create_environment(r->pool, r->subprocess_env); > > so applying the patch to util_script.c, recompilin

Re: help: need mod_cgi.so win32 fixed

2015-08-08 Thread Francesco Pasqualini
Hi Eric, I confirm that the patch changes mod_cgi infact mod_cgi.c calls the function ap_create_environment in util_script.c: env = ap_create_environment(r->pool, r->subprocess_env); so applying the patch to util_script.c, recompiling mod_cgi.c and installing mod_cgi.so under the $root/modules d

Re: help: need mod_cgi.so win32 fixed

2015-08-08 Thread Francesco Pasqualini
Thanks I just found a temporary work around putting in sitecustomize.pl the following: BEGIN{ if($ENV{"ProgramFiles(x86)"} ne "C:\\Program Files (x86)"){ $ENV{ProgramFiles} = "C:\\Program Files"; $ENV{"ProgramFiles(x86)"} = "C:\\Program Files (x86)"; $ENV{ProgramFilesW6432} = "C:\\Program Files";

Re: help: need mod_cgi.so win32 fixed

2015-08-08 Thread Eric Covener
On Sat, Aug 8, 2015 at 2:24 PM, Francesco Pasqualini wrote: > Hi to all, > > Can someone help me ? > > I have a httpd in production on windows affected by this problem: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=46751#c4 > > Can someone compile for me a fixed (john proposal) version of mod

help: need mod_cgi.so win32 fixed

2015-08-08 Thread Francesco Pasqualini
Hi to all, Can someone help me ? I have a httpd in production on windows affected by this problem: https://bz.apache.org/bugzilla/show_bug.cgi?id=46751#c4 Can someone compile for me a fixed (john proposal) version of mod_cgi.so ? I contacted john without success. ./httpd.exe -v Server version