2b12883b30340517cb8cadf9e7564eeb57e3df5a
wiki/info/landscape/creating-ec2-image-from-scratch.md
| ... | ... | @@ -96,7 +96,7 @@ Copied the httpd configuration files `/etc/httpd/conf/httpd.conf`, `/etc/httpd/c |
| 96 | 96 | CustomLog logs/access_log first_forwarded_for_ip env=original_client_ip |
| 97 | 97 | </pre> |
| 98 | 98 | |
| 99 | -They ensure that the original client IPs are logged also if the Apache server runs behind a reverse proxy or an ELB. See also [the section on log file analysis](/wiki/log-file-analysis#log-file-analysis_log-file-types_apache-log-files). |
|
| 99 | +They ensure that the original client IPs are logged also if the Apache server runs behind a reverse proxy or an ELB. See also [the section on log file analysis](/wiki/howto/development/log-file-analysis#log-file-analysis_log-file-types_apache-log-files). |
|
| 100 | 100 | |
| 101 | 101 | Copied /etc/logrotate.conf from an existing SL instance so that `/var/log/logrotate-target` is used to rotate logs to. |
| 102 | 102 |