You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by sl...@apache.org on 2001/12/31 23:00:23 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/misc FAQ-E.html

slive       01/12/31 14:00:23

  Modified:    htdocs/manual/misc FAQ-E.html
  Log:
  More code-red fallout: many consumer ISPs block port 80, confusing the heck
  out of people trying to run websites on their DSL line.
  
  Revision  Changes    Path
  1.14      +27 -2     httpd-docs-1.3/htdocs/manual/misc/FAQ-E.html
  
  Index: FAQ-E.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/FAQ-E.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -d -b -u -r1.13 -r1.14
  --- FAQ-E.html	8 Nov 2001 15:58:31 -0000	1.13
  +++ FAQ-E.html	31 Dec 2001 22:00:23 -0000	1.14
  @@ -33,7 +33,7 @@
       <h1 align="CENTER">Apache Server Frequently Asked
       Questions</h1>
   
  -    <p>$Revision: 1.13 $ ($Date: 2001/11/08 15:58:31 $)</p>
  +    <p>$Revision: 1.14 $ ($Date: 2001/12/31 22:00:23 $)</p>
   
       <p>The latest version of this FAQ is always available from the
       main Apache web site, at &lt;<a
  @@ -131,6 +131,11 @@
   	  <li><a href="#canonical-hostnames">My site is accessible
             under many different hostnames; how do I redirect clients
             so that they see only a single name?</a></li>
  +
  +          <li><a href="#firewall">Why can I access my website from the
  +          server or from my local network, but I can't access it from
  +          elsewhere on the Internet?</a></li>
  +
           </ol>
         </li>
         <!--#endif -->
  @@ -656,7 +661,7 @@
         <li>
   	<a name="canonical-hostnames"><strong>My site is accessible
           under many different hostnames; how do I redirect clients
  -        so that they see only a single name?</strong></a></li>
  +        so that they see only a single name?</strong></a>
   
           <p>Many sites map a variety of hostnames to the same content.
           For example, <code>www.example.com</code>,
  @@ -694,6 +699,26 @@
   </code></blockquote>
             </li></ol>
           <hr /></li>
  +
  +         <li><a id="firewall" name="firewall"><strong>Why can I access my
  +         website from the server or from my local network, but I
  +         can't access it from elsewhere on the Internet?</strong></a>
  +
  +         <p>There are many possible reasons for this, and almost all
  +         of them are related to the configuration of your network, not
  +         the configuration of the Apache HTTP Server.  One of the most
  +         common problems is that a firewall blocks access to the
  +         default HTTP port 80.  In particular, many consumer ISPs
  +         block access to this port.  You can see if this is the case
  +         by changing any <code>Port</code> and <code>Listen</code>
  +         directives in <code>httpd.conf</code> to use port 8000 and
  +         then request your site using
  +         <code>http://yourhost.example.com:8000/</code>.  (Of course,
  +         a very restrictive firewall may block this port as well.)</p>
  +
  +        <hr /></li>
  +
  +
       </ol>
       <!--#endif -->
       <!--#if expr="$STANDALONE" -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org