Versionsunterschiede von Test Server / Setting Up Virtual Hosts




← Vorherige Änderung
Nächste Änderung →




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