home.social

#awstats — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #awstats, aggregated by home.social.

  1. Oops, since I'm now hosting the download file manually instead of with Disroot's , it means I'll have to manually track the downloads as well (if I want to keep count) 😬

    How does one do that? Is still a thing and does it work with nginx too? I also clear my logs once in a while so I'd ideally put these stats away somewhere first...

  2. Oops, since I'm now hosting the #BananaHackers download file manually instead of with Disroot's #Forgejo, it means I'll have to manually track the downloads as well (if I want to keep count) 😬

    How does one do that? Is #awstats still a thing and does it work with nginx too? I also clear my logs once in a while so I'd ideally put these stats away somewhere first...

  3. Oops, since I'm now hosting the #BananaHackers download file manually instead of with Disroot's #Forgejo, it means I'll have to manually track the downloads as well (if I want to keep count) 😬

    How does one do that? Is #awstats still a thing and does it work with nginx too? I also clear my logs once in a while so I'd ideally put these stats away somewhere first...

  4. Oops, since I'm now hosting the #BananaHackers download file manually instead of with Disroot's #Forgejo, it means I'll have to manually track the downloads as well (if I want to keep count) 😬

    How does one do that? Is #awstats still a thing and does it work with nginx too? I also clear my logs once in a while so I'd ideally put these stats away somewhere first...

  5. Oops, since I'm now hosting the #BananaHackers download file manually instead of with Disroot's #Forgejo, it means I'll have to manually track the downloads as well (if I want to keep count) 😬

    How does one do that? Is #awstats still a thing and does it work with nginx too? I also clear my logs once in a while so I'd ideally put these stats away somewhere first...

  6. La version 8.0 d'#AWStats, le logiciel d'analyse de Log, est disponible.

    Comme je l'avais annoncé dans le PodCast Projets Libres (projets-libres.org/mesurer-tra), cette version est la dernière version que je publie.
    Mais si la communauté veut prolonger le plaisir...

    Plus d'info : destailleur.fr/awstats-80-est-

  7. #Matomo et #AWStats, outils d'analyse de trafic Web #opensource ont été les sujets d'un nouvel épisode du podcast #projetslibres

    destailleur.fr/de-awstats-a-ma
    (Spoiler alert: annonce majeur sur le projet AWStats en fin d'épisode)

  8. What do you use to analyze #Apache2 logs in 2025 ?

    I used to run #AWStats but I suspect there's some Rust or Go or what not "modern" alternative these days...

  9. nginx + AWStats

    AWStats 是個很老牌的分析工具,直接對 access log 分析後提供報表,本來以為是完全沒在動的專案,但從版本記錄發現 2020 年與 2023 年各有一版修安全性問題,看起來還是有在維護?

    會想到要裝是因為這幾天被砍站,CPU credit 低到觸發我設定的 alarm:

    除了處理外,也想快速看一下發生什麼事情,而這種砍站的在 JavaScript 類的分析服務上不會看到,需要直接對 server log 分析,所以就想到 AWStats 了...

    Ubuntu 可以透過 sudo apt install -y awstats

    blog.gslin.org/archives/2024/0

    #Computer #DevOps #Murmuring #Network #Software #SRE #WWW #awstats #cgi #devops #fastcgi #fcgiwrap #nginx #perl #sre

  10. @gmknet Einer eurer Geldgeber schreibt euch vor, speziell #GoogleTagManager zur #Reichweitenmessung zu verwenden? Von sowas habe ich noch nie gehört. Darf ich fragen, wie der heißt? Google?

    Man kann Besucherzahlen auch ganz ohne Tracker messen: indem man die Webserver-Logfiles analysiert. Dafür gibt es Freie Software. Ich verwende #AWstats und kann es empfehlen, obwohl es etwas altmodisch aussieht.

  11. I've had #AWStats running on my server for a few days, so I have those juicy analytics to look at now.

    What have I concluded thus far? Bots.

    The Internet is overwhelmingly just bots pinging anything alive, over and over. Some just indexing, some looking for vulnerabilities (no, bot, I don't have #wordpress installed...anymore).

    It's kinda sadge 😢

  12. I successfully hacked in a domain <select> into #AWStats so I can switch between all my different sites.

    I had to remind myself how to work with...gasp...#frames.

    The hack: adding a new top <frame> within a new <frameset> surrounding the existing <frameset>, and then making that new <frame>'s src equal to a basic #HTML page with a little #JS.

    Take _that_, year 2000.

    #webdev #analytics

  13. Trying to hack the #AWStats 20K LOC Perl script is like excavating dinosaur bones.

  14. Remember #AWStats? It's a bit eh to get set up on a server, but it still works! Just a Perl script that creates a web page with loads of helpful numbers, analyzed right out of your server logs.

    I wanted to actually start tracking if anyone visits my websites, and so needed something quick and dirty. The "quick" was not super quick, but AWStats is full of "edit these config files" dirtiness for ya.

    awstats.org

    #analytics #selfhosted #opensource

  15. @neil @hook I've been moving to #UmamiJS (umami.is/), which *claims* to be outside of things like GDPR, although it *does* run a little JS client-side.

    The venerable #awstats (awstats.sourceforge.io/) is still the go-to for server-side only, logs-based analytics (with the consequential limitations therein)

  16. Womit macht man denn heutzutage so seine Auswertungen der Webzugriffe? Von früher kenne ich noch #awstats und #Matomo, bei einer Recherche eben bin ich aber auch noch auf #GoAccess und #Plausible gestoßen.

    Ich hätte ja am liebsten etwas, das sich in mein #Munin integrieren ließe.