https://bz.apache.org/bugzilla/show_bug.cgi?id=59370
Bug ID: 59370
Summary: mod_http2 somehow breaks some mod_lua processing
Product: Apache httpd-2
Version: 2.4.20
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_http2
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33797
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33797&action=edit
10_mod_lua.conf
Using gentoo, I got the latest (2.4.20) apache, with latest mod_lua ( compiled
separately ) and mod_http2 ( compiled with apache ).
I attached 10_mod_lua.conf, 41_mod_http2.conf, and the authcheck_hook.lua
script ( originally much long and with other functionality ) and the error
logs.
Disabling either mod_lua or mod_http2 works.
I've created a test page like this:
index.php
```
IT WORKS
<?php
for($i=0;$i<30;$i++){
echo '<iframe src="frame'.$i.'.html"></iframe>';
}
```
And generated the frame files like this:
```
for i in `seq 0 30` ; do echo "frame$i" >>frame${i}.html ; done
```
Nothing special, just some frames with text. The result is that some frames
load, some show an internal error .. some crash completely. Not always in the
same order or on the same frames.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]