Bug 1179207 - mod_speling is not loaded by default
Summary: mod_speling is not loaded by default
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Web Server 3
Classification: Retired
Component: httpd
Version: 3.0.0
Hardware: All
OS: Unspecified
high
high
Target Milestone: DR01
: 3.0.0
Assignee: Weinan Li
QA Contact: Libor Fuka
URL:
Whiteboard:
Depends On:
Blocks: 1178630 1185767
TreeView+ depends on / blocked
 
Reported: 2015-01-06 12:41 UTC by Libor Fuka
Modified: 2020-03-27 18:39 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:39:50 UTC
Embargoed:


Attachments (Terms of Use)

Description Libor Fuka 2015-01-06 12:41:51 UTC
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.

Comment 1 Weinan Li 2015-01-07 08:12:06 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)

Comment 2 Libor Fuka 2015-01-20 13:48:24 UTC
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 ?

Comment 3 Weinan Li 2015-01-22 12:32:42 UTC
(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 :-)

Comment 4 Libor Fuka 2015-01-22 12:53:42 UTC
JWS30 httpd default configuration should be the same as possible with EWS 2.1 httpd is in BZ 1178630.

Comment 5 Libor Fuka 2015-02-03 11:49:51 UTC
Verified with DR2 RHEL6 RHEL7 zips.


Note You need to log in before you can comment on or make changes to this bug.