Hi
I migrated Django applications from Webfaction to Opal without a hitch.
Is it possible (or will it be possible in the future) to edit an equivalent of an httpd.conf? I customised this quite heavily on Webfaction.
These are some of the options I used in the httpd.conf:
LoadModule pagespeed_module modules/mod_pagespeed_ap24.so
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace,remove_comments,flatten_css_imports,combine_css,rewrite_images
SetOutputFilter MOD_PAGESPEED_OUTPUT_FILTER
ModPagespeedFileCachePath "/home/XXXXXXX/mod_pagespeed/cacheproduction/"
Header always set Strict-Transport-Security "max-age=63072000; includeSubdomains;"
Also for my static apps, there was this parameter: expires max
This parameter set the cache expiry time for media.