1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <VirtualHost *:80> ServerName bm.bogo ServerAlias bm.bogo.cweiske.de LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon CustomLog /var/log/apache2/bm-access.log vcommon AllowEncodedSlashes NoDecode VirtualDocumentRoot /home/cweiske/Dev/html/hosts/bm.bogo <Directory "/home/cweiske/Dev/html/hosts/bm.bogo"> AllowOverride all </Directory> #https://sourceforge.net/projects/semanticscuttle/forums/forum/759510/topic/4969729/index/page/1 Alias /semantic "/home/cweiske/Dev/html/hosts/bm.bogo" </VirtualHost> |