Message to self: Virtual Host – ProxyPass & ProxyPassReverse

<Location /sabnzbd>
ProxyPass http://localhost:8080/sabnzbd
ProxyPassReverse http://localhost:8080/sabnzbd
</Location>

<Location /xbmc>
ProxyPass http://192.168.1.100:80
ProxyPassReverse http://192.168.1.100:80
</Location>

<Location /sickbeard>
ProxyPass http://localhost:8081/sickbeard
ProxyPassReverse http://localhost:8081/sickbeard
</Location>

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

</VirtualHost>
<VirtualHost *:80>
ServerName my.domain.org
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>

<Location /sabnzbd>
ProxyPass http://192.168.1.115:8080/sabnzbd
ProxyPassReverse http://192.168.1.115:8080/sabnzbd
</Location>

<Location /sickbeard>
ProxyPass http://192.168.1.115:8081/sickbeard
ProxyPassReverse http://192.168.1.115:8081/sickbeard
</Location>

<Location /sickbeard>
ProxyPass http://localhost:8081/sickbeard
ProxyPassReverse http://localhost:8081/sickbeard
</Location>

:: Message to self: Sickbeard not active in server, that is on ‘Shark’

<Location /autosub>
ProxyPass http://localhost:8083/autosub
ProxyPassReverse http://localhost:8083/autosub
</Location>