Actions
Support #353
closedUri resolver: URL_REWRITE for data.d4science.org
Start date:
Jul 03, 2015
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
An URL_REWRITE for data.d4science.org should be realized to rewrite following URLs:
http://data.d4science.org/id?query_string -> http://data.d4science.org/uri-resolver/id?query_string
http://data.d4science.org/smp?query_string -> http://data.d4science.org/uri-resolver/smp?query_string
http://data.d4science.org/gis?query_string -> http://data.d4science.org/uri-resolver/gis?query_string
Updated by Francesco Mangiacrapa about 10 years ago
- Priority changed from Normal to High
Tommaso, any update on this?
Updated by Andrea Dell'Amico about 10 years ago
- Status changed from New to In Progress
- Assignee changed from Tommaso Piccioli to Andrea Dell'Amico
Updated by Andrea Dell'Amico about 10 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
The new rewrite rules are:
RewriteEngine on #RewriteLog ${APACHE_LOG_DIR}/rewrite.log #RewriteLogLevel 6 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^/id$ http://localhost:8080/uri-resolver/id?%1 [P,L] RewriteRule ^/smp$ http://localhost:8080/uri-resolver/smp%1 [P,L] RewriteRule ^/gis$ http://localhost:8080/uri-resolver/gis%1 [P,L]
Updated by Francesco Mangiacrapa almost 10 years ago
Currently, the above rewrite rules are working in dev environment.
In production environment the Uri Resolver will be updated to the next gCube Release and it will use these rules.
Updated by Andrea Dell'Amico almost 10 years ago
- Status changed from Feedback to Resolved
Updated by Luca Frosini almost 10 years ago
- Tracker changed from Feature to Support
- Project changed from 2 to D4Science Infrastructure
- Category changed from Other to System Application
- Target version changed from zz - Uri-Resolver enhancement to System Configuration
- Infrastructure Production added
Updated by Francesco Mangiacrapa over 9 years ago
- Status changed from Resolved to Closed
Actions