Search 5,000,000+ questions and answers.

Frequently Asked Questions

How and why was Apache created?

Apache Server Frequently Asked Questions
The About Apache document explains how the Apache project evolved from its beginnings as an outgrowth of the NCSA httpd project to its current status as one of the fastest, most efficient, and most functional web servers in existence.
Related Questions

Apache Server Frequently Asked Questions
To address the concerns of a group of WWW providers and part-time httpd programmers that httpd didn't behave as they wanted it to behave. Apache is an entirely volunteer effort, completely funded by its members, not by commercial sales.
Related Questions

What is Apache?

Apache Server Frequently Asked Questions
runs on Windows NT/9x, Netware 5.x and above, OS/2, and most versions of Unix, as well as several other operating systems DBM databases for authentication allows you to easily set up password-protected pages with enormous numbers of authorized users, without bogging down the server. Customized responses to errors and problems Allows you to set up files, or even CGI scripts, which are returned by the server in response to errors and problems, e.g.
Related Questions

Why was the Apache Software Foundation created?

Frequently Asked Questions - The Apache Software Foundation
provide a foundation for open, collaborative software development projects by supplying hardware, communication, and business infrastructure; create an independent legal entity to which companies and individuals can donate resources and be assured that those resources will be used for the public benefit; provide a means for individual volunteers to be sheltered from legal suits directed at the Foundation's projects; and, protect the 'Apache' brand, as applied to its software products, from being.
Related Questions

Apache/Tomcat] I created a new application but I cannot execute it. What do I do?

FAQ - JSP Hosting, Servlet Hosting, J2EE Hosting
Most likely you forgot that we are using Apache which then passes requests on to Tomcat via mod_jk and there is no mapping in Apache for the new application. Also note that the mappings do not allow multiple wildcards or exclusion lists in a JkMount, so we can do If you have a tomcat installation and you whish to use a servlet to replace noexist documents, and you want to do it using Apache and PHP, then Handle properly the wrong requested URL at the servlet "notFoundHandler".
Related Questions

Apache Server Frequently Asked Questions
Apache tries to be helpful when it encounters a problem. In many cases, it will provide some details by writing one or messages to the server error log. Sometimes this is enough for you to diagnose & fix the problem yourself (such as file permissions or the like). The default location of the error log is /usr/local/etc/httpd/logs/error_log, but see the ErrorLog directive in your config files for the location on your server.
Related Questions

Linux Server FAQs
Apache is the name of the software that allows you to run a web service on a Unix server. Apache is very popular and provides access to most web sites on the Internet.
Related Questions

How thoroughly tested is Apache?

Apache Server Frequently Asked Questions
Apache is run on over 6 million Internet servers (as of February 2000). It has been tested thoroughly by both developers and users. The Apache Group maintains rigorous standards before releasing new versions of their server, and our server runs without a hitch on over one half of all WWW servers available on the Internet. When bugs do show up, we release patches and new versions as soon as they are available.
Related Questions

Is there any more information available on Apache?

Apache Server Frequently Asked Questions
Indeed there is. See the main Apache web site. There is also a regular electronic publication called Apache Week available. Links to relevant Apache Week articles are included below where appropriate. There are also some Apache-specific books available.
Related Questions

Is Apache Year 2000 compliant?

Apache Server Frequently Asked Questions
Apache internally never stores years as two digits. On the HTTP protocol level RFC1123-style addresses are generated which is the only format a HTTP/1.1-compliant server should generate. To be compatible with older applications Apache recognizes ANSI C's asctime() and RFC850-/RFC1036-style date formats, too. The asctime() format uses four-digit years, but the RFC850 and RFC1036 date formats only define a two-digit year.
Related Questions

How do I submit a patch to the Apache Group?

Apache Server Frequently Asked Questions
The Apache Group encourages patches from outside developers. There are 2 main "types" of patches: small bugfixes and general improvements. Bugfixes should be submitting using the Apache bug report page. Improvements, modifications, and additions should follow the instructions below. In general, the first course of action is to be a member of the dev@httpd.apache.org mailing list. This indicates to the Group that you are closely following the latest Apache developments.
Related Questions

Why won't Apache compile with my system's cc?

