Apache Question:
Download Questions PDF

What is ServerType directive in Apache Server?

Apache Server Interview Question
Apache Server Interview Question

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.

Download Apache Server Interview Questions And Answers PDF

Previous QuestionNext Question
How to set up a virtual host in Apache?What is mod_vhost_alias?