https://issues.apache.org/bugzilla/show_bug.cgi?id=29744

--- Comment #100 from Ivan Krivyakov <[email protected]> 2009-11-29 
10:55:12 UTC ---
> 
> Have you tried applying this patch to the 2.2.14 sources?
>
> # wget -O - http://apache.mirror.rafal.ca/httpd/httpd-2.2.14.tar.bz2 | tar jx
> # cd httpd-2.2.14/modules/proxy
> # curl https://issues.apache.org/bugzilla/attachment.cgi?id=24615 | patch -p1
> --verbose
>

I have double-checked it -- it works fine with Win32 sources.

unzip httpd-2.2.14-win32-src.zip 
cd httpd-2.2.14\modules\proxy  
patch -p1 <mod_proxy_connect.patch 

patching file mod_proxy_connect.c

The resulting file is identical to my modified version, so the patch worked. 

It could be the end-of-line thing, GNU patch.exe for Windows insists on line
endings to be /r/n, so this is what went into the patch file. I don't have a
Linux instance handy to check this.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to