Changeset 1506266
- Timestamp:
- 10/01/2016 04:58:53 AM (10 years ago)
- File:
-
- 1 edited
-
reverse-proxy-comment-ip-fix/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reverse-proxy-comment-ip-fix/trunk/readme.txt
r1382601 r1506266 1 1 === Reverse-Proxy Comment IP Fix === 2 2 Contributors: gnotaras 3 Donate link: http://www.g-loaded.eu/about/donate/ 4 Tags: reverse-proxy, x-forwarded-for, proxy, server, comments 3 Tags: 5 4 Requires at least: 1.5.2 6 5 Tested up to: 4.5 7 6 Stable tag: 0.2.0 8 7 License: Apache License v2 9 License URI: http://www.gnu.org/licenses/gpl-3.0.txt10 8 License URI: http://www.apache.org/licenses/LICENSE-2.0.txt 11 9 … … 17 15 Sets the comment IP to the client IP provided by the X-Forwarded-For or X-Real-IP headers before the comment is saved to the database. 18 16 17 Note: Please note that the existence of trustworthy information in the `X-Forwarded-For` and the `X-Real-IP` HTTP headers is up to the system administrator. HTTP clients can send HTTP headers containing invalid information. It is highly recommended to reset these headers at the first web proxy server you trust. 18 19 **NOTICE:** THIS PLUGIN HAS BEEN **DEPRECATED**. IT IS NO LONGER SUPPORTED. IT IS NO LONGER TESTED WITH NEW WORDPRESS RELEASES. USING IT IN PRODUCTION IS NOT RECOMMENDED. 20 21 IT IS STRONGLY SUGGESTED TO MIGRATE TO OTHER MORE MODERN AND BETTER MAINTAINED PLUGINS. 22 23 IF YOU ARE STARTING A NEW BLOG, IT IS HIGHLY RECOMMENDED TO SEARCH FOR OTHER PLUGINS IN ORDER TO AVOID THE INEVITABLE FUTURE MIGRATION. 24 25 REGARDING EXISTING USERS, AT THE TIME OF WRITING, THERE ARE NO MAJOR BUGS. PROVIDED THAT THE WORDPRESS API DOES NOT CHANGE SOON, YOU HAVE THE TIME TO EXPERIMENT WITH OTHER PLUGINS AND PLAN YOUR MIGRATION. 26 27 <blockquote> 28 29 <strong>Important Notice</strong> 30 31 <br /><br /> 32 33 I have stopped using this plugin and therefore I won't be supporting it or testing it with any new WordPress releases in the future. I highly recommend switching to a mechanism that is specific to your web server in order to do what this plugin does. Please check your web server's documentation or community support forums for more information. Please note that by continuing using this plugin you are on your own. 34 35 <br /><br /> 36 37 </blockquote> 19 38 20 39 = Official Project Homepage = … … 30 49 == Frequently Asked Questions == 31 50 32 = Does this just work? =51 = Does this plugin just work? = 33 52 34 Yes. 53 Yes. After activation, there are no more configuration steps. 54 55 = How can the plugin determine that the client IP address contained in the `X-Forwarded-For` and the `X-Real-IP` HTTP headers is the real one? = 56 57 It can't. There is no way that the plugin can make any decision about whether the information contained in the `X-Forwarded-For` and the `X-Real-IP` HTTP headers is real or not. This decision has to be taken by the system administrator. The general idea is that the first trusted web proxy should be configured in such a way so that these headers are reset at that point and thereafter contain only information the system administrator trusts. 58 59 = Are there any alternative ways to set the client's real IP address in the REMOTE_ADDR server variable? = 60 61 Although this question is outside the scope of this FAQ, indeed, this can be done. If your web server is *Apache*, you can use one the following modules: [mod_remoteip](http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html) (httpd >= 2.4), [mod_rpaf](https://github.com/gnif/mod_rpaf), [mod_extract_forwarded](http://www.openinfo.co.uk/apache/). In case you use *Nginx*, check the [ngx_http_realip_module](http://nginx.org/en/docs/http/ngx_http_realip_module.html). 62 63 All these modules can extract the client's IP address from user-defined HTTP headers and update the `REMOTE_ADDR` server variable. In that case, this plugin is no longer needed in your WordPress installation, as the real IP address of the client is directly available in the server variables. 64 65 = Do you use this plugin? = 66 67 This plugin has been deprecated. 68 35 69 36 70 == Changelog == 71 72 **NOTICE:** THIS PLUGIN HAS BEEN **DEPRECATED**. IT IS NO LONGER SUPPORTED. IT IS NO LONGER TESTED WITH NEW WORDPRESS RELEASES. USING IT IN PRODUCTION IS NOT RECOMMENDED. 73 74 IT IS STRONGLY SUGGESTED TO MIGRATE TO OTHER MORE MODERN AND BETTER MAINTAINED PLUGINS. 75 76 IF YOU ARE STARTING A NEW BLOG, IT IS HIGHLY RECOMMENDED TO SEARCH FOR OTHER PLUGINS IN ORDER TO AVOID THE INEVITABLE FUTURE MIGRATION. 77 78 REGARDING EXISTING USERS, AT THE TIME OF WRITING, THERE ARE NO MAJOR BUGS. PROVIDED THAT THE WORDPRESS API DOES NOT CHANGE SOON, YOU HAVE THE TIME TO EXPERIMENT WITH OTHER PLUGINS AND PLAN YOUR MIGRATION. 37 79 38 80 Please read the dynamic [changelog](http://www.codetrax.org/projects/reverse-proxy-comment-ip-fix/roadmap "Reverse-Proxy Comment IP Fix ChangeLog")
Note: See TracChangeset
for help on using the changeset viewer.