Hi Everyone,
There are few posts going around and I was wondering if any one had some advice
or experienced a similar issues
Current Apache Version: httpd-2.4.12
Issue
- External Vendor WebServer enables SNI check
- I currently connect to vendor via proxy (from Http to Https)
- I disable
System:
RHEL 7
Apache 2.4.6
Synopsis:
My site is behind an F5 load balancer. Apache sees all requests coming from
10.10.84.8. The F5 sends the X-Forwarded-For header containing the actual
client IP address. I need to attempt Kerberos auth for the entire site
() for internal (X-Forwarded-For hea
I followed the suggestion in
http://apache-http-server.18135.x6.nabble.com/httpd-2-4-2-quot-make-install-quot-fails-on-AIX-6-1-td4997947.html
to change the execution path for make install to have "/opt/freeware/bin"
before "/usr/bin" and it did not work.
Any guidance is appreciated.
Thank You.
F
On Thu, Jun 1, 2017 at 9:39 PM, Dr James Smith wrote:
> Looks like you are using php5_module with a PHP7 so file - you should be
> using:
>
> LoadModule php7_module /libphp7.0.so
>
I corrected that, but phpInfo() still displays the old PHP version and
php.ini. So there must be something in A