These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Apache problem on the new forum.
Hello, I Just installed virtualmin and I got a problem with Apache, when I Re-check and refresh configuration i get Apache configuration error:
"Apache configuration errors were found :
httpd: Syntax error on line 56 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf.modules.d/00-systemd.conf: Cannot load modules/mod_systemd.so into server: libdw.so.1: cannot open shared object file: No such file or directory
.. your system is not ready for use by Virtualmin." Apache and SSH servers will not start..
Can anybody help me? Thanks!!
Howdy,
Hmm, I don't believe I've seen that error before. Is this just CentOS 7? Was Virtualmin installed using the install.sh script?
Also, what's the output of these commands:
rpm -qa | grep httpd
ls /etc/yum.repos.d
It is CentOS Linux 7.6.1810 and yes i installed using install.sh script
[root@host ~]# rpm -qa | grep httpd
httpd-tools-2.4.6-89.el7.vm.x86_64
httpd-itk-2.4.7.04-2.el7.x86_64
httpd-2.4.6-89.el7.vm.x86_64
[root@host ~]# ls /etc/yum.repos.d
CentOS-Base.repo
CentOS-CR.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
CentOS-SCLo-scl-rh.repo
CentOS-SCLo-scl.repo
CentOS-Sources.repo
CentOS-Vault.repo
CentOS-fasttrack.repo
epel-testing.repo
epel.repo
virtualmin.repo
vz.repo
Bump