Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fornakter@nakter:~$ sudo ss -tuln | grep apache
- fornakter@nakter:~$ sudo ss -tuln | grep LISTEN
- tcp LISTEN 0 4096 127.0.0.54:53 0.0.0.0:*
- tcp LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:*
- tcp LISTEN 0 80 127.0.0.1:3306 0.0.0.0:*
- tcp LISTEN 0 4096 *:22 *:*
- tcp LISTEN 0 511 *:80 *:*
- tcp LISTEN 0 511 *:8080 *:*
- fornakter@nakter:~$ sudo systemctl status apache2
- ● apache2.service - The Apache HTTP Server
- Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; preset: enabled)
- Active: active (running) since Sun 2025-04-06 17:06:49 UTC; 15min ago
- Docs: https://httpd.apache.org/docs/2.4/
- Process: 999 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
- Main PID: 1349 (apache2)
- Tasks: 6 (limit: 4343)
- Memory: 25.5M (peak: 25.8M)
- CPU: 619ms
- CGroup: /system.slice/apache2.service
- ├─1349 /usr/sbin/apache2 -k start
- ├─1588 /usr/sbin/apache2 -k start
- ├─1589 /usr/sbin/apache2 -k start
- ├─1594 /usr/sbin/apache2 -k start
- ├─1595 /usr/sbin/apache2 -k start
- └─1596 /usr/sbin/apache2 -k start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement