NiftyHost Forums (Archive)

Full Version: PHP running on CGI mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?