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 just to fix a few lines

thanks

Francesco

On Sun, Aug 9, 2015 at 5:46 AM, Eric Covener <[email protected]> wrote:

> On Sat, Aug 8, 2015 at 9:58 PM, Francesco Pasqualini <[email protected]>
> 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, recompiling mod_cgi.c and
> installing
> > mod_cgi.so under the $root/modules dir will do the trick
>
> I'm no Windows expert, but I don't see how you can expect an updated
> ap_create_environment() to be used that way. I already tried to
> explain why in my first response.
>

Reply via email to