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 | |||
24 | ---- | ||
25 | |||
26 | |||
27 | |||
28 | |||
29 | |||
30 | |||
31 | |||
32 | |||
33 | 23 | ||
34 | 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. |
35 |
%% cd /srv/www/ |
25 | %% cd /srv/www/%% |
36 | 26 | ||
37 | %% sudo mkdir myproject%% | 27 | %% sudo mkdir myproject%% |
38 | 28 | ||
… | … | … | … |
54 | You should see | 44 | You should see |
55 | 45 | ||
56 | %% DocumentRoot "/srv/www/htdocs/myproject" | 46 | %% DocumentRoot "/srv/www/htdocs/myproject" |
57 |
ServerName "myproject |
47 | ServerName "myproject.example.com" |
58 | %% | 48 | %% |
59 | 49 | ||
60 | ===Edit configuration file=== | 50 | ===Edit configuration file=== |