Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Post History
My web server is logging in combined log format and my host gives me SSH access to my server where the logs are stored. I see entries in the log file for 404 errors like: 10.10.10.10 - - [10/Jun/...
#3: Post edited
My web server is logging in [common log format](https://en.wikipedia.org/wiki/Common_Log_Format)[]() and my host gives me SSH access to my server where the logs are stored. I see entries in the log file for 404 errors like:- `10.10.10.10 - - [10/Jun/2023:10:00:00 +0000] "GET http://example.com/some-page.html HTTP/1.1" 404 - "https://referringsite.example/linking-page.html" "-"`
- Is there a way to use Linux command line tools to list the 404 URLs on my site having the most hits with referrers?
- My web server is logging in [combined log format](https://en.wikipedia.org/wiki/Common_Log_Format) and my host gives me SSH access to my server where the logs are stored. I see entries in the log file for 404 errors like:
- `10.10.10.10 - - [10/Jun/2023:10:00:00 +0000] "GET http://example.com/some-page.html HTTP/1.1" 404 - "https://referringsite.example/linking-page.html" "-"`
- Is there a way to use Linux command line tools to list the 404 URLs on my site having the most hits with referrers?
#2: Post edited
My web server is logging in common log format and my host gives me SSH access to my server where the logs are stored. I see entries in the log file for 404 errors like:- `10.10.10.10 - - [10/Jun/2023:10:00:00 +0000] "GET http://example.com/some-page.html HTTP/1.1" 404 - "https://referringsite.example/linking-page.html" "-"`
- Is there a way to use Linux command line tools to list the 404 URLs on my site having the most hits with referrers?
- My web server is logging in [common log format](https://en.wikipedia.org/wiki/Common_Log_Format)[]() and my host gives me SSH access to my server where the logs are stored. I see entries in the log file for 404 errors like:
- `10.10.10.10 - - [10/Jun/2023:10:00:00 +0000] "GET http://example.com/some-page.html HTTP/1.1" 404 - "https://referringsite.example/linking-page.html" "-"`
- Is there a way to use Linux command line tools to list the 404 URLs on my site having the most hits with referrers?
#1: Initial revision
Aggregate 404 errors from log file on the Linux command line
My web server is logging in common log format and my host gives me SSH access to my server where the logs are stored. I see entries in the log file for 404 errors like: `10.10.10.10 - - [10/Jun/2023:10:00:00 +0000] "GET http://example.com/some-page.html HTTP/1.1" 404 - "https://referringsite.example/linking-page.html" "-"` Is there a way to use Linux command line tools to list the 404 URLs on my site having the most hits with referrers?