Apache Server Frequently Asked Questions
This might be either because it's completely unknown or because the specific environment (include files, OS version, et cetera) isn't explicitly handled. If this happens, you may need to port the server to your OS yourself. Some operating systems include a default C compiler that is either not ANSI C-compliant or suffers from other deficiencies. The usual recommendation in cases like this is to acquire, install, and use gcc.
Related Questions

Why isn't FastCGI included with Apache any more?

Apache Server Frequently Asked Questions
The simple answer is that it was becoming too difficult to keep the version being included with Apache synchronized with the master copy at the FastCGI web site. When a new version of Apache was released, the version of the FastCGI module included with it would soon be out of date.
Related Questions

Why doesn't Apache include SSL?

Apache Server Frequently Asked Questions
SSL (Secure Socket Layer) data transport requires encryption, and many governments have restrictions upon the import, export, and use of encryption technology. If Apache included SSL in the base package, its distribution would involve all sorts of legal and bureaucratic issues, and it would no longer be freely available. Also, some of the technology required to talk to current clients using SSL is patented by RSA Data Security, who restricts its use without a license.
Related Questions

Can I run Webmin or Usermin under Apache?

Webmin
Yes, this can be done with some configuration. See this document for details on running Webmin under Apache, or this page for details on running Usermin. You can also run Webmin under the Zeus webserver in a similar way. See this documentation for instructions.
Related Questions

How do you do servlet aliasing with Apache and Tomcat?

www.adobians.com
Servlet aliasing is a two part process with Apache and Tomcat. First, you must map the request in Apache to Tomcat with the ApJServMount directive, e.g., ApJServMount /myservlet /ROOT Second, you must map that url pattern to a servlet name and then to a servlet class in your web.xml configuration file. Here is a sample exerpt: <servlet> <servlet-name>myservlet</servlet-name> <servlet-class>com.mypackage.
Related Questions

Why do we have such a project at Apache?

Frequently Asked Questions
Apache's mission is to allow the web to be an open environment and to remain an open environment. Batik as an open source implementation of a key format for today's and tomorrow's web fits well in this mission.
Related Questions

PowerCMS - FAQ
Apache is one of the the world's most widely used Web servers on the Internet. Apache is Open Source freeware, and is available for Linux, Windows, and many versions of UNIX. Originally developed in 1995 by a group that was to go on to become the The Apache Group, the Apache HTTP Server is considered by proponents to be fast, scalable and secure. The name was derived from the project's less robust beginnings ('A patchy Web server').
Related Questions

Apache Server Frequently Asked Questions
A cute name which stuck. Apache is "A PAtCHy server". It was based on some existing code and a series of "patch files". For many developers it is also a reverent connotation to the Native American Indian tribe of Apache, well-known for their superior skills in warfare strategy and inexhaustible endurance. For more information on the Apache Nation, we suggest searching Google, Northernlight, or AllTheWeb.
Related Questions

Frequently Asked Questions - The Apache Software Foundation
Transparancy, consensus, non-affiliation, respect for fellow developers, and meritocracy, in no specific order.
Related Questions

Apache Server Frequently Asked Questions
runs on Windows NT/9x, Netware 5.x, OS/2, and most versions of Unix, as well as several other operating systems DBM databases for authentication allows you to easily set up password-protected pages with enormous numbers of authorized users, without bogging down the server. Customized responses to errors and problems Allows you to set up files, or even CGI scripts, which are returned by the server in response to errors and problems, e.g.
Related Questions

Who created the course?

CFIDS & Fibromyalgia Self-Help - Course
The course was developed by Bruce Campbell, Ph.D., a recovered CFS patient who before becoming ill worked on self-help programs for chronic illness at the Stanford University Medical School. For more on his background, see his biography.
Related Questions

How was the license created?

Netscape Public License FAQ
First, Netscape performed a careful analysis of all of the other free software licenses to determine what problems they solved and created. Then the company spent a good deal of time listening to experts and advocates in the free software community as well as to the public conversations about the freeing of the Communicator source. All of this input went into a draft license that went through extensive internal review and was posted to mozilla.org for review and comment by the general public.
Related Questions

How was this artwork created?

NASA - JPL Solar System Simulator
Most of the art found here was created using the Solar System Simulator on Silicon Graphics workstations, with Adobe Photoshop, KPT Bryce, as well as Strata Studio and Lightwave on the Macintosh.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact