Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 653376

Summary: www-servers/apache-2.4.29-r1 does not start under systemd with SSL enabled
Product: Gentoo Linux Reporter: tazinblack <verbeamt>
Component: Current packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description tazinblack 2018-04-17 12:59:12 UTC
Module SSL requires /run/apache_ssl_mutex to exist at startup but it does not.

This is configured in /etc/apache2/modules.d/40_mod_ssl.conf.

---------------------
...

## Semaphore:
# Configure the path to the mutual exclusion semaphore the SSL engine uses
# internally for inter-process synchronization.
Mutex file:/run/apache_ssl_mutex ssl-cache
...

---------------------

Workaround:

Use /etc/tmpfiles.d/apache.conf to create missing directory at boot:

---------------------
d /run/apache_ssl_mutex 0755 root root
---------------------