
humbedooh at apache
Apr 28, 2012, 2:13 AM
Post #1 of 1
(34 views)
Permalink
|
|
svn commit: r1331722 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml core.xml.de core.xml.es core.xml.fr core.xml.ja core.xml.tr mod_lua.xml.fr
|
|
Author: humbedooh Date: Sat Apr 28 09:13:05 2012 New Revision: 1331722 URL: http://svn.apache.org/viewvc?rev=1331722&view=rev Log: Cosmetic fixes to core Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en httpd/httpd/trunk/docs/manual/mod/core.xml httpd/httpd/trunk/docs/manual/mod/core.xml.de httpd/httpd/trunk/docs/manual/mod/core.xml.es httpd/httpd/trunk/docs/manual/mod/core.xml.fr httpd/httpd/trunk/docs/manual/mod/core.xml.ja httpd/httpd/trunk/docs/manual/mod/core.xml.tr httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.en?rev=1331722&r1=1331721&r2=1331722&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/core.html.en Sat Apr 28 09:13:05 2012 @@ -687,8 +687,8 @@ headers</td></tr> (shared memory, locks, etc.). If set as a relative path, the full path will be relative to <code class="directive">ServerRoot</code></p> + <p><strong>Example</strong></p> <pre class="prettyprint lang-config"> -#Example DefaultRuntimeDir scratch/ </pre> @@ -875,7 +875,7 @@ named file-system directory, sub-directo <pre class="prettyprint lang-config"> <Directory ~ "abc$"> -# ... directives here ... + # ... directives here ... </Directory> </pre> @@ -1023,10 +1023,10 @@ satisfied by a request at runtime</td></ <pre class="prettyprint lang-config"> <If "-z req('Host')"> -# ... + # ... </If> <Else> -# ... + # ... </Else> </pre> @@ -3775,11 +3775,11 @@ to name-virtual hosts</td></tr> <pre class="prettyprint lang-config"> <VirtualHost *:80> -ServerName server.example.com -ServerAlias server server2.example.com server2 -ServerAlias *.example.com -UseCanonicalName Off -# ... + ServerName server.example.com + ServerAlias server server2.example.com server2 + ServerAlias *.example.com + UseCanonicalName Off + # ... </VirtualHost> </pre> Modified: httpd/httpd/trunk/docs/manual/mod/core.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1331722&r1=1331721&r2=1331722&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml Sat Apr 28 09:13:05 2012 @@ -609,8 +609,8 @@ headers</description> (shared memory, locks, etc.). If set as a relative path, the full path will be relative to <directive>ServerRoot</directive></p> + <p><strong>Example</strong></p> <highlight language="config"> -#Example DefaultRuntimeDir scratch/ </highlight> @@ -791,7 +791,7 @@ named file-system directory, sub-directo <highlight language="config"> <Directory ~ "abc$"> -# ... directives here ... + # ... directives here ... </Directory> </highlight> @@ -933,10 +933,10 @@ satisfied by a request at runtime</descr <highlight language="config"> <If "-z req('Host')"> -# ... + # ... </If> <Else> -# ... + # ... </Else> </highlight> @@ -3685,11 +3685,11 @@ to name-virtual hosts</description> <highlight language="config"> <VirtualHost *:80> -ServerName server.example.com -ServerAlias server server2.example.com server2 -ServerAlias *.example.com -UseCanonicalName Off -# ... + ServerName server.example.com + ServerAlias server server2.example.com server2 + ServerAlias *.example.com + UseCanonicalName Off + # ... </VirtualHost> </highlight> Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.de URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.de?rev=1331722&r1=1331721&r2=1331722&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.de (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.de Sat Apr 28 09:13:05 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: 344972:1330850 (outdated) --> +<!-- English Revision: 344972:1331697 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.es URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.es?rev=1331722&r1=1331721&r2=1331722&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.es (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.es Sat Apr 28 09:13:05 2012 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<!-- English Revision: 1040494:1330850 (outdated) --> +<!-- English Revision: 1040494:1331697 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.fr?rev=1331722&r1=1331721&r2=1331722&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.fr Sat Apr 28 09:13:05 2012 @@ -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: 1302855:1330850 (outdated) --> +<!-- English Revision: 1302855:1331697 (outdated) --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.ja?rev=1331722&r1=1331721&r2=1331722&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] Sat Apr 28 09:13:05 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: 669847:1330850 (outdated) --> +<!-- English Revision: 669847:1331697 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.tr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.tr?rev=1331722&r1=1331721&r2=1331722&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.tr [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.tr [utf-8] Sat Apr 28 09:13:05 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: 1302855:1330850 (outdated) --> +<!-- English Revision: 1302855:1331697 (outdated) --> <!-- ===================================================== Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr?rev=1331722&r1=1331721&r2=1331722&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr Sat Apr 28 09:13:05 2012 @@ -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: 1238738:1331240 (outdated) --> +<!-- English Revision: 1238738:1331691 (outdated) --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines -->
|