Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 19 years ago
parent
commit
d09acbfec3
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/base/apache/apache.conf

+ 3
- 0
package/base/apache/apache.conf

@ -58,6 +58,9 @@ if [ $pkg = "apache" ] ; then
[ "$ROCKCFG_PKG_APACHE_AUTH_DIGEST" == 1 ] && \
var_append extraconfopt " " "--enable-auth-digest"
pkginstalled openldap && var_append extraconfopt " " \
"--enable-ldap --enable-auth-ldap --with-ldap=yes --with-ldap-lib=$root/$pkg_openldap_prefix/lib --with-ldap-include=$root/$pkg_openldap_prefix/include"
hook_add postmake 3 "install_init apache $confdir/apache.init"
fi

Loading…
Cancel
Save