ServerAdmin webmaster@localhost DocumentRoot /var/www # JkMount /guacamole* worker1 RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}:6680%{REQUEST_URI} ProxyRequests On ProxyPreserveHost Off ProxyPass /CP http://localhost:5050/CP ProxyPassReverse /CP http://localhost:5050/CP ProxyPass /SB http://localhost:8081/SB ProxyPassReverse /SB http://localhost:8081/SB ProxyPass /HP http://localhost:8181/HP ProxyPassReverse /HP http://localhost:8181/HP ProxyPass /sabnzbd http://localhost:8080/sabnzbd ProxyPassReverse /sabnzbd http://localhost:8080/sabnzbd ProxyPass /transmission http://localhost:9091/transmission ProxyPassReverse /transmission http://localhost:9091/transmission RewriteRule /transmission[/]?$ /transmission/web [R=permanent] ProxyPass /WC http://192.168.130.12:80 ProxyPassReverse /WC http://192.168.130.12:80 allow from all Order deny,allow Allow from all AuthType Basic AuthName "Admin only!" AuthUserFile /opt/passwd/htpasswd Require valid-user Options FollowSymLinks AllowOverride None Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all ErrorLog /var/log/apache2/error.log CustomLog /var/log/apache2/ssl_access.log combined SSLEngine on SSLProxyEngine on SSLCertificateFile /etc/apache2/ssl/apache.crt SSLCertificateKeyFile /etc/apache2/ssl/apache.key BrowserMatch "MSIE [2-6]" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 # MSIE 7 and newer should be able to use keepalive BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown