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 |
How to check for the httpd.conf consistency and any
How to verify httpd.conf file to ensure no configuration syntax error?
What are the log files generated by apache?
This is very strange. I am running apache 2.2 (compiled with gcc and all default params) on AIX 5.2.0.6 - 64 bit kernel. I edit the httpd.conf file to listen on two different ports -- Listen 8000 Listen 8001 The server will not start no errors or anything it just accepts the command but nothing starts. I can comment out on of the entires and everything starts up just fine minus the commented out port. Listen 8000 #Listen 8001 So, my problem is that I cannot get apache to listen on two ports, any ideas? Has someone else seen this before? Thanks,
Why apache tomcat is used?
How do I know if apache server is running windows?
What are apache modules?
What is apache access?
Which module is required to enable ssl?
Is the apache license free?
How does apache tomcat works?
How do I stop apache from restarting?