How to switch from Apache 2.0 Handler to FastCGI on Ubuntu Zend Server?
- by amoooc
I can't deploy/manage my Joomla websites On Ubuntu 12.04 Zend Server PHP 5.3.14 due to permissions during Joomla installation/J! extensions installation. All files are unwriteable. Only CHMOD 777 will help but of course it's not resolving the problem due to security issues. I think it's because cgi-fcgi is not shipped with Zend Server (only with Zend Server for Windows) Or maybe there is different solution how to make it work?
PHP info on Ubuntu Zend Server
Server API: Apache 2.0 Handler
PHP Version 5.3.14
Zend Server Community Edition 5.6.0
Server Software Apache/2.2.22 (Ubuntu)
Zend Framework 1.12.0
I'm already asked similar question here, but unfortunately without solution yet so Ubuntu Community please advice. I would be grateful for any help.
Cheers