Versionsunterschiede von Test Server / Setting Up Virtual Hosts
19 | IncludeOptional /etc/apache2/vhosts.d/*.conf | 19 | IncludeOptional /etc/apache2/vhosts.d/*.conf |
---|---|---|---|
20 | %% | 20 | %% |
21 | 21 | ||
22 |
=== |
22 | ===Create a custom domain in the hosts file of your system==== |
23 | 23 | ||
24 | Once you have installed and checked the status of Apache, go to its Web-root directory and create a new directory as mentioned below. | 24 | Once you have installed and checked the status of Apache, go to its Web-root directory and create a new directory as mentioned below. |
25 |
%% cd /srv/www/ |
25 | %% cd /srv/www/%% |
26 | 26 | ||
27 | %% sudo mkdir myproject%% | 27 | %% sudo mkdir myproject%% |
28 | 28 | ||
… | … | … | … |
44 | You should see | 44 | You should see |
45 | 45 | ||
46 | %% DocumentRoot "/srv/www/htdocs/myproject" | 46 | %% DocumentRoot "/srv/www/htdocs/myproject" |
47 |
ServerName "myproject |
47 | ServerName "myproject.example.com" |
48 | %% | 48 | %% |
49 | 49 | ||
50 | ===Edit configuration file=== | 50 | ===Edit configuration file=== |