]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make docs
authorJeff Trawick <trawick@apache.org>
Thu, 28 Jan 2016 12:11:16 +0000 (12:11 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 28 Jan 2016 12:11:16 +0000 (12:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727319 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_fcgi.html.en
docs/manual/mod/mod_cgi.xml.fr
docs/manual/mod/mod_cgi.xml.ja
docs/manual/mod/mod_cgi.xml.ko

index 8efa7b97714ff726313afa4c0a5239f08cccbeeb..a77c46654ca6569ad5dd67bffc512c77b016f887 100644 (file)
@@ -104,7 +104,8 @@ and Access Control</a></li>
 
 <pre class="prettyprint lang-perl">#!/usr/bin/perl
 use FCGI;
-while (FCGI::accept &gt;= 0) {
+my $request = FCGI::Request();
+while ($request-&gt;Accept() &gt;= 0) {
     die if $ENV{'FCGI_APACHE_ROLE'} ne "AUTHENTICATOR";
     die if $ENV{'FCGI_ROLE'}        ne "AUTHORIZER";
     die if !$ENV{'REMOTE_PASSWD'};
@@ -147,7 +148,8 @@ while (FCGI::accept &gt;= 0) {
       request data.  Example application:
 <pre class="prettyprint lang-perl">#!/usr/bin/perl
 use FCGI;
-while (FCGI::accept &gt;= 0) {
+my $request = FCGI::Request();
+while ($request-&gt;Accept() &gt;= 0) {
     die if $ENV{'FCGI_APACHE_ROLE'} ne "AUTHORIZER";
     die if $ENV{'FCGI_ROLE'}        ne "AUTHORIZER";
     die if $ENV{'REMOTE_PASSWD'};
@@ -195,7 +197,8 @@ while (FCGI::accept &gt;= 0) {
       application.  Example application:
 <pre class="prettyprint lang-perl">#!/usr/bin/perl
 use FCGI;
-while (FCGI::accept &gt;= 0) {
+my $request = FCGI::Request();
+while ($request-&gt;Accept() &gt;= 0) {
     die if $ENV{'FCGI_APACHE_ROLE'};
     die if $ENV{'FCGI_ROLE'} ne "AUTHORIZER";
     die if !$ENV{'REMOTE_PASSWD'};
@@ -239,7 +242,8 @@ while (FCGI::accept &gt;= 0) {
       specifies when it is called.  Example application:
 <pre class="prettyprint lang-perl">#!/usr/bin/perl
 use FCGI;
-while (FCGI::accept &gt;= 0) {
+my $request = FCGI::Request();
+while ($request-&gt;Accept() &gt;= 0) {
     die if $ENV{'FCGI_APACHE_ROLE'} ne "AUTHENTICATOR";
     die if $ENV{'FCGI_ROLE'} ne "AUTHORIZER";
 
index 8c24af0de67a0d04a2f474d130914c806fe584fe..e875fe280d992050b32422f4b864a7f44f606541 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1330964:1726506 (outdated) -->
+<!-- English Revision: 1330964:1727201 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 7f16cfbc06dbadfef36ab0852bb31ba8c77129b0..ebd59d4da0b0b8062630eba3d67bab6d6d1a3ce3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 1330964:1726506 (outdated) -->
+<!-- English Revision: 1330964:1727201 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 47158cce9356ad3af2729421a072c2c6d14d012b..402acf91504500cc8a3051383cc82e50247b19ee 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1726506 (outdated) -->
+<!-- English Revision: 105989:1727201 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more