mirror of
https://github.com/apache/httpd.git
synced 2025-06-03 10:42:03 +03:00
The existing faq will be deleted soon. Discussion to follow on docs list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90568 13f79535-47bb-0310-9956-ffa450edef68
68 lines
1.5 KiB
HTML
68 lines
1.5 KiB
HTML
<!--#if expr="$QUERY_STRING = ONEPAGE" -->
|
|
<!--#set var="ONEPAGE" value="YES" -->
|
|
<!--#else -->
|
|
<!--#set var="ONEPAGE" value="" -->
|
|
<!--#endif -->
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Apache Server Frequently Asked Questions</TITLE>
|
|
</HEAD>
|
|
<BODY
|
|
BGCOLOR="#FFFFFF"
|
|
TEXT="#000000"
|
|
LINK="#0000FF"
|
|
VLINK="#000080"
|
|
ALINK="#FF0000"
|
|
>
|
|
<!--#include virtual="header.html" -->
|
|
<H1 ALIGN="CENTER">Frequently Asked Questions</H1>
|
|
|
|
<P>
|
|
The latest version of this FAQ is always available from the main
|
|
Apache web site, at <<A
|
|
HREF="http://httpd.apache.org/docs-2.0/faq/" REL="Help"
|
|
><SAMP>http://httpd.apache.org/docs-2.0/faq/</SAMP></A>>.
|
|
<!--#if expr="!$ONEPAGE" --> In addition, you can view this FAQ <a
|
|
href="./?ONEPAGE">all in one page</a> for easy searching and
|
|
printing.<!--#endif -->
|
|
</P>
|
|
|
|
<p>Since Apache 2.0 is very new, we don't yet know what the
|
|
<em>Frequently Asked Questions</em> will be. While this section
|
|
fills up, you should also consult the <a
|
|
href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3 FAQ</a>
|
|
to see if your question is answered there.</p>
|
|
|
|
|
|
|
|
<H2>Categories</H2>
|
|
|
|
<!--#if expr="!$ONEPAGE" -->
|
|
|
|
<dl>
|
|
|
|
<dt><a href="support.html">Support</a></dt>
|
|
<dd>What do I do when I have problems?</dd>
|
|
|
|
</dl>
|
|
|
|
<!--#else -->
|
|
|
|
<dl>
|
|
|
|
<dt><a href="#support.html">Support</a></dt>
|
|
<dd>What do I do when I have problems?</dd>
|
|
|
|
</dl>
|
|
|
|
<hr>
|
|
|
|
<!--#include virtual="support.html" -->
|
|
|
|
<!--#endif -->
|
|
|
|
<!--#include virtual="footer.html" -->
|
|
</BODY>
|
|
</HTML>
|