mirror of
https://github.com/apache/httpd.git
synced 2025-05-17 15:21:13 +03:00
All directives are now consistently capitalized. PR: Obtained from: Submitted by: Rich Bowen <rbowen@rcbowen.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86205 13f79535-47bb-0310-9956-ffa450edef68
112 lines
5.4 KiB
HTML
112 lines
5.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Apache Server Frequently Asked Questions</TITLE>
|
|
<!--#set var="FAQMASTER" value="YES" -->
|
|
</HEAD>
|
|
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
|
|
<BODY
|
|
BGCOLOR="#FFFFFF"
|
|
TEXT="#000000"
|
|
LINK="#0000FF"
|
|
VLINK="#000080"
|
|
ALINK="#FF0000"
|
|
>
|
|
<!--#include virtual="header.html" -->
|
|
<H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
|
|
<P>
|
|
$Revision: 1.146 $ ($Date: 2000/09/12 15:16:46 $)
|
|
</P>
|
|
<P>
|
|
The latest version of this FAQ is always available from the main
|
|
Apache web site, at
|
|
<<A
|
|
HREF="http://www.apache.org/docs/misc/FAQ.html"
|
|
REL="Help"
|
|
><SAMP>http://www.apache.org/docs/misc/FAQ.html</SAMP></A>>.
|
|
</P>
|
|
<!-- Notes about changes: -->
|
|
<!-- - If adding a relative link to another part of the -->
|
|
<!-- documentation, *do* include the ".html" portion. There's a -->
|
|
<!-- good chance that the user will be reading the documentation -->
|
|
<!-- on his own system, which may not be configured for -->
|
|
<!-- multiviews. -->
|
|
<!-- - When adding items, make sure they're put in the right place -->
|
|
<!-- - verify that the numbering matches up. -->
|
|
<!-- - *Don't* use <PRE></PRE> blocks - they don't appear -->
|
|
<!-- correctly in a reliable way when this is converted to text -->
|
|
<!-- with Lynx. Use <DL><DD><CODE>xxx<BR>xx</CODE></DD></DL> -->
|
|
<!-- blocks inside a <P></P> instead. This is necessary to get -->
|
|
<!-- the horizontal and vertical indenting right. -->
|
|
<!-- - Don't forget to include an HR tag after the last /P tag -->
|
|
<!-- but before the /LI in an item. -->
|
|
<P>
|
|
If you are reading a text-only version of this FAQ, you may find numbers
|
|
enclosed in brackets (such as "[12]"). These refer to the list of
|
|
reference URLs to be found at the end of the document. These references
|
|
do not appear, and are not needed, for the hypertext version.
|
|
</P>
|
|
<H2>The Questions</H2>
|
|
<!-- Stuff to Add: -->
|
|
<!-- - can't bind to port 80 -->
|
|
<!-- - permission denied -->
|
|
<!-- - address already in use -->
|
|
<!-- - mod_auth & passwd lines "user:pw:.*" - ++1st colon onward is -->
|
|
<!-- treated as pw, not just ++1st to --2nd. -->
|
|
<!-- - SSL: -->
|
|
<!-- - Can I use Apache-SSL for free in Canada? -->
|
|
<!-- - Why can't I use Apache-SSL in the U.S.? -->
|
|
<!-- - How can I found out how many visitors my site gets? -->
|
|
<!-- - How do I add a counter? -->
|
|
<!-- - How do I configure Apache as a proxy? -->
|
|
<!-- - What browsers support HTTP/1.1? -->
|
|
<!-- - What's the point of vhosts-by-name is there aren't any -->
|
|
<!-- HTTP/1.1 browsers? -->
|
|
<!-- - Is there an Apache for W95/WNT? -->
|
|
<!-- - Why does Apache die when a vhost can't be DNS-resolved? -->
|
|
<!-- - Why do I get "send lost connection" messages in my error -->
|
|
<!-- log? -->
|
|
<!-- - specifically consider .pdf files which seem to cause this -->
|
|
<!-- a lot when accessed via the plugin ... and also mention -->
|
|
<!-- how range-requests can cause bytes served < file size -->
|
|
<!-- - Why do directory indexes appear as garbage? (A: -lucb) -->
|
|
<!-- - How do I add a footer to all pages offered by my server? -->
|
|
<!-- - Fix midi question; a bigger problem than midi vs. x-midi is -->
|
|
<!-- the simple fact that older versions of Apache (and new ones -->
|
|
<!-- that have been upgraded without upgrading the mime.types -->
|
|
<!-- file) don't have the type listed at all. -->
|
|
<!-- - RewriteRule /~fraggle/* /cgi-bin/fraggle.pl does not work -->
|
|
<!-- - how do I disable authentication for a subdirectory? -->
|
|
<!-- (A: you can't but "Satisfy any; Allow from all" can be close -->
|
|
<!-- - '400 malformed request' on Win32 might mean stale proxy; see -->
|
|
<!-- PR #2300. -->
|
|
<!-- - how do I tell what version of Apache I am running? -->
|
|
<OL TYPE="A">
|
|
<!--#include virtual="FAQ-A.html?TOC" -->
|
|
<!--#include virtual="FAQ-B.html?TOC" -->
|
|
<!--#include virtual="FAQ-C.html?TOC" -->
|
|
<!--#include virtual="FAQ-D.html?TOC" -->
|
|
<!--#include virtual="FAQ-E.html?TOC" -->
|
|
<!--#include virtual="FAQ-F.html?TOC" -->
|
|
<!--#include virtual="FAQ-G.html?TOC" -->
|
|
<!--#include virtual="FAQ-H.html?TOC" -->
|
|
<!--#include virtual="FAQ-I.html?TOC" -->
|
|
</OL>
|
|
|
|
<HR>
|
|
|
|
<H2>The Answers</H2>
|
|
<!--#include virtual="FAQ-A.html?" -->
|
|
<!--#include virtual="FAQ-B.html?" -->
|
|
<!--#include virtual="FAQ-C.html?" -->
|
|
<!--#include virtual="FAQ-D.html?" -->
|
|
<!--#include virtual="FAQ-E.html?" -->
|
|
<!--#include virtual="FAQ-F.html?" -->
|
|
<!--#include virtual="FAQ-G.html?" -->
|
|
<!--#include virtual="FAQ-H.html?" -->
|
|
<!--#include virtual="FAQ-I.html?" -->
|
|
|
|
<!--#include virtual="footer.html" -->
|
|
</BODY>
|
|
</HTML>
|