]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Link to the archive of the fastcgi website, since the original has gone away
authorRich Bowen <rbowen@apache.org>
Fri, 24 Apr 2026 15:30:26 +0000 (15:30 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 24 Apr 2026 15:30:26 +0000 (15:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933306 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_fcgi.xml

index 8603533fa7c12fc91b865e2c80250cbf991e5817..0a8dc5fe58e54fa34a5372182f1b473dafcd78fa 100644 (file)
 <summary>
     <p>This module <em>requires</em> the service of <module
     >mod_proxy</module>. It provides support for the
-    <a href="http://www.fastcgi.com/">FastCGI</a> protocol.</p>
+    <a href="https://fastcgi-archives.github.io/">FastCGI</a> protocol.</p>
 
     <p>Thus, in order to get the ability of handling the <code>FastCGI</code>
     protocol, <module>mod_proxy</module> and
     <module>mod_proxy_fcgi</module> have to be present in the server.</p>
 
     <p>Unlike <a href="http://httpd.apache.org/mod_fcgid/">mod_fcgid</a>
-    and <a href="http://www.fastcgi.com/">mod_fastcgi</a>,
+    and <code>mod_fastcgi</code>,
     <module>mod_proxy_fcgi</module> has no provision for starting the
     application process; <program>fcgistarter</program> is provided
     (on some platforms) for that purpose. Alternatively, external launching