RE: Apache on CentOS Linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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]
Sent: Thursday, June 25, 2020 6:29 PM
To: users@xxxxxxxxxxxxxxxx
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) <leonardhoay@xxxxxxxxxx>
To: users@xxxxxxxxxxxxxxxx <users@xxxxxxxxxxxxxxxx>
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.


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux