You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/05/30 07:43:24 UTC

[Bug 61132] New: Tracing info

https://bz.apache.org/bugzilla/show_bug.cgi?id=61132

            Bug ID: 61132
           Summary: Tracing info
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_substitute
          Assignee: bugs@httpd.apache.org
          Reporter: marc.stern@approach.be
  Target Milestone: ---

Created attachment 35011
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35011&action=edit
add tracing info

The attached patch adds tracing info in the module (APLOG_TRACE8).
It also keeps a copy of the original pattern before compilation to display in
the log (if APLOG_TRACE8 during startup).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 61132] Tracing info

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61132

Yann Ylavic <yl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk,
                   |                            |PatchAvailable

--- Comment #2 from Yann Ylavic <yl...@gmail.com> ---
Thanks for the contribution, committed to trunk in r1816179 with minor changes
(style, 80 colomns, and format types).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 61132] Tracing info

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61132

--- Comment #3 from Yann Ylavic <yl...@gmail.com> ---
Please next time provide a patch in unified format (i.e. diff -u) for easier
review, it may shorten the delay for pacthes to be accepted/applied.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 61132] Tracing info

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61132

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Christophe JAILLET <ch...@wanadoo.fr> ---
Backported in r1832607.
Will be part of 2.4.34

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 61132] Tracing info

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61132

--- Comment #1 from Marc Stern <ma...@approach.be> ---
I added the following debugging info:
1. line to be parsed, type or search (regex/string), replace string
2. in case of matching, the new value

All logging of debugging info is in level TRACE8

Remark: the matching string/regex is compiled, so it's normally not available
at run-time.
I added this info in the subst_pattern_t struct, but only if log level >=
APLOG_TRACE8 during config parsing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org