coar 00/08/24 08:52:02
Modified: htdocs/manual/misc FAQ-I.html Log: I am *really* sick of answering this one in email. Revision Changes Path 1.9 +14 -1 httpd-docs-1.3/htdocs/manual/misc/FAQ-I.html Index: FAQ-I.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/FAQ-I.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -u -r1.8 -r1.9 --- FAQ-I.html 2000/07/13 17:16:50 1.8 +++ FAQ-I.html 2000/08/24 15:52:00 1.9 @@ -31,7 +31,7 @@ <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1> <P> - $Revision: 1.8 $ ($Date: 2000/07/13 17:16:50 $) + $Revision: 1.9 $ ($Date: 2000/08/24 15:52:00 $) </P> <P> The latest version of this FAQ is always available from the main @@ -90,6 +90,8 @@ <li><a href="#dbinteg">Does Apache include any sort of database integration?</a> </li> + <li><a href="#asp">Can I use Active Server Pages (ASP) with Apache?</a> + </li> </OL> </LI> <!--#endif --> @@ -261,6 +263,17 @@ <a href="http://perl.apache.org/">mod_perl project</a> for examples of modules that allow you to work with databases from within the Apache environment. + </p> + <hr> + </li> + + <li><a name="asp"><b>Can I use Active Server Pages (ASP) with Apache?</b></a> + <p> + The base Apache Web server package does not include ASP support. + However, there are a couple of after-market solutions that let you + add this functionality; see the + <a href="http://www.apache.org/related_projects.html" + >related projects</a> page to find out more. </p> <hr> </li>