I have tried that but to no avail. ![]()
root@server:~# sudo systemctl status apache2
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; preset: enabled)
Active: active (running) since Sat 2024-06-15 00:00:42 PDT; 26min ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 546098 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
Main PID: 546122 (apache2)
Tasks: 56 (limit: 7103)
Memory: 15.1M
CPU: 421ms
CGroup: /system.slice/apache2.service
├─546122 /usr/sbin/apache2 -k start
├─546125 /usr/sbin/apache2 -k start
├─546139 /usr/sbin/apache2 -k start
└─546140 /usr/sbin/apache2 -k start
Jun 15 00:00:42 server.uniplex.xyz systemd[1]: Starting apache2.service - The Apache HTTP Server...
Jun 15 00:00:42 server.uniplex.xyz systemd[1]: Started apache2.service - The Apache HTTP Server.
root@server:~#
root@server:~# sudo systemctl status nginx
● nginx.service - nginx - high performance web server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; preset: enabled)
Active: active (running) since Sat 2024-06-15 00:00:38 PDT; 27min ago
Docs: https://nginx.org/en/docs/
Process: 545896 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=0/SUCCESS)
Main PID: 545897 (nginx)
Tasks: 3 (limit: 7103)
Memory: 7.4M
CPU: 5.001s
CGroup: /system.slice/nginx.service
├─545897 "nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf"
├─545898 "nginx: worker process"
└─545899 "nginx: cache manager process"
Jun 15 00:00:37 server.uniplex.xyz systemd[1]: Starting nginx.service - nginx - high performance web server...
Jun 15 00:00:38 server.uniplex.xyz systemd[1]: nginx.service: Can't open PID file /run/nginx.pid (yet?) after start: No such >Jun 15 00:00:38 server.uniplex.xyz systemd[1]: Started nginx.service - nginx - high performance web server.
lines 1-17/17 (END)