config 602 B

12345678910111213141516
  1. # SpeedyParse configuration file
  2. # Chris Dorman, 2020 - CC-BY-SA-NC 3.0
  3. ### Search parameters ###
  4. # Domain to parse hits, and connections from
  5. DOMAIN="hosting.cddo.cf"
  6. # Where to put [domain name]-[date].html when generated
  7. OUTPUTDIR="/opt/htdocs" # Where the parsed HTML log file will go
  8. # Directory in which lighttpd logs are located (access.log)
  9. LOGDIR="/var/log/lighttpd"
  10. # String to search for; great for finding individual page
  11. # hits, default searches for root hits from [domain name]
  12. SEARCHSTRING="GET / "
  13. # Secondary string for a more strict search, leave unset for no use
  14. SECONDARYSEARCH=""