# # Author: Chris Moyer # # Sample apache config for the boto_web example # case ProxyRequests Off AddDefaultCharset off Order deny,allow Allow from all ProxyPass /example/api/ balancer://example/ ProxyPassReverse /example/api/ balancer://example/ BalancerMember http://127.0.0.1:8080 RequestHeader set X-Forwarded-URL /example/api # Change this to point to the example/htdocs directory of your # boto-web checkout Alias /example /path/to/boto-web/example/htdocs Order allow,deny Allow from all