Hi all, this plugin is wonderful thank you
however i’m unable to configure a proper Cache Key Regex since i use a custom fastcgi_cache_key can you help me ?
Is it even possible to get preload to work with custom key?
my fastcgi_cache_key is $scheme$request_method$host$device$request_uri
My keys looks like this
KEY: httpsGETevoarmg.xxxxxx.netDESKTOP/
KEY: httpsGETevoarmg.xxxxxx.netMOBILE/
I know we discussed not supporting finding the regex for people but I notice something odd.
I reset all the cache setting and was able to see a cache file under all the defaults. However, as discussed, my custom key is: $scheme$request_method$host$request_uri$mobiles_device_type
And I notice in the Status page there is this section:
FastCGI Cache Keys
Found Unsupported
Lists this as a specific unsupported type over and over again:
$scheme$request_method$host$request_uri$mobile_device_type
Even though, for this test, my key is verified as the default:
fastcgi_cache_key "$scheme$request_method$host$request_uri";
So something is odd….
Adding the plugin and attempting to activate it and I am presented with the following error: “The plugin does not have a valid header.”
]]>after the update i started getting this error when i try to create or update a post “Not a valid JSON response”
after disabling the plugin everything went to normal as usual
]]>everything seems to be working except for two things:
This plugin is amazing and really needed by the community. There are a few things that could be improved.
Overall a great plugin!
]]>I didn’t want to have another script to setup and maintain so I tested using bindfs (not bind, get it with apt-get bindfs) and it works perfectly.
sudo bindfs –force-user=”user_name” –force-group=”webserver-group” –perms=u=rwx:g=rwx:o=rx “orig fastcgi cache path” “new folder int he var/cache/ directory”
Add it to fstab and you have a persistent connection.
]]>