Skip to content

Commit 2ba2cf2

Browse files
Create multihost.conf
1 parent 5ea90e0 commit 2ba2cf2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

multihost.conf

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Listen 80
2+
<VirtualHost *:80>
3+
DocumentRoot "/www/example1"
4+
ServerName www.example.com
5+
6+
# Other directives here
7+
</VirtualHost>
8+
9+
<VirtualHost *:80>
10+
DocumentRoot "/www/example2"
11+
ServerName www.example.org
12+
13+
# Other directives here
14+
</VirtualHost>

0 commit comments

Comments
 (0)