Versionsunterschiede von Test Server / Setting Up Virtual Hosts




← Vorherige Änderung
Nächste Änderung →




55 Example configuration 55 Example configuration
56 %% 56 %%
57 <VirtualHost *:80> 57 <VirtualHost *:80>
58        ServerName meinewebseite.example.com 58        ServerName myproject
59        ServerAdmin webmaster@localhost 59        ServerAdmin webmaster@localhost
60        DocumentRoot /srv/www/vhosts/meinewebseite.example.com 60        DocumentRoot /srv/www/vhosts/myproject
61        <Directory /srv/www/vhosts/meinewebseite.example.com> 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