mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
327 B

modjk_install() {
# install the apache module
cd apache-2.0
apxs -n jk -i mod_jk.so
# copy some example config files
cd ../../
cp -v conf/workers.properties $docdir
}
hook_add preconf 1 "cd jk/native"
var_append confopt " " "--with-apxs=$root/opt/apache/sbin/apxs"
makeinstopt=""
hook_add postmake 5 modjk_install