-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
is it possible to provide an Apache HTTP configuration that works for a sample domain, below is my configuration:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
<VirtualHost *:80>
ServerName ldpgold.example.com
SSLProxyEngine On
RequestHeader set Front-End-Https "On"
ProxyPassMatch ^/(.*)$ https://localhost:6511/$1
</VirtualHost>
When going on http://ldpgold.example.com, it is providing me with a response using original URLs for example, the Link header in the response is Link: <https://localhost:6511/,acl>; rel="acl", <https://localhost:6511/,meta>; rel="meta", <http://www.w3.org/ns/ldp#BasicContainer>; rel="type", <http://www.w3.org/ns/ldp#Resource>; rel="type", <https://localhost:6511/,meta>; rel="meta"
Metadata
Metadata
Assignees
Labels
No labels