I have a module that requires mod_substitute to be installed.
The installer script does something along these lines (after checking if the module is already installed, and which version of Apache) . . . error checking etc., removed
If I look at my EasyApache4 profile it does not indicate that mod_substitute is installed.
My questions are:
1. If I were to enable it in the config and reprovision will that cause a problem?
2. Is there a way to install that i'm not aware of that would communicate with EA4 and "register" that the module was installed?
Any ideas or documentation would be great, thank you.
The installer script does something along these lines (after checking if the module is already installed, and which version of Apache) . . . error checking etc., removed
Code:
wget -N http://www-us.apache.org/dist/httpd/httpd-2.4.34.tar.gz
tar zxf httpd-2.4.34.tar.gz
cp httpd-2.4.34/modules/filters/mod_substitute.c /opt
/usr/bin/apxs -cia httpd-2.4.34/modules/filters/mod_substitute.c
My questions are:
1. If I were to enable it in the config and reprovision will that cause a problem?
2. Is there a way to install that i'm not aware of that would communicate with EA4 and "register" that the module was installed?
Any ideas or documentation would be great, thank you.