[Question] VirtualHost Apache |
23/10/2012 15:02:41 (+0700) | #1 | 270370 |
manh12a3
Member
|
0 |
|
|
Joined: 12/12/2011 09:32:54
Messages: 2
Offline
|
|
#NameVirtualHost *:80
NameVirtualHost 192.168.2.186
#
# NOTE: NameVirtualHost cannot be used without a port specifier
# (e.g. :80) if mod_ssl is being used, due to the nature of the
# SSL protocol.
#
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost 192.168.2.186:80>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
<VirtualHost 192.168.2.186>
ServerAdmin admin@web1.com
DocumentRoot /var/www/html/website1
DirectoryIndex index.html
ServerName www.web1.com
ServerAlias web1.com
ErrorLog logs/web1.error
CustomLog logs/web1.log combined
</VirtualHost>
<VirtualHost 192.168.2.186>
ServerAdmin admin@web2.com
DocumentRoot /var/www/html/website2
DirectoryIndex index.html
ServerName www.web2.com
ServerAlias web2.com
ErrorLog logs/web2.error
CustomLog logs/web2.log combined
</VirtualHost>
các sư huynh chỉ giáo virtualhost của apache, mình config như thế này mà không biết tại sao nó không chạy, truy cập trình duyệt: web1.com, web2.com thì luông vào website mặc định của apache? |
|
|
|
|
[Question] VirtualHost Apache |
23/10/2012 15:04:58 (+0700) | #2 | 270371 |
manh12a3
Member
|
0 |
|
|
Joined: 12/12/2011 09:32:54
Messages: 2
Offline
|
|
mình dùng file host cho các website1 và website2, các pro giúp mình với! |
|
|
[Question] VirtualHost Apache |
24/10/2012 13:59:38 (+0700) | #3 | 270396 |
traunui
Member
|
0 |
|
|
Joined: 28/02/2012 20:23:08
Messages: 62
Offline
|
|
Nó hướng dẫn ở trên rồi, mà bạn lai đi thay đổi.
NameVirtualHost *:80
<VirtualHost *:80> -- bạn dùng cùng 1 ip |
|
|
Users currently in here |
1 Anonymous
|
|
Powered by JForum - Extended by HVAOnline
hvaonline.net | hvaforum.net | hvazone.net | hvanews.net | vnhacker.org
1999 - 2013 ©
v2012|0504|218|
|
|