ServerName <%= name %> # Serve static content directly DocumentRoot /dev/null ProxyRequests Off Order deny,allow Allow from all ProxyPass / <%= url %> ProxyPassReverse / <%= url %> Allow from all