Apache Down

hmaddy

Verified User
Joined
Apr 17, 2019
Messages
275
The “/usr/sbin/httpd -DSSL -t -f /etc/apache2/conf/httpd.conf.work.35ea95bb.cfgcheck -C Include "/etc/apache2/conf.modules.d/*.conf"” command (process 19792) reported error number 1 when it ended.
httpd: Syntax error in -C/-c directive: Syntax error on line 2 of /etc/apache2/conf.modules.d/000_mod_mpm_prefork.conf: Cannot load modules/mod_mpm_prefork.so into server: /etc/apache2/modules/mod_mpm_prefork.so: undefined symbol: ap_run_child_stopping

Rebuilding configuration without any local modifications.

Failed to generate a syntactically correct Apache configuration.
Bad configuration file located at /etc/apache2/conf/httpd.conf.work.35ea95bb
Error:
The “/usr/sbin/httpd -DSSL -t -f /etc/apache2/conf/httpd.conf.work.35ea95bb.cfgcheck -C Include "/etc/apache2/conf.modules.d/*.conf"” command (process 19793) reported error number 1 when it ended.
httpd: Syntax error in -C/-c directive: Syntax error on line 2 of /etc/apache2/conf.modules.d/000_mod_mpm_prefork.conf: Cannot load modules/mod_mpm_prefork.so into server: /etc/apache2/modules/mod_mpm_prefork.so: undefined symbol: ap_run_child_stopping
 
Which version Apache are you using ?,
The latest version has some kind of bug, did you downgrade Apache to test ?
 
Try.

Code:
cd /usr/local/directadmin/custombuild
./build rewrite_confs
 
I think this is the wrong forum.

DirectAdmin's Apache configs are in /etc/httpd not /etc/apache2 - I think the OP is having an issue with *ahem* another control panel.
 
Back
Top