Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: ProxyHTMLLogVerbose doesn't work - mod_proxy_html.so |
|
Author |
|
Krischu
Joined: 23 Oct 2009 Posts: 25
|
Posted: Mon 02 Jun '14 12:15 Post subject: ProxyHTMLLogVerbose doesn't work - mod_proxy_html.so |
|
|
I had ProxyHTMLLogVerbose in my httpd.conf and since I installed 2.4.9, this Keyword is flagged as error.
Other ProxyHTML constructs are working.
--
Christoph |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 05 Aug '14 16:15 Post subject: |
|
|
ProxyHTMLLogVerbose exists from mod_proxy_html 3.1
Sure you use that vesion or newer? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 06 Aug '14 11:21 Post subject: |
|
|
James Blond wrote: | ProxyHTMLLogVerbose exists from mod_proxy_html 3.1
Sure you use that vesion or newer? |
Is not the mod_proxy_html that comes with Apache 2.4.9 version 3.1.and-then-some?
@Krischu,
Did you just upgrade from Apache 2.2?
ProxyHTMLLogVerbose was removed from the module in favor of trace loglevels back in 2011, before the first Apache 2.4 was released.
http://svn.apache.org/viewvc?view=revision&revision=1198995
Looking at the changes, I see trace levels 1-3 in use. So, say your LogLevel in httpd.conf is set to warn, you could add trace logging for just mod_proxy_html and get the same info logged.
LogLevel warn proxy_html:trace3
see: http://httpd.apache.org/docs/2.4/mod/core.html#loglevel
Then again, seeing your question was posted two months ago, you have either figured this out already or given up on it. |
|
Back to top |
|
|
|
|
|
|