Hey guys,
I'm trying to get W3 Total Cache working for my site http://www.cloudartisan.com with Amazon S3 and Amazon CloudFront for the CDN.
Unfortunately I'm getting 404 errors on the following objects:
http://cdn.cloudartisan.com/wp-content/w3tc/min/1b55c2/default.include.2091077721.js.gzip
http://cdn.cloudartisan.com/wp-content/w3tc/min/1b55c2/default.include.308690025.css.gzip
I managed to find the following files:
root# cat ./wp-content/w3tc/min/1b55c2/default.include.css.id
308690025
root# cat ./wp-content/w3tc/min/1b55c2/default.include.js.id
2091077721
I'm guessing the CSS and JS is automatically generated somehow? And that perhaps these files are not meant to be served by the CDN?
Currently I have W3 Total Cache in preview mode, not deployed, with all debugging enabled, and the problem can be seen at:
http://www.cloudartisan.com/?w3tc_preview=1
I'm using Cherokee 1.0.8 with Debian Lenny. I have zlib1g-dev installed.
The compatibility test reports:
Server Modules & Resources:
PHP Version: 5.2.6-1+lenny9
PHP Timezone: Not set
Web Server: Not detected
FTP functions: OK (required for Self-hosted (FTP) CDN support)
Multibyte String support: OK (required for Rackspace Cloud Files support)
cURL extension: OK (required for Amazon S3 support)
zlib extension: OK (required for compression support)
Opcode cache: Not installed
Memcache extension: OK
Mime type detection: Mimetype
Hash function: hash (required for NetDNA purge support)
Safe mode: Off
Open basedir: Off
zlib output compression: Off
mod_mime: Not detected
mod_expires: Not detected
mod_deflate / mod_gzip: Not detected
mod_headers: Not detected
mod_env: Not detected
mod_setenvif: Not detected
mod_rewrite: Not detectedWordPress Resources
/var/www/cloudartisan.com/wp-content: Write-able
/var/www/cloudartisan.com/.htaccess Write-able
Uploads directory: Write-able
WP_CACHE define: OK
Fancy permalinks: OK
Network mode: Off
Can anyone offer any suggestions?
Cheers,
David.