[Question] Giải thích giùm Directory container directive trong httpd.conf |
15/12/2009 10:43:28 (+0700) | #1 | 200733 |
learn_net
Member
|
0 |
|
|
Joined: 24/05/2008 17:13:31
Messages: 12
Offline
|
|
chào cả nhà!
Mặc dù đã tìm hiểu nhưng mình vẫn không hiểu directory này lắm. Mong mọi người giải thích giùm.
ví dụ:
<Directory "/usr/local/apache/htdocs">
Options Indexs FollowSymLinks MutilViews
AllowOverride None
Order allow,deny
Allow from all
</Directory> |
|
|
|
|
[Question] Giải thích giùm Directory container directive trong httpd.conf |
15/12/2009 11:02:56 (+0700) | #2 | 200740 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
http://httpd.apache.org/docs/1.3/mod/core.html |
|
Let's build on a great foundation! |
|
[Question] Giải thích giùm Directory container directive trong httpd.conf |
15/12/2009 13:47:52 (+0700) | #3 | 200766 |
|
learn2hack
Elite Member
|
0 |
|
|
Joined: 29/06/2006 16:32:37
Messages: 825
Offline
|
|
<Directory "..."> dùng để ấn định các "luật" của Apache sẽ được áp dụng cho riêng Directory đó mà ko ảnh hưởng tới các directory khác.
Trong vd của bạn, các luật "Options", "AllowOverride", "Order" sẽ được áp dụng chỉ riêng cho "/usr/local/apache/htdocs" mà thôi. Cái này có ích khi mà bạn tạo các virtual host chẳng hạn, và muốn đặt các luật riêng cho mỗi virtual host đó.
Chi tiết thì có thể xem thêm ở link anh quanta đưa (có thể đọc docs của bản 2.0 luôn cho mới). |
|
Blog: http://hontap.blogspot.com
Tải phần mềm miễn phí: http://www.taiphanmem.org |
|
|