Hadron / carthage

Carthage is an Infrastructure as Code (IAC) framework
Other
7 stars 4 forks source link

Separate Proxy protocol from Apache implementation #81

Open kdienes opened 1 week ago

kdienes commented 1 week ago

I often want to replace the Apache implementation with something to support additional requirements.

Sometimes this is stuff that can be folded back into the Apache code, but often it's something the Apache code doesn't want or isn't ready for pushing to it.

I'm hoping for the ProxyService / ProxyServer protocol to be factored out into something that I can implement in alternate ProxyServer implementations.