Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312775
Collapse All | Expand All

(-)src_install-v2.eblit (-2 / +2 lines)
Lines 94-100 Link Here
94
	fi
94
	fi
95
95
96
	# SAPI-specific handling
96
	# SAPI-specific handling
97
	if [[ "${sapi}" == "apache2" ]] ; then
97
	if [[ "${phpsapi}" == "apache2" ]] ; then
98
		if use concurrentmodphp ; then
98
		if use concurrentmodphp ; then
99
			einfo "Installing Apache2 config file 70_mod_php${PHP_MV}_concurr.conf"
99
			einfo "Installing Apache2 config file 70_mod_php${PHP_MV}_concurr.conf"
100
			insinto "${APACHE_MODULES_CONFDIR}"
100
			insinto "${APACHE_MODULES_CONFDIR}"
Lines 113-119 Link Here
113
		fi
113
		fi
114
	fi
114
	fi
115
115
116
	if [[ "${sapi}" == "fpm" ]] ; then
116
	if [[ "${phpsapi}" == "fpm" ]] ; then
117
		einfo "Installing FPM CGI config file php-fpm.conf"
117
		einfo "Installing FPM CGI config file php-fpm.conf"
118
		epatch "${FILESDIR}/php-fpm-gentooified.patch"
118
		epatch "${FILESDIR}/php-fpm-gentooified.patch"
119
		insinto ${PHP_INI_DIR}
119
		insinto ${PHP_INI_DIR}

Return to bug 312775