An open API service indexing awesome lists of open source software.

https://github.com/dataoneorg/dataone_purl

PURL configurations for DataONE
https://github.com/dataoneorg/dataone_purl

operations purl-configurations

Last synced: 5 months ago
JSON representation

PURL configurations for DataONE

Awesome Lists containing this project

README

          

# dataone_purl
PURL configurations for DataONE

This repository contains Apache rewrite rules that implement redirects from purl.dataone.org to various targets.

## Updating Service

After editing rules in conf:

1. ssh to purl.dataone.org
2. cd /usr/local/dataone/dataone_purl
3. git pull https://github.com/DataONEorg/dataone_purl.git
4. sudo service apache2 reload

## Generally

Entries in conf/*.conf are loaded by the apache virtualhost using an IncludeOptional option.

Anything in www appears in the HTTP server root.

Update the HTML as new rules are added to the configuration, it keeps people happy.

## References

* https://httpd.apache.org/docs/2.4/rewrite/
* https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html
* https://httpd.apache.org/docs/2.4/rewrite/flags.html
* http://martinmelin.se/rewrite-rule-tester/