Lightsail and W3, not detecting modules
-
I just fired up a new Lightsail instance in AWS to replace my old one so I can run a newer OS with more modern PHP version. This runs a bitnami layer to manage the web.
After restoring my web site to the new server, I ran the W3TC Compatibility check and it shows that many modules are not available.
I checked in my httpd.conf and confirmed that the models are enabled (not commented out) and I have restarted the server since they were uncommented. I can also run the commandsudo /opt/bitnami/apache2/bin/apachectl -M
to see all active modules and I see certain modules listed as enabled that are showing “Not Detected” on the compatability test. Some examples of the ones I see in this bitnami query are:
deflate_module (shared)
env_module (shared)
setenvif_module (shared)
rewrite_module (shared)
expires_module (shared)
headers_module (shared)Since it looks good on Bitnami/Apache side, is there a known issue or something I might be missing that is keeping W3TC from seeing these as enabled?
Compatibility Check Output
Plugin Version: 0.15.2
PHP Version: 7.3.18;
Web Server: Apache
FTP functions: Installed (required for Self-hosted (FTP) CDN support)
Multibyte String support: Installed (required for Rackspace Cloud Files support)
cURL extension: Installed (required for Amazon S3, Amazon CloudFront, Rackspace CloudFiles support)
zlib extension: Installed (required for gzip compression support)
brotli extension: Not installed (required for brotli compression support)
Opcode cache: Installed (OPCache)
Memcached extension: Not installed
Memcache extension: Not installed
Redis extension: Not installed
HTML Tidy extension: Installed (required for HTML Tidy minifier support)
Mime type detection: Installed (Fileinfo) (required for CDN support)
Hash function: Installed (hash) (required for NetDNA / MaxCDN CDN purge support)
Open basedir: Off
zlib output compression: Off
set_time_limit: Available
SSH2 extension: Not installed (required for Self-hosted (FTP) CDN SFTP support)
deflate_module: Not detected (required for disk enhanced Page Cache and Browser Cache)
env_module: Not detected (required for disk enhanced Page Cache and Browser Cache)
expires_module: Not detected (required for disk enhanced Page Cache and Browser Cache)
filter_module: Not detected (required for disk enhanced Page Cache and Browser Cache)
ext_filter_module: Not detected (required for disk enhanced Page Cache and Browser Cache)
headers_module: Not detected (required for disk enhanced Page Cache and Browser Cache)
mime_module: Not detected (required for disk enhanced Page Cache and Browser Cache)
rewrite_module: Not detected (required for disk enhanced Page Cache and Browser Cache)
setenvif_module: Not detected (required for disk enhanced Page Cache and Browser Cache)
- The topic ‘Lightsail and W3, not detecting modules’ is closed to new replies.