Ubuntu Pastebin

Paste from Doow at Sun, 14 May 2017 12:16:14 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
root@host:/etc/systemd/system# systemctl status apache2
● apache2.service - The Apache HTTP Server
   Loaded: loaded (/lib/systemd/system/apache2.service; disabled; vendor preset: enabled)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─apache2-systemd.conf
   Active: active (running) since Sun 2017-05-14 14:14:39 CEST; 11s ago
  Process: 9186 ExecStop=/usr/sbin/apachectl stop (code=exited, status=0/SUCCESS)
  Process: 9198 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
 Main PID: 9202 (apache2)
    Tasks: 17 (limit: 4915)
   CGroup: /system.slice/apache2.service
           ├─9202 /usr/sbin/apache2 -k start
           ├─9203 (wsgi:character)  -k start
           ├─9204 /usr/sbin/apache2 -k start
           ├─9205 /usr/sbin/apache2 -k start
           ├─9206 /usr/sbin/apache2 -k start
           ├─9207 /usr/sbin/apache2 -k start
           ├─9208 /usr/sbin/apache2 -k start
           ├─9218 /usr/sbin/apache2 -k start
           ├─9221 /usr/sbin/apache2 -k start
           └─9222 /usr/sbin/apache2 -k start

maj 14 14:14:39 host systemd[1]: Starting The Apache HTTP Server...
maj 14 14:14:39 host systemd[1]: Started The Apache HTTP Server.
Download as text