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>
To: users@httpd.apache.org <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