I'm currently in the investigation stage of using CakePHP (2.x in particular). I noticed that on the deployment docs I need to set the document root accordingly in httpd.conf, unfortunately for this project I don't have access to httpd.conf nor any directories below the given webroot.
Given that, my two questions are: 1. Is it possible to still run CakePHP without being able to set the document root? 2. Are there any potential downsides in doing this?