hello, i've just install my server with "the perfect server debian 6.0 how to" directives. but i removed the apache, installed nginx with php-fpm. when i want to start /tmp/ispconfig/install/path/php -q install.php, after fqdn section it says "No PHP MySQL functions available. Please ensure that the PHP MySQL module is loaded.", i can access mysql via mysql command, and over internet with i've created a single php file. what should i do about installing ispconfig3 on command-line ?
This setup will not work as the nginx version in debian 6 is too old. Currently Nginx is only supported for Ubuntu 11.10. If you want to use nginx instead of apache, then you should reinstall your server with Ubuntu 11.10.
i've installed nginx/1.0.10 from http://www.dotdeb.org/ repos. is there any way to run install script with nginx ? i've got 2 scenario for that. 1 -> uninstall php-fpm, install apache php modules etc. use nginx as proxy. 2 -> completely uninstall nginx with fpm, use apache2 with spawncgi. what should i do ?
i've just installed apache2, uninstalled nginx but i still get this "No PHP MySQL functions available. Please ensure that the PHP MySQL module is loaded." error.