Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 438758 | Differences between
and this patch

Collapse All | Expand All

(-)gentoo-apache-2.4.3.orig/init/apache2.initd (+4 lines)
Lines 73-78 Link Here
73
start() {
73
start() {
74
	checkconfig || return 1
74
	checkconfig || return 1
75
75
76
	# Apache will not start if the mutex directory is not available, see bug
77
	# #438758
78
	[ ! -e /var/run/apache_ssl_mutex ] && mkdir /var/run/apache_ssl_mutex
79
76
	ebegin "Starting ${SVCNAME}"
80
	ebegin "Starting ${SVCNAME}"
77
	# Use start stop daemon to apply system limits #347301 
81
	# Use start stop daemon to apply system limits #347301 
78
	start-stop-daemon --start -- ${APACHE2} ${APACHE2_OPTS} -k start
82
	start-stop-daemon --start -- ${APACHE2} ${APACHE2_OPTS} -k start

Return to bug 438758