Bug 1179207
Summary: | mod_speling is not loaded by default | ||
---|---|---|---|
Product: | [Retired] JBoss Web Server 3 | Reporter: | Libor Fuka <lfuka> |
Component: | httpd | Assignee: | Weinan Li <weli> |
Status: | CLOSED EOL | QA Contact: | Libor Fuka <lfuka> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.0.0 | CC: | jclere, jdoyle, mbabacek, mturk, pslavice, weli |
Target Milestone: | DR01 | ||
Target Release: | 3.0.0 | ||
Hardware: | All | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-03-27 18:39:50 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1178630, 1185767 |
Description
Libor Fuka
2015-01-06 12:41:51 UTC
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. |