[Question] Các Anh chị cho em hỏi về module trên Apache chút |
24/10/2013 14:56:15 (+0700) | #1 | 278850 |
nobita1610
Member
|
0 |
|
|
Joined: 07/07/2011 04:16:04
Messages: 6
Offline
|
|
Mình xây dựng cái apache 2.2 trên centos 6.4.
Mình có đọc 1 số bài viết về apache yêu cầu chúng ta remove bớt các module không cần thiết để tiết kiệm memory & bảo mật.
Mình đã remove cái mod_autoindex.so để không cho vào http://ten_web/icons/ thì nó báo lỗi sau (restart service httpd) :
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 604 of /etc/httpd/conf/httpd.conf:
Invalid command 'IndexOptions', perhaps misspelled or defined by a module not included in the server configuration
[FAILED]
Không biết fix sao, nhờ ACE giúp đỡ.
sẵn cho em hỏi:
1. Các Module nào cần giữ lại khi chạy apache với 1 web không proxy, không chứng thực Ldap
2. Có module hoặc tool nào cho phép chúng ta xem các client đang kết nối tới apache (xem IP, sử dụng trình duyệt nào .....)
|
|
|
|
|
[Question] Các Anh chị cho em hỏi về module trên Apache chút |
02/11/2013 11:37:50 (+0700) | #2 | 278934 |
anonymous_itop
Member
|
0 |
|
|
Joined: 22/05/2009 01:27:51
Messages: 42
Offline
|
|
Directive bạn đang dùng "IndexOptions" là directive từ mod_autoindex.so vì vậy bạn nó không load được mod_autoindex.so nên nó không biết directive đó là gì.
Các module cần giữ lại thì tuỳ vào nhu cầu sử dụng, mình cung thường build từ package management chứ không compile từ source nên không rõ.
Cài từ rpm thì nó như vầy: (khúc dưới cùng nha).
mod_status có thể xem được, Ngoài ra nếu netstat và nếu bạn sử dụng prefork cũng có thể xem số tiến trình có owner là user đang thực thi biên dịch php khi có truy vấn. Thường là apache nếu bạn không dùng suPHP để change lại owner.
Loaded Modules:
core_module (static)
authn_file_module (static)
authn_default_module (static)
authz_host_module (static)
authz_groupfile_module (static)
authz_user_module (static)
authz_default_module (static)
auth_basic_module (static)
cache_module (static)
mem_cache_module (static)
include_module (static)
filter_module (static)
deflate_module (static)
log_config_module (static)
logio_module (static)
env_module (static)
expires_module (static)
headers_module (static)
unique_id_module (static)
setenvif_module (static)
version_module (static)
ssl_module (static)
mpm_prefork_module (static)
http_module (static)
mime_module (static)
status_module (static)
autoindex_module (static)
asis_module (static)
info_module (static)
suexec_module (static)
cgi_module (static)
negotiation_module (static)
dir_module (static)
actions_module (static)
userdir_module (static)
alias_module (static)
rewrite_module (static)
so_module (static)
bwlimited_module (shared)
bw_module (shared)
suphp_module (shared)
Syntax OK |
|
|
|
|
|
|
|
Users currently in here |
1 Anonymous
|
|
Powered by JForum - Extended by HVAOnline
hvaonline.net | hvaforum.net | hvazone.net | hvanews.net | vnhacker.org
1999 - 2013 ©
v2012|0504|218|
|
|