Bug 1185767 - usertrack_module should be loaded by default.
Summary: usertrack_module should be 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: All
unspecified
high
Target Milestone: DR02
: 3.0.0
Assignee: Weinan Li
QA Contact: Libor Fuka
URL:
Whiteboard:
Depends On: 1171807 1178816 1179207
Blocks: 1178630
TreeView+ depends on / blocked
 
Reported: 2015-01-26 09:04 UTC by Weinan Li
Modified: 2020-03-27 18:39 UTC (History)
7 users (show)

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


Attachments (Terms of Use)

Description Weinan Li 2015-01-26 09:04:02 UTC
usertrack_module should be loaded by default.

Comment 1 Weinan Li 2015-01-26 09:21:21 UTC
Fix:

[weli@dhcp-66-78-87 httpd24-jws3-el7]$ git diff
diff --git a/00-base.conf b/00-base.conf
index 1af899e..83f741c 100644
--- a/00-base.conf
+++ b/00-base.conf
@@ -65,7 +65,7 @@ LoadModule vhost_alias_module modules/mod_vhost_alias.so
 #LoadModule watchdog_module modules/mod_watchdog.so
 #LoadModule heartbeat_module modules/mod_heartbeat.so
 #LoadModule heartmonitor_module modules/mod_heartmonitor.so
-#LoadModule usertrack_module modules/mod_usertrack.so
+LoadModule usertrack_module modules/mod_usertrack.so
 #LoadModule dialup_module modules/mod_dialup.so
 #LoadModule charset_lite_module modules/mod_charset_lite.so
 #LoadModule log_debug_module modules/mod_log_debug.so

Verification:

[weli@dhcp-66-78-87 sbin]$ ./apachectl -M | grep usertrack
 usertrack_module (shared)

Sample config for testing:

LogFormat "%{Apache}n %r %t" usertrack
CustomLog logs/clickstream.log usertrack

Result:

[weli@dhcp-66-78-87 sbin]$ curl http://localhost
ok.
[weli@dhcp-66-78-87 sbin]$ ls ../logs/
access_log  clickstream.log  error_log  httpd.log  ssl_access_log  ssl_error_log  ssl_request_log
[weli@dhcp-66-78-87 sbin]$ cat ../logs/clickstream.log
- GET / HTTP/1.1 [26/Jan/2015:17:17:16 +0800]

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


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