關(guān)于Apache的幾種常見應(yīng)用舉例與分析
添加時間:2013-9-10 11:27:31
添加:
思海網(wǎng)絡(luò)
A.如何為每個用戶設(shè)置單獨的主頁?
默認設(shè)置情況下,你需要在你的用戶主目錄中創(chuàng)建目錄public_html,然后把你的所有網(wǎng)頁文件放在該目錄下即可,打入http://servername/~username訪問,但是請注意以下幾點:
1.登錄為root,修改用戶主目錄權(quán)限(#chmod 705 /home/username),讓其他人有權(quán)進入該目錄瀏覽。
2.以自己的用戶名登錄,創(chuàng)建public_html目錄,保證該目錄也有正確的權(quán)限讓其他人進入。
3. Apache默認的主頁文件是index.html,不是index.htm,你可以改變/etc/mime.types文件中的一行象下面。
text/html html htm
然后Apache會讀你的index.htm文件4.用戶自己在主目錄下創(chuàng)建的目錄最好把權(quán)限設(shè)為0700,確保其他人不能進入訪問。
B.如何設(shè)虛擬主機?
1.假設(shè)某臺服務(wù)器IP為192.168.11.2,要虛擬另一IP address為192.168.11.4,則加下面的行到/etc/rc.d/rc.local
/sbin/ifconfig eth0:0 192.168.11.4 /sbin/route add -host 192.168.11.4 eth0:0
2.加下面的行到/home/httpd/conf/httpd.conf
VirtualHost 192.168.11.4 (此行有<>)
ServerAdmin your_email_address
DocumentRoot /home/httpd/foldername
ServerName virtualservername
ErrorLog /var/log/httpd/foldername/error.log
TransferLog /var/log/httpd/foldername/access_log/VirtualHost (此行有<>)
3.若在你的LAN中有DNS服務(wù)器,加上相應(yīng)的項192.168.11.4--->virtualservername
C.如何用Apache給某個目錄以密碼保護?
默認情況下,可在某個目錄下放一個文件.htaccess,象下面這樣:
AuthName stuff
AuthType Basic
AuthUserFile /etc/.userpasswd
require valid-user
為了給用戶user1進入訪問,用# htpasswd -c /etc/.userpasswd user1為user1分配密碼。
D.如何把某個目錄共享出來用瀏覽器訪問?如/home/ftp/pub/
1.加下面的行到/home/httpd/conf/srm.confAlias /pub /home/ftp/pub/2.更改默認文件類型,改/home/httpd/conf/srm.conf中一行為:
DefaultType application/octet-stream 3.重新啟動Apache. /etc/rc.d/init.d/httpd restar
關(guān)鍵字:Apache、服務(wù)器、虛擬主機
默認設(shè)置情況下,你需要在你的用戶主目錄中創(chuàng)建目錄public_html,然后把你的所有網(wǎng)頁文件放在該目錄下即可,打入http://servername/~username訪問,但是請注意以下幾點:
1.登錄為root,修改用戶主目錄權(quán)限(#chmod 705 /home/username),讓其他人有權(quán)進入該目錄瀏覽。
2.以自己的用戶名登錄,創(chuàng)建public_html目錄,保證該目錄也有正確的權(quán)限讓其他人進入。
3. Apache默認的主頁文件是index.html,不是index.htm,你可以改變/etc/mime.types文件中的一行象下面。
text/html html htm
然后Apache會讀你的index.htm文件4.用戶自己在主目錄下創(chuàng)建的目錄最好把權(quán)限設(shè)為0700,確保其他人不能進入訪問。
B.如何設(shè)虛擬主機?
1.假設(shè)某臺服務(wù)器IP為192.168.11.2,要虛擬另一IP address為192.168.11.4,則加下面的行到/etc/rc.d/rc.local
/sbin/ifconfig eth0:0 192.168.11.4 /sbin/route add -host 192.168.11.4 eth0:0
2.加下面的行到/home/httpd/conf/httpd.conf
VirtualHost 192.168.11.4 (此行有<>)
ServerAdmin your_email_address
DocumentRoot /home/httpd/foldername
ServerName virtualservername
ErrorLog /var/log/httpd/foldername/error.log
TransferLog /var/log/httpd/foldername/access_log/VirtualHost (此行有<>)
3.若在你的LAN中有DNS服務(wù)器,加上相應(yīng)的項192.168.11.4--->virtualservername
C.如何用Apache給某個目錄以密碼保護?
默認情況下,可在某個目錄下放一個文件.htaccess,象下面這樣:
AuthName stuff
AuthType Basic
AuthUserFile /etc/.userpasswd
require valid-user
為了給用戶user1進入訪問,用# htpasswd -c /etc/.userpasswd user1為user1分配密碼。
D.如何把某個目錄共享出來用瀏覽器訪問?如/home/ftp/pub/
1.加下面的行到/home/httpd/conf/srm.confAlias /pub /home/ftp/pub/2.更改默認文件類型,改/home/httpd/conf/srm.conf中一行為:
DefaultType application/octet-stream 3.重新啟動Apache. /etc/rc.d/init.d/httpd restar
關(guān)鍵字:Apache、服務(wù)器、虛擬主機
新文章:
- CentOS7下圖形配置網(wǎng)絡(luò)的方法
- CentOS 7如何添加刪除用戶
- 如何解決centos7雙系統(tǒng)后丟失windows啟動項
- CentOS單網(wǎng)卡如何批量添加不同IP段
- CentOS下iconv命令的介紹
- Centos7 SSH密鑰登陸及密碼密鑰雙重驗證詳解
- CentOS 7.1添加刪除用戶的方法
- CentOS查找/掃描局域網(wǎng)打印機IP講解
- CentOS7使用hostapd實現(xiàn)無AP模式的詳解
- su命令不能切換root的解決方法
- 解決VMware下CentOS7網(wǎng)絡(luò)重啟出錯
- 解決Centos7雙系統(tǒng)后丟失windows啟動項
- CentOS下如何避免文件覆蓋
- CentOS7和CentOS6系統(tǒng)有什么不同呢
- Centos 6.6默認iptable規(guī)則詳解