Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created January 24, 2013 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrawaag/4621188 to your computer and use it in GitHub Desktop.
Save andrawaag/4621188 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName rdf.wikipathways.org
RewriteEngine on
RewriteRule ^(.*)$ http://sparql.wikipathways.org/?default-graph-uri=&query=DESCRIBE+<http\:\/\/%{HTTP_HOST}$1> [P]
ProxyPassReverse / http://sparql.wikipathwys.org/
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
Customlog rdf.wikipathways.org-access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment