Entry
Do I need to reconfigure/make/install every time I add modules to Apache?
May 23rd, 2000 08:47
unknown unknown, Joshua Slive
If you have mod_so compiled into the server, then you can use
dynamically loaded modules to add functionality to apache without
recompiling. However, recompiling is not necessarily difficult or
dangerous. Your httpd.conf with all your configuration information
should be preserved. Just look for a config.status file in the
directory where you compiled apache. This should have all the
parameters you used to originally compile apache. Add whatever you
need and recompile.