November 10, 20205 yr Running a fresh install of CentOS8; I have an issue with Froxlor where httpd will no longer start. Exits with error. Nov 10 04:52:46 server.[redacted] systemd[1]: Starting The Apache HTTP Server... Nov 10 04:52:46 server.[redacted] httpd[3698]: AH00526: Syntax error on line 11 of /etc/httpd/conf.d/28_froxlor_normal_vhost_deano.[redacted].conf: Nov 10 04:52:46 server.[redacted] httpd[3698]: Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration Nov 10 04:52:46 server.[redacted] systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE Nov 10 04:52:46 server.[redacted] systemd[1]: httpd.service: Failed with result 'exit-code'. Nov 10 04:52:46 server.[redacted] systemd[1]: Failed to start The Apache HTTP Server. I also get syntax errors via apachectl Also related to syntax errors on Froxlor created files in /var/customers, which reads: AH00526: Syntax error on line 11 of /etc/httpd/conf.d/28_froxlor_normal_vhost_deano.[redacted].conf: Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration Can anyone please shed some light on the step that i'm missing, please?
November 10, 20205 yr Author Apologies, that mod_php should be used or should not. Quote that would be "mod_php" I'm just learning linux this week, so a touch more detail would be greatly appreciated. Thx for the software too!
November 10, 20205 yr Well you've managed to install and configure froxlor. So PHP Seems to be running. Either using mod_php, fcgid or php-fpm. By the errors I'd say your froxlor is set to mod_php which the Webserver doesn't seem to know. So either you are using fcgid or php-fpm or something is wrong with php-options and your mod_php on Centos.
November 10, 20205 yr Author Yes, i was able to configure it using SSH and via the /froxlor directory web installer. PHP 7.2. Configured it to a webserver and then i could no longer access it or apache. Any final suggestions on where to start fixing?
November 10, 20205 yr The webinstaller worked so that means PHP worked. And if you don't know whether you are actually using mod_php or possibly php-fpm then I can't help you out of the blue.
Archived
This topic is now archived and is closed to further replies.