############################################################################## # # HTML meta-information extractor # ############################################################################## # Extracts meta-information from hypertext files and makes http-equiv data # available as standard https header inside nanoweb. Data from a companion # .meta file is additionally appended to the http headers LoadModule = mod_meta.php # MetaFetch defines how the meta information will be fetched from the HTML # document. It can be set to "fast", "regex" ,"no" or "0" MetaFetch = fast