ServerName domain.com ServerAlias domain.com ServerAdmin webmaster@localhost DocumentRoot /var/www SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM SSLCertificateFile /somewhere/ssl.crl SSLCertificateKeyFile /somewhere/private-decrypt-ssl.key SSLCertificateChainFile /somewhere/sub.class1.server.ca.pem ProxyPass http://10.10.10.11:8080/plexWatch ProxyPassReverse http://10.10.10.11:8080/plexWatch AuthUserFile /somewhere/.htpasswd AuthType Basic AuthName "plexWatchWeb - Proxy" Require user someone ProxyPass http://10.10.10.11:5050/couchpotato ProxyPassReverse http://10.10.10.11:5050/couchpotato AuthUserFile /somewhere/.htpasswd AuthType Basic AuthName "CouchPotato - Proxy" Require user someone ProxyPass http://10.10.10.11:8989/nzbdrone ProxyPassReverse http://10.10.10.11:8989/nzbdrone AuthUserFile /somewhere/.htpasswd AuthType Basic AuthName "NZBDrone - Proxy" Require user someone ProxyPass http://10.10.10.11:6789 ProxyPassReverse http://10.10.10.11:6789 AuthUserFile /somewhere/.htpasswd AuthType Basic AuthName "NZBGet - Proxy" Require user someone ProxyPass http://10.10.10.11:8024/status ProxyPassReverse http://10.10.10.11:8024/status AuthUserFile /somewhere/.htpasswd AuthType Basic AuthName "UpStatsBoard - Proxy" Require user someone ProxyPass http://10.10.10.11:8888/gui/ ProxyPassReverse http://10.10.10.11:8888/gui/ AuthUserFile /somewhere/.htpasswd AuthType Basic AuthName "BTSync - Proxy" Require user someone ServerName www.domain.com ServerAlias domain.com ServerAdmin webmaster@localhost DocumentRoot /var/www ProxyPass http://domain.info/rss ProxyPassReverse http://domain.info/rss