Hi Petr Thank you so much! Look like the apache is not install and running on this server! Regards, Hoay [root@hpc-cloud-96 ~]# ls /etc/httpd ls: cannot access /etc/httpd: No such file or directory [root@hpc-cloud-96 ~]# ls /etc/httpd* ls: cannot access /etc/httpd*: No such file or directory [root@hpc-cloud-96 ~]# ls /var/log/htt* ls: cannot access /var/log/htt*: No such file or directory [root@hpc-cloud-96 ~]# From: hostalp@xxxxxxx [mailto:hostalp@xxxxxxx]
Hello, in the case of the standard httpd installation (as provided by the distro, it may be of course installed from other sources): - is installed? (including the mod_ssl which enables the TLS/SSL support) yum list installed httpd mod_ssl - is enabled and running? systemctl status httpd.service (also your "ps -aux | grep -i http" should list some running httpd processes) - config location /etc/httpd/conf/httpd.conf - main config file /etc/httpd/conf.d/ - additional (for specific purposes) config files /etc/httpd/conf.modules.d/ - config of modules (which are loaded or not) - logs location /var/log/httpd/ Best regards, Petr ---------- Original Messsage ----------
|