Support apache as httpd binary (Ubuntu) #5

Closed
opened 2020-05-07 21:50:56 +02:00 by patrick · 1 comment
Owner
# ps -ef | grep apache
root      1408     1  0 Apr18 ?        00:00:46 /usr/sbin/apache2 -k start
root      2997 31933  0 21:49 pts/0    00:00:00 grep --color=auto apache
www-data 20473  1408  0 06:25 ?        00:00:00 /usr/sbin/apache2 -k start
www-data 20474  1408  0 06:25 ?        00:00:00 /usr/sbin/apache2 -k start
# systemctl status apache2
● apache2.service - The Apache HTTP Server
   Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─apache2-systemd.conf
   Active: active (running) since Sat 2020-04-18 16:54:58 CEST; 2 weeks 5 days ago
 Main PID: 1408 (apache2)
    Tasks: 75 (limit: 1027)
   CGroup: /system.slice/apache2.service
           ├─ 1408 /usr/sbin/apache2 -k start
           ├─20468 (wsgi:recoll)     -k start
           ├─20469 (wsgi:recoll)     -k start
           ├─20470 (wsgi:recoll)     -k start
           ├─20471 (wsgi:recoll)     -k start
           ├─20472 (wsgi:recoll)     -k start
           ├─20473 /usr/sbin/apache2 -k start
           └─20474 /usr/sbin/apache2 -k start

May 03 06:25:11 vm11.home systemd[1]: Reloading The Apache HTTP Server.
May 03 06:25:12 vm11.home systemd[1]: Reloaded The Apache HTTP Server.
``` # ps -ef | grep apache root 1408 1 0 Apr18 ? 00:00:46 /usr/sbin/apache2 -k start root 2997 31933 0 21:49 pts/0 00:00:00 grep --color=auto apache www-data 20473 1408 0 06:25 ? 00:00:00 /usr/sbin/apache2 -k start www-data 20474 1408 0 06:25 ? 00:00:00 /usr/sbin/apache2 -k start ``` ``` # systemctl status apache2 ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd.conf Active: active (running) since Sat 2020-04-18 16:54:58 CEST; 2 weeks 5 days ago Main PID: 1408 (apache2) Tasks: 75 (limit: 1027) CGroup: /system.slice/apache2.service ├─ 1408 /usr/sbin/apache2 -k start ├─20468 (wsgi:recoll) -k start ├─20469 (wsgi:recoll) -k start ├─20470 (wsgi:recoll) -k start ├─20471 (wsgi:recoll) -k start ├─20472 (wsgi:recoll) -k start ├─20473 /usr/sbin/apache2 -k start └─20474 /usr/sbin/apache2 -k start May 03 06:25:11 vm11.home systemd[1]: Reloading The Apache HTTP Server. May 03 06:25:12 vm11.home systemd[1]: Reloaded The Apache HTTP Server. ```
patrick self-assigned this 2020-05-07 21:50:56 +02:00
patrick added the debian+ubuntubug labels 2020-05-07 21:51:21 +02:00
patrick added the linux label 2020-05-07 21:54:03 +02:00
Author
Owner

Fixed in 13bc933e89

Fixed in 13bc933e89
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kudos/check_health#5