Jaco Kroon wrote:
> Hi,
> 
> That is a very good question indeed.  I would bet that cygwin is most
> likely your best option, look for a package called patch, and you will
> need to extract the patch first with gunzip.  Once on the "cygwin
> terminal" (probably some variant of bash), cd into the base folder for
> you httpd source and execute this:
> 
> $ gunzip < /path/to/the/patch | patch -p1
> 
> This should apply the patch.  If you'd like to check first that it will
> apply, use --dry-run as a secondary parameter for patch.
> 
> There are probably other ways, but only being familiar with Linux I
> wouldn't be able to advise on those.
> 
> Kind Regards,
> Jaco


Thanks for the info.  Will try later and let you know how it goes.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to