I am trying to get ppstats-ogr to run. It seems to be having a problem reading the log file. It will run and produce blank pages for stats.(ie. no stubs shown being completed).
Here is a snip of the ini.
# Logfile name format information. This script does not correctly support
# formats other than YYYYMMDD. The logs in this example are kept in a
# subdirector called "logogr", which can be configured in the proxy's ini.
# This script does require that daily logfile rotation is enabled. Other
# rotation time periods are not yet supported. LogDir should end in a "/".
LogDir = " D:\pProxy\"
LogPre = "pproxyogr" # For ogrpkeyYYYYMMDD
LogSuf = "log" # For ogrpkeyYYYYMMDD.log
# The personal proxy can read compressed log files after they have been
# rotated. If you have this proxy option enabled and want to use ppstats,
# configure the following settings. The defaults are for UNIX gzip. Command
# that unzips the logfile to stdout without deleting the file is required.
#ProcessZipLogs = 0 # Ignore zipped log files.
ProcessZipLogs = 1 # Unzip and process all log files.
LogZipSuf = "log.gz" # For ogrpkeyYYYYMMDD.log.gz
LogTmpSuf = "log.tmp" # For ogrpkeyYYYYMMDD.log.tmp
LogDecompressor = "gzip -d -c" # Command line zip decompressor.
# Maximum number of days to read log files. A value of zero means
# read all available log files without limit. A value of 365 would mean
# only read back blocks done in the last year and ignore anything older.
MaxDays = 365
#--- Output Options ----------------------------------------------------------
# Full path to output file location. This should end in a "/".
HtmlDir = "D:\ogr\
Anyone have an idea what I might try? I'm running this on Win2k-pro. I have set the directory permissions with no luck.
TIA,
Chris
Here is a snip of the ini.
# Logfile name format information. This script does not correctly support
# formats other than YYYYMMDD. The logs in this example are kept in a
# subdirector called "logogr", which can be configured in the proxy's ini.
# This script does require that daily logfile rotation is enabled. Other
# rotation time periods are not yet supported. LogDir should end in a "/".
LogDir = " D:\pProxy\"
LogPre = "pproxyogr" # For ogrpkeyYYYYMMDD
LogSuf = "log" # For ogrpkeyYYYYMMDD.log
# The personal proxy can read compressed log files after they have been
# rotated. If you have this proxy option enabled and want to use ppstats,
# configure the following settings. The defaults are for UNIX gzip. Command
# that unzips the logfile to stdout without deleting the file is required.
#ProcessZipLogs = 0 # Ignore zipped log files.
ProcessZipLogs = 1 # Unzip and process all log files.
LogZipSuf = "log.gz" # For ogrpkeyYYYYMMDD.log.gz
LogTmpSuf = "log.tmp" # For ogrpkeyYYYYMMDD.log.tmp
LogDecompressor = "gzip -d -c" # Command line zip decompressor.
# Maximum number of days to read log files. A value of zero means
# read all available log files without limit. A value of 365 would mean
# only read back blocks done in the last year and ignore anything older.
MaxDays = 365
#--- Output Options ----------------------------------------------------------
# Full path to output file location. This should end in a "/".
HtmlDir = "D:\ogr\
Anyone have an idea what I might try? I'm running this on Win2k-pro. I have set the directory permissions with no luck.
TIA,
Chris