Add new modules in Cpanel Apache
How would one install modules in apache manually via apxs?
I need the following modules:
mod_filter.c (filter_module)
mod_include.c (include_module)
mod_setenvif.c (setenvif_module)
mod_autoindex.c (autoindex_module)
Any commands to do this? Does downloading them helps and then how to activate them?
-
Hi, These are static modules provided by both EA3 and EA4. Why are you needing to load them again? # httpd -M | grep "filter\|include\|setenv\|autoindex" include_module (static) filter_module (static) setenvif_module (static) autoindex_module (static)0 -
Hi Jacob, That is true, I did not found them in EA3, and was not sure if they are installed or not. Thanks a lot, this answers my question. Have a good day! 0
Please sign in to leave a comment.
Comments
2 comments