*filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT # SSHD -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT # HTTP -A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT
# Final disposition for unmatched packets -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited COMMIT
systemctl status mysqld ● mariadb.service - MariaDB 10.5 database server Loaded: loaded (/usr/lib/systemd/system/mariadb.service;enabled; vendor preset: disabled) Active: active (running) since Sat 2021-08-2114:03:44 EDT;4 days ago Docs: man:mariadbd(8)
Aug 2114:03:43 simba.stmarks-ral.org systemd[1]: Starting MariaDB 10.5 database server... Aug 2114:03:43 simba.stmarks-ral.org mariadb-prepare-db-dir[251805]: Database MariaDB is probably initialized in /var/lib/mysql already, n> Aug 2114:03:43 simba.stmarks-ral.org mariadb-prepare-db-dir[251805]: If this is not the case, make sure the /var/lib/mysql is empty before> Aug 2114:03:44 simba.stmarks-ral.org mariadbd[251841]: 2021-08-2114:03:440 [Note] /usr/libexec/mariadbd (mysqld 10.5.11-MariaDB) startin> Aug 2114:03:44 simba.stmarks-ral.org systemd[1]: Started MariaDB 10.5 database server.
systemctl status httpd ● httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service;enabled; vendor preset: disabled) Drop-In: /usr/lib/systemd/system/httpd.service.d └─php-fpm.conf Active: active (running) since Sat 2021-08-2114:08:39 EDT;4 days ago Docs: man:httpd.service(8) Main PID: 252458 (httpd) Status:"Total requests: 10340; Idle/Busy workers 100/0;Requests/sec: 0.0294; Bytes served/sec: 616 B/sec" Tasks:278 (limit: 19003) Memory:44.7M CPU:2min 31.603s CGroup: /system.slice/httpd.service ├─252458/usr/sbin/httpd -DFOREGROUND ├─252459/usr/sbin/httpd -DFOREGROUND ├─252460/usr/sbin/httpd -DFOREGROUND ├─252461/usr/sbin/httpd -DFOREGROUND ├─252462/usr/sbin/httpd -DFOREGROUND └─252676/usr/sbin/httpd -DFOREGROUND
Aug 2114:08:39 simba.stmarks-ral.org systemd[1]: Starting The Apache HTTP Server... Aug 2114:08:39 simba.stmarks-ral.org httpd[252458]: AH00112: Warning: DocumentRoot [/var/teststmarks-ral/html] does not exist Aug 2114:08:39 simba.stmarks-ral.org httpd[252458]: Server configured, listening on: port 80 Aug 2114:08:39 simba.stmarks-ral.org systemd[1]: Started The Apache HTTP Server.