2015-12-02 how to configure httpd proxy with authentication how to configure httpd proxy with authenticationvi gen.php<?phpecho base64_encode("user:password");?> php gen.phpdXNlcjpwYXNzd29yZA== RewriteEngine OnRewriteRule ^/orin/(.*)$ http://target.lb.com/$1 [NC,L,P]<LocationMatch "^/orin/(.*)$"> #AddDefaultCharset GBK RequestHeader set Authorization "dXNlcjpwYXNzd29yZA==" ProxyPass http://target.lb.com/$1</LocationMatch> via:httpd.apache.orgmod_headersrewrite flagsmod_proxy.html Newer how to build tinycorelinux docker image Older how to configure httpd with ldap authentication