Advertisement
fornakter

Untitled

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