i am planning my site to run on httpd accleration caching.
Most of my pages are dynamic which come from the database. I am using apache as the webserver and php for db connectivity and scripting.
For caching apache should send out proper headers and expires and cache-control directives. I have recompiled my apache withe the following options
./configure --prefix=/usr/local/apache2 --enable-module=rewrite --enable-
shared=rewrite --enable-module=src/modules/php4/libphp4.a --enable-module=src/mo
dules/standard/mod_headers --enable-module=src/modules/standard/mod_expires
and install the apache
but when i do httpd -l it does not show me the mod_headers.c and mod_expires.c modules.
please help
also are there any other issues regarding caching which i should look out for.
please help
Thank you.