Gavin Smith
Forum Replies Created
-
Hi Mark
Those address ranges look good to me, I didn’t recognise
198.18.0.0/15, but apparently it is reserved for home routers: http://www.rfc-editor.org/rfc/rfc2544.txt and is a private range too.Getting the first public IP from the left of the X-FORWARDED-FOR header is what I would expect the algorithm to do.
Looking forward to the next release.
Thanks for the prompt response.
Regards
GavinHi Dean
37.59.2.42 is the public IP of the visitor, which should be the IP of their router or ISP connection.
192.168.0.1 is the private IP address of their computer on their own network.
Regards
GavinForum: Plugins
In reply to: [W3 Total Cache] Error: Empty hostname / CNAME listI had the same issue with WordPress 3.6.1 and version 0.9.3 of the W3 Total Cache plugin.
Rolling back to version 0.9.2.11 appears to have resolved this issue for me.
Forum: Plugins
In reply to: [CDN Sync Tool] Alternative fork for this pluginHi Mike
I just installed your forked plugin on a WordPress 3.6.1 multisite, running on IIS 7.5 with PHP 5.4
I get the following PHP error when I activate the plugin:
[17-Oct-2013 22:15:48 UTC] PHP Fatal error: Call to a member function syncFiles() on a non-object in C:\inetpub\wwwroot\wp-content\plugins\cdn-sync-tool\cdn-sync-tool.php on line 113I granted the user account configured by the plug-in full access to S3 and selected the “Create a new bucket…” option in the S3 Settings drop down.
A new bucket was successfully created in the “US Standard” region and the plugin is able to upload content to the bucket successfully.
I changed the S3 bucket back to one I had created earlier in the Sydney region, and media uploads are not copied to the Sydney bucket.
The error logged by PHP is:
[17-Oct-2013 21:11:16 UTC] Error uploading C:\wordpress/wp-content/uploads/2013/10/Tulips.jpg to S3: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint: "bucket-name.s3.amazonaws.com".It looks like only buckets in the US Standard region are supported.
Unfortunately I am running a site in the Sydney region targeted at users in Australia.