
wrowe at apache
Aug 8, 2012, 12:31 AM
Post #1 of 1
(25 views)
Permalink
|
|
svn commit: r1370683 - in /httpd/httpd/branches/2.2.x/docs/manual: howto/ mod/
|
|
Author: wrowe Date: Wed Aug 8 07:31:10 2012 New Revision: 1370683 URL: http://svn.apache.org/viewvc?rev=1370683&view=rev Log: A quick build.sh revealed the docs have fallen a bit out of sync Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.en httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.fr httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.ja httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.ko httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.pt-br httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.meta httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.tr httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.en Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.en?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.en Wed Aug 8 07:31:10 2012 @@ -43,7 +43,7 @@ changes on a per-directory basis.</p> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="related" id="related">.htaccess files</a></h2> - <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="../mod/core.html">core</a></code></li><li><code class="module"><a href="../mod/mod_authn_file.html">mod_authn_file</a></code></li><li><code class="module"><a href="../mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code></li><li><code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="../mod/mod_include.html">mod_include</a></code></li><li><code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code></li></ul></td><td><ul><li><code class="directive"><a href="../mod/core.html#accessfilename">AccessFileName</a></code></li><li><code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code></li><li><code class="directive"><a href="../mod/core.html#options">Options</a></code></li><li><code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandl er</a></code></li><li><code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code></li><li><code class="directive"><a href="../mod/mod_authn_core.html#authtype">AuthType</a></code></li><li><code class="directive"><a href="../mod/mod_authn_core.html#authname">AuthName</a></code></li><li><code class="directive"><a href="../mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code></li><li><code class="directive"><a href="../mod/mod_authz_groupfile.html#authgroupfile">AuthGroupFile</a></code></li><li><code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code></li></ul></td></tr></table> + <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="../mod/core.html">core</a></code></li><li><code class="module"><a href="../mod/mod_authn_file.html">mod_authn_file</a></code></li><li><code class="module"><a href="../mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code></li><li><code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="../mod/mod_include.html">mod_include</a></code></li><li><code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code></li></ul></td><td><ul><li><code class="directive"><a href="../mod/core.html#accessfilename">AccessFileName</a></code></li><li><code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code></li><li><code class="directive"><a href="../mod/core.html#options">Options</a></code></li><li><code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandl er</a></code></li><li><code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code></li><li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li><li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li><li><code class="directive"><a href="../mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code></li><li><code class="directive"><a href="../mod/mod_authz_groupfile.html#authgroupfile">AuthGroupFile</a></code></li><li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li></ul></td></tr></table> <div class="note">You should avoid using <code>.htaccess</code> files completely if you have access to httpd main server config file. Using <code>.htaccess</code> files slows down your Apache http server. @@ -443,4 +443,4 @@ if (typeof(prettyPrint) !== 'undefined') prettyPrint(); } //--><!]]></script> -</body></html> +</body></html> \ No newline at end of file Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.fr?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.fr (original) +++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.fr Wed Aug 8 07:31:10 2012 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?> -<!-- English Revision: 1032347:1363753 (outdated) --> +<!-- English Revision: 1032347:1369730 (outdated) --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.ja?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.ja [utf-8] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.ja [utf-8] Wed Aug 8 07:31:10 2012 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<!-- English Revision: 421100:1363753 (outdated) --> +<!-- English Revision: 421100:1369730 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.ko URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.ko?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.ko [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.ko [euc-kr] Wed Aug 8 07:31:10 2012 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='EUC-KR' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?> -<!-- English Revision: 151408:1363753 (outdated) --> +<!-- English Revision: 151408:1369730 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.pt-br URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.pt-br?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.pt-br (original) +++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.pt-br Wed Aug 8 07:31:10 2012 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.pt-br.xsl"?> -<!-- English Revision: 151408:1363753 (outdated) --> +<!-- English Revision: 151408:1369730 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.html.en?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.html.en Wed Aug 8 07:31:10 2012 @@ -651,7 +651,7 @@ of the daemon</td></tr> <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Location of the file used to store coordination data for the child processes</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ScoreBoardFile <var>file-path</var></code></td></tr> -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ScoreBoardFile logs/apache_status</code></td></tr> +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ScoreBoardFile logs/apache_runtime_status</code></td></tr> <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr> @@ -665,7 +665,7 @@ the child processes</td></tr> Apache to always create the file on the disk.</p> <div class="example"><h3>Example</h3><p><code> - ScoreBoardFile /var/run/apache_status + ScoreBoardFile /var/run/apache_runtime_status </code></p></div> <p>File-based shared memory is useful for third-party applications Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de Wed Aug 8 07:31:10 2012 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?> -<!-- English Revision: 151408:1099787 (outdated) --> +<!-- English Revision: 151408:1369437 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja [utf-8] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja [utf-8] Wed Aug 8 07:31:10 2012 @@ -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: 421100:1099787 (outdated) --> +<!-- English Revision: 421100:1369437 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.meta URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.meta?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.meta (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.meta Wed Aug 8 07:31:10 2012 @@ -10,6 +10,6 @@ <variant outdated="yes">de</variant> <variant>en</variant> <variant outdated="yes">ja</variant> - <variant>tr</variant> + <variant outdated="yes">tr</variant> </variants> </metafile> Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.tr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.tr?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.tr [utf-8] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.tr [utf-8] Wed Aug 8 07:31:10 2012 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?> -<!-- English Revision: 1099787 --> +<!-- English Revision: 1099787:1369437 (outdated) --> <!-- ===================================================== Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.en?rev=1370683&r1=1370682&r2=1370683&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.en Wed Aug 8 07:31:10 2012 @@ -626,7 +626,7 @@ by Apache children</td></tr> processes launched by Apache children</td></tr> <tr class="odd"><td><a href="core.html#satisfy" id="S" name="S">Satisfy Any|All</a></td><td> All </td><td>dh</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Interaction between host-level access control and user authentication</td></tr> -<tr><td><a href="mpm_common.html#scoreboardfile">ScoreBoardFile <var>file-path</var></a></td><td> logs/apache_status </td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Location of the file used to store coordination data for +<tr><td><a href="mpm_common.html#scoreboardfile">ScoreBoardFile <var>file-path</var></a></td><td> logs/apache_runtime +</td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Location of the file used to store coordination data for the child processes</td></tr> <tr class="odd"><td><a href="mod_actions.html#script">Script <var>method</var> <var>cgi-script</var></a></td><td></td><td>svd</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Activates a CGI script for a particular request method.</td></tr>
|