x-forwarded-for_centos
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
x-forwarded-for_centos [2015/03/31 17:21] – luke7858 | x-forwarded-for_centos [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
If you have a server behind a loadbalancer then your web servers access logs may not log the correct IP address, they may log localhost or the ipaddress of the load balancer. Some hosting companies such as Rackspace have their LoadBalancer add a specific header called X-Forwarded-For headers. You can make a few changes to your Apache or nginx config files and vhosts to resolve this issue. Your log files should then read correctly. | If you have a server behind a loadbalancer then your web servers access logs may not log the correct IP address, they may log localhost or the ipaddress of the load balancer. Some hosting companies such as Rackspace have their LoadBalancer add a specific header called X-Forwarded-For headers. You can make a few changes to your Apache or nginx config files and vhosts to resolve this issue. Your log files should then read correctly. | ||
- | Note: If you have SSL termination on your server then the following guides will not work. A load balancer is not able to inject a FORWARDED_TO header into the request because it is not able to decrypt and re-encrypt the packets. | + | **__Note:__** If you have SSL termination on your server then the following guides |
- | Log files | + | ==== Log files ==== |
Before:< | Before:< | ||
Line 20: | Line 20: | ||
and change to | and change to | ||
- | <sxh bash>Format | + | <sxh bash>LogFormat |
x-forwarded-for_centos.1427822461.txt.gz · Last modified: 2024/05/23 07:26 (external edit)