Re: patch: add error log handler, expose parsed_uri and more

Shugo Maeda <[email protected]> Mon, 30 Jul 2007 11:32:50 +0900
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
Hi,
Sorry, I missed your previous mail.

On 07/30/2007 09:15 AM, Matthew Kent wrote:
> Bigger patch now that includes the last couple I sent to the list and adds
> a RubyErrorLogHandler hook for APACHE2 which can be used to log per
> request errors with

Thank you. I'll merge your patch.

But I got the following error:

$ patch -p1 < /tmp/mod_ruby-r133-additions_complete.patch
patching file apachelib.c
patching file apachelib.h
patching file connection.c
patching file error.c
patching file Makefile.in
patching file mod_ruby.c
patching file mod_ruby.h
patching file request.c
patching file ruby_config.c
patching file ruby_config.h
patching file uri.c
patch unexpectedly ends in middle of line
patch: **** malformed patch at line 786:

What's wrong with this patch?

Shugo