Git Product home page Git Product logo

Comments (10)

bykidi avatar bykidi commented on May 26, 2024 1

an apache access.log would be super great to see
temporary solution: create a cronjob for /cache folder cleanup every midnight

from ts-website.

bykidi avatar bykidi commented on May 26, 2024 1

About that: same stuff happened to me. Uptimerobot started spamming my access.log with decent amount of connection logs (~5MB per day) So i just created the blank /uptimerobot.txt page with 'It works!' message in it; secondly - i edited uptimerobot's settings to update only blank .txt file (reduces load a bit); third - i edited apache config file with this:

CustomLog ${APACHE_LOG_DIR}/access.log combined env=!dontlog
SetEnvIf Request_URI "^/robots\.txt$" dontlog //to disable logging of robots.txt file
SetEnvIf Request_URI "^/uptimerobot\.txt$" dontlog //and the same for uptimerobot.txt

You can set it up like me but only specifying your /banner/banner.php file.

sorry for my s**t english

from ts-website.

bykidi avatar bykidi commented on May 26, 2024 1

https://www.bjornjohansen.no/exclude-requests-from-nginx-access-log

from ts-website.

Wruczek avatar Wruczek commented on May 26, 2024 1

So far I don't have my PC and I cant work on the website :( But I will definitely post a closed beta on our Telegram group when I will have my pc back.

from ts-website.

TriangleToo avatar TriangleToo commented on May 26, 2024

https://pastebin.com/deA6qWTU

I have a lot of access.log files, its caused by using a banner, which users are getting every 1minute, so. It's hard to read all the logs.

/Created a cronjob for cleanup /cache, but it will be good to fix the problem with caching script.

from ts-website.

TriangleToo avatar TriangleToo commented on May 26, 2024

I'm using nginx

from ts-website.

Wruczek avatar Wruczek commented on May 26, 2024

Looks like bykidi answered the question, thanks!

from ts-website.

bykidi avatar bykidi commented on May 26, 2024

@Wruczek actually, now his access.log will have less spam. But the point is that his ts-website /cache folder is still full of useless spam and i don't think that he can get rid of that on his own

from ts-website.

Wruczek avatar Wruczek commented on May 26, 2024

2.0 have completely different caching mechanism, stores almost all data in a single file without subfolders. So I think we can say that this "issue" is "fixed".

from ts-website.

bykidi avatar bykidi commented on May 26, 2024

Glad to hear. Can we expect the closed alpha/beta test? :D

from ts-website.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.