| Title: | Internet Tools |
| Notice: | Report ALL NETSCAPE Problems directly to kdlucas@netscape.com . rnet? Read note 448.L for beginner information. |
| Moderator: | teco.mro.dec.com::tecotoo.mro.dec.com::mayer |
| Created: | Fri Jun 25 1993 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 4714 |
| Total number of notes: | 40609 |
Does anyone know how I can add browser signature logging to a Netscape
Commerce Server?
Les
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 4453.1 | No replies so I found out the hard way!!!!! | CHEFS::AYLESBURY_L | Wed Feb 19 1997 05:38 | 30 | |
To answer my own question and for anyone else that may be interested I
found out the following.
Create a new log file in the magnus.conf file:
Init fn=init-clf browser-log=/usr/netscape/logs/browser-log
If you are already logging accesses, which you most probably are, then
you will already have an "Init fn=init-clf" defined. You must then
append the "browser-log=/usr/netscape/logs/browser-log" after the
"access" definition.
i.e.
Init fn=init-clf global=/usr/netscape/logs/access browser-log=/usr
/netscape/logs/browser-log
This creates a new log file in the log path called "browser-log"
Add the following to the relevant object in your obj.conf file:
AddLog fn="record-useragent" name="browser-log"
This tells Netscape to log user agent details to the named log file
"browser-log".
Then restart the server.
Regards
Les
| |||||
| 4453.2 | obj.conf in latest NS Web Servers | HOUBA::MEHERS | Damian, http://bigbird.geo.dec.com/ | Wed Feb 19 1997 07:47 | 1 |