Skip to content

Commit eebc2e1

Browse files
authored
[Troubleshooting]Update restoring-original-visitor-ips.mdx (#20841)
Replacing obsolete links with Apache docs. https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html
1 parent 4bf5d7a commit eebc2e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/support/troubleshooting/restoring-visitor-ips/restoring-original-visitor-ips.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ documentation](https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html "Apache M
122122
Cloudflare no longer updates and supports _mod_cloudflare_, starting
123123
with versions **Debian 9** and **Ubuntu 18.04 LTS** of the Linux
124124
operating system. We now recommend
125-
[_mod_remoteip_](https://support.cloudflare.com/hc/articles/200170786#C5XWe97z77b3XZV)
125+
[_mod_remoteip_](https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html)
126126
for customers using Apache web servers. Customers who are interested in
127127
building the _mod_cloudflare_ package can [download the
128128
codebase](https://github.com/cloudflare/mod_cloudflare) from GitHub.
@@ -181,7 +181,7 @@ Refer below for instructions on how to configure your web server to log origina
181181
Cloudflare no longer updates and supports _mod_cloudflare_, starting
182182
with versions **Debian 9** and **Ubuntu 18.04 LTS** of the Linux
183183
operating system. We now recommend
184-
[_mod_remoteip_](https://support.cloudflare.com/hc/articles/200170786#C5XWe97z77b3XZV)
184+
[_mod_remoteip_](https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html)
185185
for customers using Apache web servers. Customers who are interested in
186186
building the _mod_cloudflare_ package can [download the
187187
codebase](https://github.com/cloudflare/mod_cloudflare) from GitHub.
@@ -238,7 +238,7 @@ Also refer to: [Cloudflare and NGINX](https://danielmiessler.com/blog/getting-r
238238
Cloudflare no longer updates and supports _mod_cloudflare_, starting
239239
with versions **Debian 9** and **Ubuntu 18.04 LTS** of the Linux
240240
operating system. We now recommend
241-
[_mod_remoteip_](https://support.cloudflare.com/hc/articles/200170786#C5XWe97z77b3XZV)
241+
[_mod_remoteip_](https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html)
242242
for customers using Apache web servers. Customers who are interested in
243243
building the _mod_cloudflare_ package can [download the
244244
codebase](https://github.com/cloudflare/mod_cloudflare) from GitHub.
@@ -341,7 +341,7 @@ If your network environment means requests are handled through a proxy (such as
341341

342342
### PHPBB
343343

344-
If you are using an Apache server, then we would recommend installing [mod_remoteip](https://support.cloudflare.com/hc/articles/200170786#C5XWe97z77b3XZV) to restore the visitor IP back to your logs.
344+
If you are using an Apache server, then we would recommend installing [mod_remoteip](https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html) to restore the visitor IP back to your logs.
345345

346346
If you do not have access to your server to install a mod, then you may be able to [modify the core](https://www.phpbb.com/community/viewtopic.php?p=13936406#p13936406).
347347

@@ -420,7 +420,7 @@ As this plugin was created by an outside party, we can't provide technical suppo
420420

421421
If you use the hosting control panel VestaCP, you have both Nginx and Apache running on your server. Requests are proxied through Nginx before going to Apache.
422422

423-
Because of this Nginx proxy, you actually need to the instructions to configure Nginx to return the real visitor IP address. [Mod_remoteip](https://support.cloudflare.com/hc/articles/200170786#C5XWe97z77b3XZV) for Apache is not needed unless you disable the Nginx server for some requests. Adding [mod_remoteip](https://support.cloudflare.com/hc/articles/200170786#C5XWe97z77b3XZV) to Apache will not conflict with the Nginx server configuration.
423+
Because of this Nginx proxy, you actually need to the instructions to configure Nginx to return the real visitor IP address. [mod_remoteip](https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html) for Apache is not needed unless you disable the Nginx server for some requests. Adding [mod_remoteip](https://support.cloudflare.com/hc/articles/200170786#C5XWe97z77b3XZV) to Apache will not conflict with the Nginx server configuration.
424424

425425
### node.js
426426

0 commit comments

Comments
 (0)