According to the guide from: http://help.directadmin.com/item.php?id=459 I try to switch from mod_php (with mod_ruid2) to php-fpm. When I changed php1 mod to php-fpm by typing
I tried then to build new php by typing
The result:
I must add that I have erased "LoadModule ruid2_module /usr/lib/apache/mod_ruid2.so" line from
/etc/httpd/conf/extra/httpd-phpmodules.conf file which is included in the main Apache HTTP server configuration file located in /etc/httpd/conf/httpd.conf.
What am I doing wrong?
Code:
./build set php1_mode php-fpm
Code:
./build php n
Code:
apache webserver configuration option is not compatible with php-fpm, lsphp or p
hp-fastcgi PHP mode with mod_ruid2 enabled.
I must add that I have erased "LoadModule ruid2_module /usr/lib/apache/mod_ruid2.so" line from
/etc/httpd/conf/extra/httpd-phpmodules.conf file which is included in the main Apache HTTP server configuration file located in /etc/httpd/conf/httpd.conf.
What am I doing wrong?