Skip to content

Instantly share code, notes, and snippets.

@ahawkins
Created September 2, 2011 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahawkins/1188701 to your computer and use it in GitHub Desktop.
Save ahawkins/1188701 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName numeronetti.example.com
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://xml.numeronetti.fi/cgi-bin/gwi.exe/nn/xml
</VirtualHost>
Edit: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment