Skip to content

Shell script for managing access.log files. Software Systems University Project

Notifications You must be signed in to change notification settings

YaniKyr/AccessLogManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Access.log Manager

Shell script for managing access.log files. Software Systems University Project 2022-2023

alt text

Data format:

  • 127.0.0.1 - user - [xx/Feb/xxxx:xx:xx:xx +0300] "GET /server-status HTTP/1.1" xxxx xxxx
  • 127.0.0.1 - - [xx/Mar/xxxx:xx:xx:xx +0300] "POST ../PATH/index.php?route=/navigation&ajax_request=1 HTTP/1.1" 200 3941 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
  • ::1 - - [xx/Apr/xxxx:xx:xx:xx +0300] "GET ../PATH/something.img HTTP/1.1" xxxx xxxx

About

Shell script for managing access.log files. Software Systems University Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages