Skip to content

Instantly share code, notes, and snippets.

View butesa's full-sized avatar

Johannes Matschke butesa

View GitHub Profile
@butesa
butesa / README.md
Last active August 29, 2015 14:25 — forked from RafaelKa/README.md
mod_proxy_handler

mod_proxy_handler

This module for apache 2.4 allows you to use e.g. mod_proxy_fcgi in AddHandler or SetHandler directives.

I forked the module from RafaelKa and added some code from http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html for two reasons:

  • Apache sigfaulted on startup
  • There was no default value for ProxyPassInvalidFile

--butesa