
humbedooh at apache
May 10, 2012, 4:12 AM
Views: 30
Permalink
|
|
svn commit: r1336591 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_auth_form.xml mod_cern_meta.xml
|
|
Author: humbedooh Date: Thu May 10 11:12:51 2012 New Revision: 1336591 URL: http://svn.apache.org/viewvc?rev=1336591&view=rev Log: Backport r1336590 Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml?rev=1336591&r1=1336590&r2=1336591&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml Thu May 10 11:12:51 2012 @@ -278,7 +278,7 @@ SessionCryptoPassphrase secret <example><title>CGI example</title> <highlight language="config"> AuthFormProvider file - <strong>ErrorDocument 401 /cgi-bin/login.cgi</strong> + ErrorDocument 401 /cgi-bin/login.cgi ... </highlight> </example> Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.xml?rev=1336591&r1=1336590&r2=1336591&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_cern_meta.xml Thu May 10 11:12:51 2012 @@ -112,7 +112,9 @@ meta information</description> information.</p> <example><title>Example:</title> + <highlight language="config"> MetaSuffix .meta + </highlight> </example> </usage> </directivesynopsis>
|