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

Ruediger Pluem <rpl...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Ruediger Pluem <rpl...@apache.org> ---
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: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to