|
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服務(wù)器程序,被設(shè)計為一個獨立的守護進程,它會生成子進程或線程來處理http請求。
|