What is ServerType directive?
Answer / abhay
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.
| Is This Answer Correct ? | 6 Yes | 2 No |
What is the default port for http and https?
How and why was Apache created?
How can you start a apache server with different configurition ( other that httpd.conf)?
What are "regular expressions"?
Explain about mod_vhost_alias?
How to ensure apache process run with non-root/nobody user?
I'm using tomcat 5, database is MySql, project is based on mvc architecure. My tomcat shuts down abruptly creating a error file in Tomcat5.0 folder named as hs_err_pid1268.txt.. plz help me
I use IIS 6 and Apache 2.0.52 and I want to need connector IIS with tomcat. My tomcat using 8080 IIS using 80 my Apache application name is workspace and how can I use http://myserverip/workspace ? with isapi or anaother connector Best regards.
What is use of mpm in apache?
What is meant by a valid server name directive?
How to find httpd.conf file if you don’t know installation location?
What is apache tomcat server used for?