From: Rich Bowen Date: Tue, 4 May 2010 12:43:03 +0000 (+0000) Subject: I refuse to believe that these are frequently asked questions. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4d33d8c1437192e01ab1c35280a18ba2aa2cf6;p=thirdparty%2Fapache%2Fhttpd.git I refuse to believe that these are frequently asked questions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@940833 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/misc/FAQ-B.html b/htdocs/manual/misc/FAQ-B.html index 2a89938b347..7104bb01c2b 100644 --- a/htdocs/manual/misc/FAQ-B.html +++ b/htdocs/manual/misc/FAQ-B.html @@ -74,12 +74,6 @@
  • "Why can't I ...? Why won't ... work?" What to do in case of problems
  • -
  • How compatible is Apache with - my existing NCSA 1.3 setup?
  • - -
  • Is Apache Year 2000 - compliant?
  • -
  • How do I submit a patch to the Apache Group?
  • @@ -217,92 +211,6 @@
    -
  • - How compatible - is Apache with my existing NCSA 1.3 setup? - -

    Apache attempts to offer all the features and - configuration options of NCSA httpd 1.3, as well as many of - the additional features found in NCSA httpd 1.4 and NCSA - httpd 1.5.

    - -

    NCSA httpd appears to be moving toward adding - experimental features which are not generally required at - the moment. Some of the experiments will succeed while - others will inevitably be dropped. The Apache philosophy is - to add what's needed as and when it is needed.

    - -

    Friendly interaction between Apache and NCSA developers - should ensure that fundamental feature enhancements stay - consistent between the two servers for the foreseeable - future.

    -
    -
  • - -
  • - Is Apache Year - 2000 compliant? - -

    Yes, Apache is Year 2000 compliant.

    - -

    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. If Apache sees such a date - with a value less than 70 it assumes that the century is - 20 rather than 19.

    - -

    Although Apache is Year 2000 compliant, you may still - get problems if the underlying OS has problems with dates - past year 2000 (e.g., OS calls which accept or - return year numbers). Most (UNIX) systems store dates - internally as signed 32-bit integers which contain the - number of seconds since 1st January 1970, so the - magic boundary to worry about is the year 2038 and not - 2000. But modern operating systems shouldn't cause any - trouble at all.

    - -

    Users of Apache 1.2.x should upgrade to a current - version of Apache 1.3 (see year-2000 improvements - in Apache 1.3 for details).

    - -

    The Apache HTTP Server project is an open-source - software product of the Apache Software Foundation. The - project and the Foundation cannot offer legal - assurances regarding any suitability of the software for - your application. There are several commercial Apache - support organizations and derivative server products - available that may be able to stand behind the software and - provide you with any assurances you may require. You may - find links to some of these vendors at <http://www.apache.org/info/support.cgi>.

    - -

    The Apache HTTP server software is distributed with the - following disclaimer, found in the software license:

    -
    -   THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
    -   EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    -   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    -   PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE APACHE GROUP OR
    -   ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    -   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    -   NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    -   LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    -   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
    -   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    -   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
    -   OF THE POSSIBILITY OF SUCH DAMAGE.
    - 
    -
    -
    -
  • -
  • How do I submit a patch to the Apache Group?