Advanced Configuration Apache not working
-
Copied from here: https://www.keycdn.com/support/wordpress-cache-enabler-plugin#apache
I’m not sure if its a version issue (we’re on Apache 2.4.46) but the environment variables don’t seem to be concatenating correctly. From my research, it doesn’t even appear possible to set environment variables like it shows either.
After debugging it seems that the variables are taken literally, not parsed as their values.
So CE_CACHE_FILE is literally
%{ENV:CE_CACHE_FILE_DIR}/%{ENV:CE_CACHE_FILE_NAME}
, not what you’d expect it to be likewp-content/cache/cache-enabler/host.tld/page/http-index.html
.Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Advanced Configuration Apache not working’ is closed to new replies.