I have migrated my so-called CDN from Mediatemple to a DigitalOcean droplet, running on a Ubuntu 12.04 LAMP stack (beta). I have successfully tarred and rsynced from Mediatemple to DigitalOcean, everything works well… BUT for one tiny, annoying problem - I have installed Apaxy (http://adamwhitcroft.com/apaxy/) on my CDN to make it look nice and neat when browsing through the directories, but when I moved to DigitalOcean, all the styling was gone.
See for yourself -
Mediatemple (old) - http://cdn.doodlie.com.s178234.gridserver.com/
Digitalocean (new) - http://cdn.doodlie.com/
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Ha, I have found the culprit! It’s the mods-available directory - alias.conf file - “Alias /icons /usr/share/icons/”.
Hmm, I have done some tweaking in httpd.conf and Apache has managed to detect the style.css file, but it doesn’t detect the custom icons… I wonder why…