mod-proxy-protocol
mod-proxy-protocol copied to clipboard
An implementation of the proxy protocol for Apache.
I'm getting this error: $ make apxs -c mod_proxy_protocol.c /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -fno-strict-aliasing -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread...
I have a two virtual hosts on three linux servers behind an ELB. I have enabled proxy protocol for my ELB so that the requests for ssl are terminated on...
I'm trying to compile mod-proxy-protocol on freshly installed Centos 7 and I'm getting error: ``` # make apxs -c -Wc,-Wall mod_proxy_protocol.c /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -prefer-pic -O2 -g -pipe...
Available here: https://github.com/earsdown/mod-proxy-protocol/tree/rpmbuild/redhat. Would you take a PR for this?