directory does not exists.
I tried to get php-fpm working by running a custombuild, but stumbled upon 'php-fpm' is not supported with the nginx_apache webserver. Use mod_php instead.
./build update
./build set webserver apache
./build apache
./build rewrite_confs
HTTP/1.1 200 OK
Date: Wed, 07 Jan 2015 10:11:25 GMT
Server: Apache/2
X-Powered-By: PHP/5.3.28
Set-Cookie: bb_lastvisit=1420625485; expires=Thu, 07-Jan-2016 10:11:25 GMT; path=/
Set-Cookie: bb_lastactivity=0; expires=Thu, 07-Jan-2016 10:11:25 GMT; path=/
Set-Cookie: PHPSESSID=4453835d753c6939b572452d00638985; path=/
Cache-Control: max-age=0, no-cache
Pragma: private
X-UA-Compatible: IE=Edge
Set-Cookie: bb_pl_ismobile=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
X-Mod-Pagespeed: 1.6.29.7-3566
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 27092
Content-Type: text/html; charset=ISO-8859-1
Hi, why the http headers said "apache/2" for serving the content ?
./build nginx_apache
./build rewrite_confs
service httpd start
Starting httpd: Syntax error on line 39 of /etc/httpd/conf/extra/httpd-mpm.conf:
Invalid command 'MaxRequestWorkers', perhaps misspelled or defined by a module not included in the server configuration
I had APC installed before update, and modpagespeed.
Or is there a simpler way?
Never mind!! A server reboot did the trick. I thought restarting httpd was enough!
cd /usr/local/directadmin/custombuild
./build update
./build set opcache yes
./build php n