PHP running on CGI mode - Printable Version +- NiftyHost Forums (Archive) (https://niftyhost.chary.us/support) +-- Forum: Technology (https://niftyhost.chary.us/support/forum-7.html) +--- Forum: Coding (https://niftyhost.chary.us/support/forum-12.html) +--- Thread: PHP running on CGI mode (/thread-1328.html) |
PHP running on CGI mode - MyDigitalpoint - 08-10-2011 FastCGI is the standard extension of PHP since version 5, correct me if I'm wrong, but while running on CGI performance seems to be improved, I have found some applications that require mod_Apache to work with simple things like mod rewrite. Specifically Elgg, a community software that refuses to render search engine friendly URLs if mod_Apache is not enabled, ignoring olympically any rewrite rule on .htaccess. Does anyone knows how to enable mod_apache in a jailed SSH environment or cope with a problem like this? |