ckan / ckanext-spatial

Geospatial extension for CKAN
http://docs.ckan.org/projects/ckanext-spatial
125 stars 192 forks source link

Add nginx WAF server #281

Closed bonnland closed 2 years ago

bonnland commented 2 years ago

If the WAF contents are served by nginx instead of apache, this change allows the last-modified dates for XML records to be parsed and included in the harvest database.

Without this change, all XML records are assumed to be new, because there is no last-modified date in the database. This can result in a great deal of extra harvesting operations in WAFs that have hundreds or thousands of XML records.

bonnland commented 2 years ago

Sorry; this PR included extra, unintentional commits.