SpeedyParse/config

16 lines
602 B
Plaintext

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