I recently moved a single account from one DA server running CentOS 6, Apache 2.2, and PHP 5.3 CLI to a new server running CentOS 7, Apache 2.4, PHP 5.6 FPM & PHP 5.3 FPM. While the first account worked for whatever reason, as soon as I tried the rest of the sites Apache would no longer load. Here's the error:
From /usr/local/directadmin/data/users/sitename/httpd.conf, line 24:
After a bit of digging it looks like there's a problem translating the old httpd.conf in 5.6/5.3 FPM? What is the suggested course of action to update httpd.conf for compatibility with FPM?
Thank you in advance for any help!
Ansel Taft
Code:
AH00526: Syntax error on line 24 of /usr/local/directadmin/data/users/sitename/httpd.conf:
Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration
From /usr/local/directadmin/data/users/sitename/httpd.conf, line 24:
Code:
php_admin_value open_basedir /home/sitename/:/tmp:/usr/local/lib/php/:/usr/bin/
After a bit of digging it looks like there's a problem translating the old httpd.conf in 5.6/5.3 FPM? What is the suggested course of action to update httpd.conf for compatibility with FPM?
Thank you in advance for any help!
Ansel Taft