Zeus是一個運行于Unix下的非常優(yōu)秀的Web服務器,其效能遠在Apache1/2之上,是服務器用戶跑論壇的首選,對內(nèi)存小于1G而流量非常大的用戶,換用Zeus會比Apache多獲得一倍的負載能力。今天為大家簡單介紹在FreeBSD4.1下安裝Zeus4.3的教程,僅供參考。
成都創(chuàng)新互聯(lián)主要從事成都網(wǎng)站制作、網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務。立足成都服務玉樹,10余年網(wǎng)站建設(shè)經(jīng)驗,價格優(yōu)惠、服務專業(yè),歡迎來電咨詢建站服務:13518219792
一、Zeus Web服務器中配置安裝
1、找一個zeus 4.3 for BSD的版本下載;
解壓軟件包:
tar xvzf Zeus_43_FreeBSD4.tgz #把破解包直接解壓在/root
cd Zeus_43_FreeBSD4/
2、開始安裝
./zinstall
按CTRL C 打入accept
Where should the product be installed? [/usr/local/zeus]: 回車
Installation options:
1. Full install of both admin server & web server
2. Stand-alone install of admin server
3. Clustered install of web server
H. Help
Choose installation option [1]: 回車
Enter the key filename, or leave blank for unlicensed mode: (這里輸入你的key路徑)
Please choose a password for the admin server: ****** (輸入管理員密碼)
Re-enter: ****** (重新輸入密碼)
What USER do you want to run zeus?[nobody]:(輸入nobody,回車)
What Group do you want to run zeus?[nobody]: (輸入nobody,回車)
Would you like Zeus to start at boot time? Y/N [Y]: (回車)
安裝完畢,非常簡單!
啟動Zeus的命令為 /usr/local/zeus/start-zeus
停止Zeus的命令為 /usr/local/zeus/stop-zeus
重啟Zeus的命令為 /usr/local/zeus/restart-zeus
二、Zeus Web服務器設(shè)置
打開瀏覽器訪問:http://your.com:9090 (用戶名admin,密碼是你剛才設(shè)定的)
點“Virtual Server”,進入創(chuàng)建虛擬主機:
Virtual Server Name:主機名
Host Name and Port:域名和端口
Server Comment:隨便
Document Root:web文件放置的位置
Aliases:多域名綁定填在這里,用(,)號分隔開
Webmaster Email Address:隨便
點擊“Create Virtual Server”按鈕提交,提交后,現(xiàn)在將進入虛擬主機的具體配置:
點擊左邊的“FastCGI”
Enabling Support for FastCGI Programs:選擇“Enabled”
跟著往下找到“Adding a FastCGI Remote Responder”
Directory name:填/usr/local/php/bin/php
Location: Machine name: 填localhost
Port:填8002
其他的全部不用填,點擊“apply change”
點擊左邊最下方的“PHP”進入php配置。
Enabling PHP Support:選擇Enabled
Process Management:并發(fā)請求,自己按需設(shè)置
點擊“apply change”
左邊的菜單中找到“Directory Requests”
Index Files:索引文件,按自己的需要設(shè)置
Directory Listing:一定要Disabled
點擊“apply change”
再在左邊菜單找到“htaccess Support”
Enabling .htaccess File Processing:選擇Enabled
點擊“apply change”
配置完了,點擊上面的“This configuration has been modified. Click here for details or to make it take effect. ”,再點擊 “commit”,完成了一個虛擬主機的設(shè)置。