apache proxypass to webmin
- by Ricardo
I have a problem with apache2 webmin redirect.
My ProxyPass is:
ProxyRequests Off
ProxyPreserveHost On
SSLProxyEngine On
ProxyPass /admin/webmin/ https://localhost:10000/
ProxyHTMLURLMap https://localhost:10000 /admin/webmin
<Location /admin/webmin/>
ProxyHTMLExtended On
SetOutputFilter proxy-html
ProxyPassReverse…