• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn Cài đặt VPS Windows Server 2008 với Appserv

Myshare

New Member
Đầu tiên ta phải Remove IIS

USXwATi.png


Stop IIS nếu đã bật IIS trong Start ~> Administrative Tools ~> Internet Information Services (IIS) Manager

gb8bQlv.png


Vào website appservnetwork.com download Appserv về và cài đặt như bình thường
Mở port 80 trong Start ~> Administrative Tools ~> Windows Firewall with Advanced Security . Click chuột phải vào Inbound Rules ~> New Rule

eBjOor6.png


kialfOs.png


ojzPtgI.png


NQwKkM3.png


utwY3mZ.png


OK vậy là xong rồi, nếu muốn chạy VPS bằng Domain thì thêm code sau vào file httpd.conf trong AppServ\Apache2.2\conf
PHP:
NameVirtualHost *:80 
<VirtualHost *:80> 
ServerName localhost 
DocumentRoot C:\AppServ\www
</VirtualHost> 

<VirtualHost *:80> 
ServerName   www.newstyleclan.net
ServerAlias newstyleclan.net
DocumentRoot C:\AppServ\www\newstyleclan.net
</VirtualHost> 

<VirtualHost *:80> 
ServerName   www.music.newstyleclan.net
ServerAlias music.newstyleclan.net
DocumentRoot C:\AppServ\www\newstyleclan.net/music
</VirtualHost>
 
<VirtualHost *:80> 
ServerName   www.up.newstyleclan.net
ServerAlias up.newstyleclan.net
DocumentRoot C:\AppServ\www\newstyleclan.net/up
</VirtualHost> 

<VirtualHost *:80> 
ServerName   www.game.newstyleclan.net
ServerAlias game.newstyleclan.net
DocumentRoot C:\AppServ\www\newstyleclan.net/game
</VirtualHost> 

<VirtualHost *:80> 
ServerName   www.home.newstyleclan.net
ServerAlias home.newstyleclan.net
DocumentRoot C:\AppServ\www\newstyleclan.net/home
</VirtualHost> 

<Directory "C:\AppServ\www"> 
Options Indexes FollowSymLinks MultiViews ExecCGI 
AllowOverride All 
Order allow,deny 
Allow from all 
</Directory>
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top