-
Put all of your access logs in a folder named ./accesslogs
-
Run run.sh with the command:
./run.sh
-
That's it!
-
If your Apache logs are not formatted EXACTLY like mine, you'll need to rewrite the regular expression in analyzeall.py in the line that has the re.search() statement, and likely modify the headers and dictionary assignments as well.
-
If your run.sh doesn't run, make sure it has executible permissions, with something like
chmod 755 run.sh