施勢帆老師的教學網站

 找回密碼
 立即註冊
搜索
熱搜: 活動 交友 discuz
查看: 524|回復: 0

Virtual Host & HomePage 放置原則

[複製鏈接]

609

主題

619

帖子

2897

積分

管理員

Rank: 9Rank: 9Rank: 9

積分
2897
發表於 2023-2-23 16:23:26 | 顯示全部樓層 |閱讀模式
DNS 系統架設

/etc/hosts
/etc/resolv.conf

nslookup
        -> server
        -> set type=mx
        -> set type=soa
        -> set type=a
                -> set type=ptr

作業 (123456 代表學號)
123456.com.tw
www.123456.com.tw
forum.123456.idv.tw
www.123456.idv/~shie

1. webmin
2. BIND 8 DNS 伺服器 -> 建立一個新的主控區域

3.修改 config
4./etc/rc.d/init.d/iptables stop

/etc/rc.d/init.d/named restart
nmap 192.168.79.128

/etc/rc.d/init.d/iptables stop

SElinux --> disabled

(port 53 exist ?)

HomePage 目錄規則
0. /etc/rc.d/init.d/httpd restart
1. 網頁目錄如何系統目錄
2. 是否有存取權限
3. 目錄的屬性
4. 何者為首頁
5. 首頁如不存在,是否允許列表
6. 如何列表
7. 存取紀錄


HomePage 放置原則
1. 設定管理者
useradd www -g apache -d /var/www/html
passwd www
cd /var/www
chown -R www.apache html
chmod -R 775 html


vi /etc/selinux/config
SELINUX=disabled

vi /etc/grub.conf
   ....  selinux=0
grub-install /dev/sda

/etc/rc.d/init.d/httpd restart

2.FTP or Samba
/etc/rc.d/init.d/vsftpd restart
/etc/rc.d/init.d/smb restart

3.HomePage 管理順序
(/etc/httpd/conf/httpd.conf)
a.虛擬目錄對應系統目錄 example : DocumentRoot "/var/www/html"

b.權限限制 example:
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride FileInfo
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>

AccessFileName .htaccess

<Directory "/var/www/html/mouse/Data">
allow from 192.192.73 192.168.25
deny from all
Options +Indexes
</Directory>

c.主要索引檔 (執行權限)
DirectoryIndex index.html index.php index.htm default.htm default.html

d.允許列表
# IndexOptions: Controls the appearance of server-generated directory
# listings.
#
IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable

作業圖
三幅不同網頁








回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 立即註冊

本版積分規則

Archiver|手機版|小黑屋|施勢帆老師的教學網站

GMT+8, 2024-11-22 15:23 , Processed in 0.034125 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回復 返回頂部 返回列表