https://bz.apache.org/bugzilla/show_bug.cgi?id=69261
Ruediger Pluem <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Ruediger Pluem <[email protected]> --- The way you enable the proxy in your lua hook is not supported. It may have worked so far. I guess you can get it working again by replacing r.filename = 'proxy:unix:/tmp/bug_test.sock|http://localhost/test' r.handler = "proxy-server" r.proxyreq = apache2.PROXYREQ_REVERSE with r.handler = 'proxy:unix:/tmp/bug_test.sock|http://localhost/test' r.filename = '' -- 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]
