Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

521
Views
detect unused files/folders in a server via apache log

I inherited a server on which a large number of applications and files are installed. Many of these are no longer in use, but I have no documentation of what is in production and what is not. I should try to clean up and remove unused files and applications. Since I have Apache logs, can I process them with an analyzer or some script to identify the files (or rather the folders) that are no longer in use (which have not had hits since January 2020 for example)? Any help is appreciated.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

In the end I solved it by simply using the grep command. I used the Apache logs from January to now, and for each folder on the server I launched a command like:

cat access_log_20200* |grep "GET /folder"

So I deleted the ones that are not present in the log file.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!