| 1. |
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. 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. |
|