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