On Sat, May 13, 2017 at 4:00 PM, John Iliffe <john.ili...@iliffe.ca> wrote:
> Wow!  That was sure fast,  Thanks Eric.
>
> I'm not quite sure how to handle a diff file like this so it will take a
> while to try it out.  Using the standard Linux/gcc utilities, is there any
> way to fix things up automatically?  (sorry, I'm not a programmer).

/usr/bin/patch will probably work on the code portions.  You pass the
diff on stdin.
You might get some rejects in e.g. the CHANGES and STATUS file that
can just be ignored.

In this particular case, you might just try extracting
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c?revision=1788445&view=co
on top of your current mod_proxy_fcgi.c

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to