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