Skip to content

Instantly share code, notes, and snippets.

@jonathanbarton
Created June 25, 2015 13:59
Show Gist options
  • Save jonathanbarton/ac41776760314705ffc0 to your computer and use it in GitHub Desktop.
Save jonathanbarton/ac41776760314705ffc0 to your computer and use it in GitHub Desktop.
dal-httpd-vhosts-conf
<VirtualHost *:80>
ServerAdmin jonathan.barton@mheducation.com
DocumentRoot "/opt/app/apache-2.4.12/htdocs"
ProxyRequests Off
ProxyVia Off
ProxyBadHeader Ignore
ProxyTimeout 2400
Timeout 2400
ProxyPass /mediaportal/services/api/ http://127.0.0.1:11090/mediaportal/services/api/
ProxyPassReverse /mediaportal/services/api/ http://127.0.0.1:11090/mediaportal/services/api/
ProxyPass /mediaportal/img/ http://127.0.0.1:11090/mediaportal/img/
ProxyPassReverse /mediaportal/img/ http://127.0.0.1:11090/mediaportal/img/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment