Please enable JavaScript.
Coggle requires JavaScript to display documents.
아파치(Apache) 월드 와이드 웹 컨소시엄(W3C) 서버용 소프트웨어 - Coggle Diagram
아파치(Apache)
월드 와이드 웹 컨소시엄(W3C)
서버용 소프트웨어
Core Features and Multi-Processing Modules
Core
Core Apache HTTP Server features that are always available
[
Apache
]
KeepAlive Directive
Enables HTTP persistent connections
MaxKeepAliveRequests Directive
Number of requests allowed on a persistent connection
KeepAliveTimeout Directive
Amount of time the server will wait for subsequent requests on a persistent connection
mod_dir
Provides for "trailing slash" redirects and serving directory index files
[
Apache
]
DirectoryIndex Directive
List of resources to look for when the client requests a directory
mod_log_config
Logging of the requests made to the server
[
Apache
]
CustomLog Directive
Sets filename and format of log file