mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2020-06-13
This commit is contained in:
@ -334,4 +334,19 @@ Total number of bot hits purged: 29025
|
||||
|
||||

|
||||
|
||||
## 2020-06-13
|
||||
|
||||
- Atmire sent some questions about DSpace Test related to our ongoing CUA indexing issue
|
||||
- I had to clarify a few build steps and directories on the test server
|
||||
- I notice that the PostgreSQL connection issues have not come back since 2020-06-09 when I downgraded Tomcat to 7.0.99... fingers crossed that it was something related to that!
|
||||
- On that note I notice that the AReS explorer is still not harvesting CGSpace properly...
|
||||
- I looked at the REST API logs on CGSpace (linode18) and saw that the AReS harvester is being denied due to not having a user agent, oops:
|
||||
|
||||
```
|
||||
172.104.229.92 - - [13/Jun/2020:02:00:00 +0200] "GET /rest/items?expand=metadata,bitstreams,parentCommunityList&limit=50&offset=0 HTTP/1.1" 403 260 "-" "-"
|
||||
```
|
||||
|
||||
- I created an nginx map based on the host's IP address that sets a temporary user agent (ua) and then changed the conditional in the REST API location block so that it checks this mapped ua instead of the default one
|
||||
- That should allow AReS to harvest for now until they update their user agent
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user