Versionsunterschiede von Test Server / Setting Up Virtual Hosts
55 | Example configuration |
---|---|
56 | %% |
57 | <VirtualHost *:80> |
58 | ServerName m |
59 | ServerAdmin webmaster@localhost |
60 | DocumentRoot /srv/www/vhosts/m |
61 | <Directory /srv/www/vhosts/m |
62 | Options Indexes FollowSymLinks MultiViews |
63 | AllowOverride None |
64 | Require all granted |