Skip to content

Apache HTTP configuration #88

Description

@noorbakerally

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions