Description of problem: We had mod_speling httpd module loaded by default in EWS 2.1 which is not true in JWS 3.0 Version-Release number of selected component (if applicable): DR0.1 Additional info: We should keep backward compatibility between EWS 2.1 and JWS 3.0 - httpd modules loaded by default. I found more missing JWS 3.0 httpd modules loaded by default comparing to EWS 2.1: usertrack_module Please compare EWS 2.1 httpd.conf to JWS 3.0 confs loaded modules by default if i haven't forgot something.
fix: [weli@dhcp-66-78-87 httpd24-el7]$ git diff diff --git a/00-base.conf b/00-base.conf index 31d979f..1af899e 100644 --- a/00-base.conf +++ b/00-base.conf @@ -73,5 +73,5 @@ LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule reflector_module modules/mod_reflector.so #LoadModule request_module modules/mod_request.so #LoadModule sed_module modules/mod_sed.so -#LoadModule speling_module modules/mod_speling.so +LoadModule speling_module modules/mod_speling.so verification: [weli@dhcp-66-78-87 sbin]$ pwd /home/weli/projs/usr/share/java/jbossas-fordev/jws-3.0/httpd/sbin [weli@dhcp-66-78-87 sbin]$ ./apachectl -M | grep spel speling_module (shared)
mod_spelling module is loaded by default in DR1 build. Verified. How about usertrack_module ? We had it loaded by default in EWS 2.1. Will we load usertrack_module by default in JWS 3.0 ?
(In reply to Libor Fuka from comment #2) > mod_spelling module is loaded by default in DR1 build. Verified. > How about usertrack_module ? > We had it loaded by default in EWS 2.1. > Will we load usertrack_module by default in JWS 3.0 ? Hi Libor, As we discussed to keep everything the same with EWS 2.1.0, could you please create a bug for this? Thanks :-)
JWS30 httpd default configuration should be the same as possible with EWS 2.1 httpd is in BZ 1178630.
Verified with DR2 RHEL6 RHEL7 zips.