What is Apache?
Answers were Sorted based on User's Feedback
Answer / smrithi
Apache is a freely available Web server that is distributed
under an "open source" license. Version 2.0 runs on most
Unix-based operating systems (such as Linux, Solaris,
Digital UNIX, and AIX), on other UNIX/POSIX-derived systems
(such as Rhapsody, BeOS, and BS2000/OSD), on AmigaOS, and on
Windows 2000. According to the Netcraft (www.netcraft.com)
Web server survey in February, 2001, 60% of all Web sites on
the Internet are using Apache (62% including Apache
derivatives), making Apache more widely used than all other
Web servers combined.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dheeraj shandilya
Apatche is the most popular web server in the world
developed by the Apache Software Foundation. Around 67% of
the websites in web are hosted using this apatche server.
Apache web server is an open source software.
It can be installed on almost all operating systems
including Linux, Unix, Windows, FreeBSD, Mac OS X and more.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shanthi
Apache is a webserver or proxy server used for software loadbalancing . It is a open source and some companies use covalent apache which is acquired by spring source.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is use of mpm in apache?
What is httpd command?
What is struct?
How do I start apache server on windows?
How do I start apache on centos?
What is the servertype directive?
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,
How do I stop apache from running?
In which language apache is written?
What is virtual host?
Is apache an operating system?
What is the difference between a restart and a graceful restart of a web server?