Apache Question:
What is ServerType directive in Apache Server?
Answer:
It defines whether Apache should spawn itself as a child
process (standalone) or keep everything in a single process
(inetd). Keeping it inetd conserves resources. This is
deprecated, however.
process (standalone) or keep everything in a single process
(inetd). Keeping it inetd conserves resources. This is
deprecated, however.
Previous Question | Next Question |
How to set up a virtual host in Apache? | What is mod_vhost_alias? |