Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Generate Static HTML Output from Apache Log File
How to Generate Static HTML Output from an Apache Web server log file?
✍: FYIcenter.com
If you want to Generate Static HTML Output from an Apache Web server log file,
you can follow these steps:
1. Copy a sample log file from the Apache Web server:
fyicenter$ sudo cp /var/log/httpd/access_log .
2. Generate an HTML report with default options:
fyicenter$ goaccess access_log -o report.html --log-format=COMBINED
[PARSING access_log] {0} @ {0/s}
Cleaning up resources...
fyicenter$ ls -l
-rw-r--r--. 1 root root 233836 Dec 8 00:10 access_log
-rw-rw-r--. 1 fyicenter fyicenter 418353 Dec 8 00:25 report.html
3. View the HTML report with a Web browser. You see the full report with different statistical diagrams and tables:
2023-02-28, 1287🔥, 0💬
Popular Posts:
Why am I getting the "Spawn Failed: Server at http://127.0.0.1:47353/u ser/fyicenter/didn't respond ...
What are Mozilla Firefox 2 add-ons? Mozilla Firefox 2 add-ons extend the browser functionalities. So...
How can I create a Personal Folders File (.pst) to store messages, contacts and other types of Outlo...
How to open a Web Archive (.mht or .mhtml) file correctly in Firefox browser? I converted a word doc...
What is "OneNote Notes about Word Documents" add-in in Microsoft Word? Should I disable it? "OneNote...