Versionsunterschiede von Test Server / Setting Up Virtual Hosts
hinzugefĂźgt:
===Check if virtual hosts are allowed=== cat /etc/apache2/httpd.conf See uncommented? ===Create a custom domain in the hosts file of your system==== %% cd /srv/www/%% ServerName "myproject.example.com" ===Edit configuration file===
entfernt:
===Allow virtual hosts=== %% cd /srv/www/htdocs/ %% ServerName "myproject" ===Edit configuration file==