https://bz.apache.org/bugzilla/show_bug.cgi?id=65419

--- Comment #3 from Abhishek Kr Sharma <abhishek.k.sha...@mercer.com> ---
<VirtualHost *:443>
        ServerName apache.mettl.pro
            SSLProxyEngine on
        ProxyPreserveHost On
        SSLProtocol TLSv1.2

        ProxyPassMatch ^/((es|en|de)/test/?(/.*)?) http://localhost:9090/$1
        ProxyPassReverse ^/((es|en|de)/test/?(/.*)?) http://localhost:9090/$1

        ProxyPass / http://localhost:9090/
        ProxyPassReverse / http://localhost:9090/

        ProxyRequests Off


        Header always set Strict-Transport-Security "max-age=31536000;
includeSubDomains"



        SSLEngine on
        SSLCertificateFile /etc/ssl/certs/server.crt
        SSLCertificateKeyFile /etc/ssl/private/server.key
        SSLCertificateChainFile /etc/ssl/certs/server_bundle.crt


</VirtualHost>









After commenting this 
        ProxyPassMatch ^/((es|en|de)/test/?(/.*)?) http://localhost:9090/$1
        ProxyPassReverse ^/((es|en|de)/test/?(/.*)?) http://localhost:9090/$1


Everything is working fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to