openbsd-ports/www/ap2-mod_fastcgi/patches/patch-docs_mod_fastcgi_html
merdely 90a9f57099 mod_fastcgi is a module for the Apache2 web server, that enables
FastCGI - a standards based protocol for communicating with
applications that generate dynamic content for web pages.

FastCGI provides a superset of CGI functionality, but a subset of the
functionality of programming for a particular web server API.
Nonetheless, the feature set is rich enough for programming virtually
any type of web application, but the result is generally more
scalable.

Original suggestion from Roland Philippsen
Advice from steve@ and mbalmer@
Help and ok, simon@
2007-09-21 20:09:21 +00:00

15 lines
801 B
Plaintext

$OpenBSD: patch-docs_mod_fastcgi_html,v 1.1.1.1 2007/09/21 20:09:21 merdely Exp $
--- docs/mod_fastcgi.html.orig Sat Apr 28 13:44:09 2007
+++ docs/mod_fastcgi.html Sat Apr 28 13:44:29 2007
@@ -62,10 +62,6 @@
Summary
</H2>
<P>
- For information about building and installing the module, see the <A HREF="../INSTALL">INSTALL</A> document
- that came with the distribution.
- </P>
- <P>
FastCGI applications under <CODE>mod_fastcgi</CODE> are defined as one of three types: static, dynamic, or
external. They&#39;re configured using the <A HREF="#fastcgiserver">FastCgiServer</A>, <A HREF=
"#FastCgiConfig">FastCgiConfig</A>, and <A HREF="#FastCgiExternalServer">FastCgiExternalServer</A> <A HREF=