httpd is the Apache HyperText Transfer Protocol
(HTTP) server program. It is designed to be run as a standalone
daemon process. When used like this it will create a pool of
child processes or threads to handle requests.
In general, httpd should not be invoked directly,
but rather should be invoked via apachectl on Unix-based systems or as a service on Windows NT,
2000 and XP and as
a console application on Windows 9x and ME.
httpd是Apcache的一个http服务器程序,被设计为一个独立的守护进程,它会生成子进程或线程来处理http请求。
|