[Bug 50024] Mod_cache/mod_mem_cache and mod_security combination bug

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=50024 --- Comment #9 from christian.fol...@netnea.com --- Thanks for picking this up Jim. I have not seen the bug in years. Apache went from 2.2 to 2.4 and ModSec from 2.5 to 2.9. I can not really tell if it is still around. -- You are receiving

[Bug 51001] patch for hook ap_lua_run_lua_open

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51001 --- Comment #2 from zhiguo zhao --- lua_open_callback should be remove from lua_open_hook, because lua_open_callback be called in vm_construct(). 1. create_vm_spec set lua_open_callback to spec->cb; 2. vm_construct() call

[Bug 59311] Do not send "Upgrade: h2" header to HTTP/1.1 clients when SSL/TLS is used

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59311 --- Comment #10 from Michael Kaufmann --- > As per dev discussion on the list, we'd like to fix this (by default without > further config) for the UAs that have problems with it. I asked you for the > UA

[Bug 52841] [proxy_balancer:emerg] [pid 25593] AH01177: Failed to lookup provider 'shm' for 'slotmem': is mod_slotmem_shm loaded??

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52841 --- Comment #6 from Petr Sumbera --- It seems that I'm no longer able to reproduce the issue with 2.4.23. When I build Apache now without the patch (see above) httpd.conf contains: #LoadModule slotmem_shm_module

[Bug 60330] reverse proxy of 100-continue aware backend, sends 100 continue even when backend does not

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60330 Max Lohrmann changed: What|Removed |Added CC|

[Bug 59765] provide a way to obfuscate/hash IP addresses

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59765 Jim Jagielski changed: What|Removed |Added CC||j...@apache.org --

[Bug 51001] patch for hook ap_lua_run_lua_open

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51001 Jim Jagielski changed: What|Removed |Added CC||j...@apache.org

[Bug 60308] Does not display mails without a Message-Id header

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60308 --- Comment #1 from Jim Jagielski --- According to RFC 2822, Message-ID is a SHOULD field. I cannot think of any Email server/client/setup which does not do weird things if the header doesn't exist. -- You are receiving

[Bug 50024] Mod_cache/mod_mem_cache and mod_security combination bug

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=50024 --- Comment #8 from Jim Jagielski --- It would be good to know what the interaction w/ mod_security is and if the bug exists actually in the httpd codebase or not. -- You are receiving this mail because: You are the assignee

[Bug 60145] Add initial burst to rate limiting

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60145 Jim Jagielski changed: What|Removed |Added CC||j...@apache.org ---

[Bug 60078] please make data provided by ?auto same like data in HTML

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60078 Jim Jagielski changed: What|Removed |Added CC||j...@apache.org --

[Bug 60401] error de pagina

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60401 Eric Covener changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 51350] mod_deflate compresses zero length content into an invalid 20 byte body

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51350 nick...@hotmail.com changed: What|Removed |Added Version|2.2.16 |2.4.23 -- You are receiving

[Bug 60401] New: error de pagina

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60401 Bug ID: 60401 Summary: error de pagina Product: Apache httpd-2 Version: 2.5-HEAD Hardware: PC Status: NEW Severity: normal Priority: P2 Component:

[Bug 60402] ScriptAlias works as Alias when mod_cgi is not load

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60402 Eric Covener changed: What|Removed |Added Severity|critical|normal -- You are

[Bug 60402] New: ScriptAlias works as Alias when mod_cgi is not load

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60402 Bug ID: 60402 Summary: ScriptAlias works as Alias when mod_cgi is not load Product: Apache httpd-2 Version: 2.4.10 Hardware: PC OS: Linux Status: NEW

[Bug 60403] New: Missed commit

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60403 Bug ID: 60403 Summary: Missed commit Product: Apache httpd-2 Version: 2.2-HEAD Hardware: PC OS: All Status: NEW Severity: normal Priority: P2

[Bug 59311] Do not send "Upgrade: h2" header to HTTP/1.1 clients when SSL/TLS is used

2016-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59311 --- Comment #9 from Stefan Eissing --- Michael, it is nice that you reference my mail. It would be even more helpful if you could answer the question I asked you: As per dev discussion on the list, we'd like to fix this