The X-Forwarded-For header is set by Apache automatically (
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#x-headers). Your inside
servers need to know to use it. CloudFlare has some documentation about how
to handle this on different servers:
https://support.cloudflare.com/hc/en-us/sections/2
Apache 2.2 (i believe) on sles11. We have some servers behind our apache
(reverse) proxy. When connections come in to apache and apache proxies the
connections, the logs show the apache proxy ip. We need to see the originating
ip. I have seen on the internet that x-forwarded-for will do this. Ca
I am not using name based virtual hosts, so there is no SNI here.
On Thu, Oct 24, 2013 at 6:52 AM, Jan Vávra wrote:
> This is not a bug but a SNI feature (
> http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI).
> Check if you have not defined
> NameVirtualHost *:424
> NameVirtualHost *
This is not a bug but a SNI feature
(http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI).
Check if you have not defined
NameVirtualHost *:424
NameVirtualHost *:444
Jan.
Try your same config but use A for the ServerName in both VirtualHost
sections. Based on what I've seen, you should
and what was the solution? would be cool if you'd share it with the list :)
2013/10/24 Paolo De Michele
> hi everybody,
>
> I solved the problem
> kind regards
>
>
> On 10/23/2013 06:36 PM, Paolo De Michele wrote:
>
> I can not help anyone?
> thanks in advance
>
>
> On 10/23/2013 10:11 AM, P
hi everybody,
I solved the problem
kind regards
On 10/23/2013 06:36 PM, Paolo De Michele wrote:
I can not help anyone?
thanks in advance
On 10/23/2013 10:11 AM, Paolo De Michele wrote:
hi everybody,
I have several difficulties to configure virtual hosts on my server
with a public static I