Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17013 > unrolled thread
| Started by | bit-naughty@hotmail.com |
|---|---|
| First post | 2016-09-06 07:37 -0700 |
| Last post | 2016-09-07 20:29 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.php
What's a good web access log software? bit-naughty@hotmail.com - 2016-09-06 07:37 -0700
Re: What's a good web access log software? Arno Welzel <usenet@arnowelzel.de> - 2016-09-06 21:57 +0200
Re: What's a good web access log software? "J.O. Aho" <user@example.net> - 2016-09-07 07:08 +0200
Re: What's a good web access log software? Arno Welzel <usenet@arnowelzel.de> - 2016-09-07 20:29 +0200
| From | bit-naughty@hotmail.com |
|---|---|
| Date | 2016-09-06 07:37 -0700 |
| Subject | What's a good web access log software? |
| Message-ID | <ee06198c-c961-46ca-91d6-7e14b707f633@googlegroups.com> |
...at the very least I'd like to know which countries are hitting my site, and how many per country... I'd also like *each* accessing IP to be logged, in case I wanna do a WHOIS on it, to see *who it actually is*, going to my site (or at least what ISP! :) ). I'll probably be on CentOS, so it has to install via command line from there, but if there are any good recommendations for other Linux flavours, such as Ubuntu or whatever, I'd like to hear those too. The server will be Apache btw, I don't really know too much about the others like nginx or whatever... Thanks.
[toc] | [next] | [standalone]
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Date | 2016-09-06 21:57 +0200 |
| Message-ID | <fc6049bc-1e32-457a-9a50-616cf1a55e26@arnowelzel.de> |
| In reply to | #17013 |
bit-naughty@hotmail.com schrieb am 2016-09-06 um 16:37: > ...at the very least I'd like to know which countries are hitting my > site, and how many per country... I'd also like *each* accessing IP > to be logged, in case I wanna do a WHOIS on it, to see *who it > actually is*, going to my site (or at least what ISP! :) ). Well - at least to stay a bit on-topic, since this is also written in PHP: <https://piwik.org/> -- Arno Welzel https://arnowelzel.de http://de-rec-fahrrad.de http://fahrradzukunft.de
[toc] | [prev] | [next] | [standalone]
| From | "J.O. Aho" <user@example.net> |
|---|---|
| Date | 2016-09-07 07:08 +0200 |
| Message-ID | <e39lm5Fd6olU1@mid.individual.net> |
| In reply to | #17013 |
On 09/06/2016 04:37 PM, bit-naughty@hotmail.com wrote: > ...at the very least I'd like to know which countries are hitting my site, and how many per country... I'd also like *each* accessing IP to be logged, in case I wanna do a WHOIS on it, to see *who it actually is*, going to my site (or at least what ISP! :) ). > > I'll probably be on CentOS, so it has to install via command line from there, but if there are any good recommendations for other Linux flavours, such as Ubuntu or whatever, I'd like to hear those too. The server will be Apache btw, I don't really know too much about the others like nginx or whatever... Piwik can be useful as Arno mentioned, but it don't look at log files and it may not get all the requests from users of your page. There are tools like awstats which checks log files and generates a summary, should be included in centos repository. For more information, ask question in centos forums or redhat newsgroups. -- //Aho
[toc] | [prev] | [next] | [standalone]
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Date | 2016-09-07 20:29 +0200 |
| Message-ID | <6eb9af3d-e3c6-9c85-ab5e-25586a14ab18@arnowelzel.de> |
| In reply to | #17021 |
J.O. Aho schrieb am 2016-09-07 um 07:08: > On 09/06/2016 04:37 PM, bit-naughty@hotmail.com wrote: >> ...at the very least I'd like to know which countries are hitting my site, and how many per country... I'd also like *each* accessing IP to be logged, in case I wanna do a WHOIS on it, to see *who it actually is*, going to my site (or at least what ISP! :) ). >> >> I'll probably be on CentOS, so it has to install via command line from there, but if there are any good recommendations for other Linux flavours, such as Ubuntu or whatever, I'd like to hear those too. The server will be Apache btw, I don't really know too much about the others like nginx or whatever... > > Piwik can be useful as Arno mentioned, but it don't look at log files > and it may not get all the requests from users of your page. It does: <http://piwik.org/log-analytics/> > There are tools like awstats which checks log files and generates a > summary, should be included in centos repository. Yep, this is also useful. -- Arno Welzel https://arnowelzel.de http://de-rec-fahrrad.de http://fahrradzukunft.de
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.php
csiph-web