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: host...@post.cz [mailto:host...@post.cz]
Sent: Thursday, June 25, 2020 6:29 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Apache on CentOS Linux

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 ----------
From: Leonard Hoay (Dr) <leonardh...@ntu.edu.sg<mailto:leonardh...@ntu.edu.sg>>
To: users@httpd.apache.org<mailto:users@httpd.apache.org> 
<users@httpd.apache.org<mailto:users@httpd.apache.org>>
Sent: 25. 6. 2020 6:49:04
Subject: [users@httpd] Apache on CentOS Linux


Dear XAMPP/Apache PHP Administrator,



May I know how to check whether the Apache is installed and running on this 
server? Also, where it directory/folder located?



Could anyone give your advice? Thanks in advance!





Regards,

Hoay





# cat /etc/os-release



NAME="CentOS Linux"

VERSION="7 (Core)"

ID="centos"

ID_LIKE="rhel fedora"

VERSION_ID="7"

PRETTY_NAME="CentOS Linux 7 (Core)"

ANSI_COLOR="0;31"

CPE_NAME="cpe:/o:centos:centos:7"

HOME_URL="https://www.centos.org/";

BUG_REPORT_URL="https://bugs.centos.org/";



CENTOS_MANTISBT_PROJECT="CentOS-7"

CENTOS_MANTISBT_PROJECT_VERSION="7"

REDHAT_SUPPORT_PRODUCT="centos"

REDHAT_SUPPORT_PRODUCT_VERSION="7"





# ps -aux | grep -i http

root     15030  0.0  0.0 112712   984 pts/0    S+   12:36   0:00 grep 
--color=auto -i http



# ps -aux | grep -i apac

root     15038  0.0  0.0 112712   984 pts/0    R+   12:36   0:00 grep 
--color=auto -i apac



#





________________________________

CONFIDENTIALITY: This email is intended solely for the person(s) named and may 
be confidential and/or privileged. If you are not the intended recipient, 
please delete it, notify us and do not copy, use, or disclose its contents.
Towards a sustainable earth: Print only when necessary. Thank you.

Reply via email to