version 2

This commit is contained in:
Jacquin Antoine
2026-02-21 23:27:11 +01:00
parent f22e0303b7
commit e19d4069ce
8 changed files with 147 additions and 0 deletions

View File

@ -0,0 +1,14 @@
SERVICE: httpd
FILES_COLLECTED: /etc/httpd/conf/httpd.conf, /etc/httpd/conf.d/ssl.conf
--- FILE: /etc/httpd/conf/httpd.conf ---
ServerRoot "/etc/httpd"
Listen 80
Include conf.modules.d/*.conf
DocumentRoot "/var/www/html"
--- FILE: /etc/httpd/conf.d/ssl.conf ---
Listen 443 https
<VirtualHost _default_:443>
DocumentRoot "/var/www/html"
SSLEngine on
</VirtualHost>

View File

@ -0,0 +1,5 @@
METRICS_SNAPSHOT:
cpu_usage_idle: 94.2%
load_average_1m: 0.15
mem_available_bytes: 4294967296
disk_io_wait: 0.01

View File

@ -0,0 +1,4 @@
NETWORK_STATE (ss -ntulop):
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
tcp LISTEN 0 128 0.0.0.0:80 0.0.0.0:* users:(("nginx",pid=842,fd=6))
tcp LISTEN 0 128 0.0.0.0:443 0.0.0.0:* users:(("nginx",pid=842,fd=7))

View File

@ -0,0 +1,7 @@
ID: srv-rhel-prod-01
OS: Red Hat Enterprise Linux 9.3 (Plow)
KERNEL: 5.14.0-362.8.1.el9_3.x86_64
INSTALLED_PACKAGES:
- httpd-2.4.57-5.el9.x86_64
- nginx-1.20.1-14.el9.x86_64
- mod_ssl-2.4.57-5.el9.x86_64