## configuration file. can (well, eventually) be auto generated ## most of the directives come from the Apache configuration format ## and have the same meaning and syntax ## [apache] ServerRoot : base path for all files and paths ## NOT IMPLEMENTED YET ## only one allowed ServerRoot /etc/apache/ #ServerRoot /usr/local/apache/ ## [apache] ServerAdmin : e-mail address to send the reports ## only one allowed ServerAdmin ot@zoy.org ## [apache] DocumentRoot : where the files are located. useful for some log formats ## only one allowed DocumentRoot /var/www/ ## [apache] ServerName : full address for the web server, i.e host.domain ServerName validator.w3.org ## [apache] LogFormat : add a non-standard log format ## NOT IMPLEMENTED YET ## not needed if the log format is based on the CLF, like common, combined, full ## multiple entries allowed ## see http://httpd.apache.org/docs/mod/mod_log_config.html#logformat # LogFormat "%h %l %u %t \"%r\" %>s %b" common ## [apache] CustomLog : log file and format ## see http://httpd.apache.org/docs/mod/mod_log_config.html ## multiple entries allowed # WARNING! only the following formats are currently supported: # common, combined, full, plain (list of addresses) # CustomLog /var/log/apache/access.log.0 combined # CustomLog logs/lagrange-access_log combined CustomLog /home/ot/valtest/list plain ## How many log entries do we process per log file? ## can be useful for very (too) big log files. ## set to 0 for no limit - not recommended # EntriesPerLogfile 5000 ## [apache] DirectoryIndex : ## see http://httpd.apache.org/docs/mod/mod_dir.html#directoryindex ## only one allowed DirectoryIndex index.html index.htm index Overview Overview.html Overview.xhtml ## MaxInvalid : how many documents the modules need to find "invalid" before exiting ## only one allowed, but can be changed for each module MaxInvalid 0 ## UseValidationModule : chooses between available modules to process the logs ## multiple entries allowed UseValidationModule W3C::LogValidator::Basic UseValidationModule W3C::LogValidator::HTMLValidator ## verbosity - you can overrride the setting given at the commandline verbose 2 ## specific/overriden variables for the HTMLValidator module ## you can change the maxinvalid number ## MaxInvalid 5 ## other variables you may change *WARNING* at your own risks *WARNING* ## default should be fine, don't change this unless you know what you're doing # ValidatorMethod HEAD ValidatorHost wasabi.w3.mag.keio.ac.jp ValidatorPort 80 ValidatorString /validator/check?uri= ValidatorPostString ;output=xml