I found a couple of modules for www/apache24 in my config file and I can't figure out if they are obsolete or not.
When I do a
Any ideas if these modules are needed - and more importantly, what determines if these are added/enabled in my httpd.conf file?
Code:
LoadModule unixd_module libexec/apache24/mod_unixd.so
LoadModule log_config_module libexec/apache24/mod_log_config.so
When I do a
make config
in the www/apache24 directory, these are not listed as even a possible option to enable.Any ideas if these modules are needed - and more importantly, what determines if these are added/enabled in my httpd.conf file?