ServerAdmin webmaster@localhost DocumentRoot /var/www/html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Alias /dynmap/tiles /home/customer/multicraft/servers/towny/plugins/dynmap/web/tiles/ Alias /dynmap /srv/http/dynmap/ RewriteEngine on RewriteRule /dynmap/up/(.*) http://localhost:8123/up/$1 [P,L] RewriteRule /dynmap/standalone/(.*) http://localhost:8123/standalone/$1 [P,L] Order allow,deny Allow from all ProxyRequests Off Order deny,allow Allow from all ServerSignature Off