- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: webalizer or analog equivalent for SSL-based a...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 01:54 AM
01-04-2002 01:54 AM
webalizer or analog equivalent for SSL-based access_logs
Anyone knows of a freeware that allows statistical parsing of ssl_request_logs (HTTP-SSL access_logs) the same way webalizer and analog does for access_log (HTTP access_logs) for Apache+SSL webserver?
Thanks in advance. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 09:43 AM
01-04-2002 09:43 AM
Re: webalizer or analog equivalent for SSL-based access_logs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 03:54 PM
01-04-2002 03:54 PM
Re: webalizer or analog equivalent for SSL-based access_logs
Two lines of access_log:
202.156.255.212 - - [04/Dec/2001:18:47:22 +0800] "GET /scripts/..%252f../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 294 "-" "-"
127.0.0.1 - - [05/Dec/2001:09:34:56 +0800] "get" 501 - "-" "-"
Two lines of ssl_request_log:
[05/Jan/2002:07:28:27 +0800] 192.168.123.120 SSLv3 RC4-MD5 "POST /cgi-bin/itrc.cgi HTTP/1.1" 7293
[05/Jan/2002:07:28:56 +0800] 192.168.123.120 SSLv3 RC4-MD5 "GET /cgi-bin/itrc.cgi HTTP/1.1" 534
Their formatting is different. Anyway, I found out later that access_log uses the LogFormat setting in httpd.conf while ssl_request_log uses the CustomLog setting in httpd.conf.
Thanks. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brianbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 05:54 AM
01-07-2002 05:54 AM
Re: webalizer or analog equivalent for SSL-based access_logs
1) tell analog what format the logs are in (see http://analog.cx/docs/logfmt.html)
or
2) tell apache/iPlanet/Netscape etc. what format you'd like the log files to be in (see the documentation for your web server).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 06:26 AM
01-07-2002 06:26 AM
Re: webalizer or analog equivalent for SSL-based access_logs
In my first response, I had already updated CustomLog to tailor ssl_request_log to use the same format as LogFormat which is used to tailor access_log which fixed my issue.
Anyway, thanks for the information. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com