Alias /$fqdn $htdocs$fqdn Dav On AuthType Basic AuthName "coretal.net secure zone" AuthUserFile $vhosts.d$fqdn.passwd AuthGroupFile /dev/null Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all Require valid-user ServerAdmin $admin-email ServerName $fqdn ServerAlias $fqdn DocumentRoot $htdocs$fqdn/ # ProxyRequests Off # # Order deny,allow # Deny from all # Allow from 127.0.0.1 # # ProxyPass /fckeditor http://127.0.0.1/fckeditor # ProxyPass /dojo http://127.0.0.1/dojo # ProxyPass /dijit http://127.0.0.1/dijit # ProxyPass /dojox http://127.0.0.1/dojox # ProxyPass /coretal http://127.0.0.1/coretal # ProxyPass /$fqdn/ http://127.0.0.1/$fqdn/ # ProxyPass / http://127.0.0.1/$fqdn/ # ProxyPassReverse / http://127.0.0.1/$fqdn/ # SetOutputFilter proxy-html CustomLog /var/log/apache2/$fqdn.log vhost_combined ServerSignature Off