Guests are welcome to view our materials. To subscribe, edit, view raw markup, etc., you'll need to register for an account. Accounts are free (and will always be free) - your involvement helps us directly and indirectly (by demonstrating that our work matters to our funders...) StartingPoints has more info.
UNIX
Apache httpd
Apache Hypertext Transfer Protocol Server
From man page on httpd :
-
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.
-
httpd should not be invoked directly, but rather should be invoked via apachectl on Unix-based systems
-- RobertSajan - 03 Oct 2008
|