Adding mod_cache support in Apache?

backyard billy

New member
Joined
Apr 17, 2008
Messages
3
Hi, I tried following the DA's guide to compiling custom modules but it's not working. I need to add mod_cache support in Apache 2.2.8, tried adding the --enable- line to custom/ap2/configure.apache but I can't see the module in /usr/lib/apache.
 
Please post an output of: ./build used_configs

Apache configuration file: /usr/local/directadmin/custombuild/custom/ap2/configure.apache
PHP5 configuration file: /usr/local/directadmin/custombuild/configure/ap2/configure.php5
ProFTPD configuration file: /usr/local/directadmin/custombuild/configure/proftpd/configure.proftpd


And these are my lines at the end of configure.apache

"--enable-cache" \
"--enable-mem-cache" \
"--enable-disk-cache" \
"--enable-file-cache"
 
Back
Top