You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
is it possible to provide an Apache HTTP configuration that works for a sample domain, below is my configuration:
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 isLink: <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"
The text was updated successfully, but these errors were encountered: