svn commit: r1934636 - in httpd/httpd/branches/2.4.x/docs/manual: . rewrite

[email protected]
Newsgroups gmane.comp.apache.cvs
Message-ID <177978812044.3570903.12725423652538819556@svn03-he-fi>
Author: rbowen
Date: Tue May 26 09:35:20 2026
New Revision: 1934636

Log:
Rebuild html, metafiles

Modified:
   httpd/httpd/branches/2.4.x/docs/manual/install.html.en
   httpd/httpd/branches/2.4.x/docs/manual/install.xml.de
   httpd/httpd/branches/2.4.x/docs/manual/install.xml.es
   httpd/httpd/branches/2.4.x/docs/manual/install.xml.fr
   httpd/httpd/branches/2.4.x/docs/manual/install.xml.ja
   httpd/httpd/branches/2.4.x/docs/manual/install.xml.ko
   httpd/httpd/branches/2.4.x/docs/manual/install.xml.pt-br
   httpd/httpd/branches/2.4.x/docs/manual/install.xml.tr
   httpd/httpd/branches/2.4.x/docs/manual/rewrite/intro.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/install.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.html.en	Tue May 26 09:34:44 2026	(r1934635)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.html.en	Tue May 26 09:35:20 2026	(r1934636)
@@ -71,21 +71,34 @@
     <dl>
     <dt>Installing on Fedora/CentOS/Red Hat Enterprise Linux</dt>
     <dd>
-    <pre class="prettyprint lang-">sudo yum install httpd
-sudo systemctl enable httpd
-sudo systemctl start httpd</pre>
+    <pre class="prettyprint lang-">sudo dnf install httpd
 
+# Start service
+sudo systemctl start httpd
 
-    <div class="warning">Newer releases of these distros use
-    <code>dnf</code> rather than <code>yum</code>. See <a href="https://fedoraproject.org/wiki/Apache_HTTP_Server">the
+# Stop service
+sudo systemctl stop httpd
+
+# Restart service
+sudo systemctl restart httpd</pre>
+
+
+    <div class="warning">See <a href="https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-apache-http-server/index.html">the
     Fedora project's documentation</a> for platform-specific notes.</div>
     </dd>
 
     <dt>Installing on Ubuntu/Debian</dt>
     <dd>
-<pre class="prettyprint lang-">sudo apt update
-sudo apt install apache2
-sudo service apache2 start</pre>
+<pre class="prettyprint lang-">sudo apt install apache2
+
+# Start service
+sudo systemctl start apache2
+
+# Stop service
+sudo systemctl stop apache2
+
+# Restart service
+sudo systemctl restart apache2</pre>
 
 
     <div class="warning">See <a href="https://ubuntu.com/tutorials/install-and-configure-apache">Ubuntu's documentation</a> for platform-specific notes.</div>

Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.de
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.de	Tue May 26 09:34:44 2026	(r1934635)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.de	Tue May 26 09:35:20 2026	(r1934636)
@@ -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.de.xsl"?>
-<!-- English Revision: 239255:1934537 (outdated) -->
+<!-- English Revision: 239255:1934634 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.es
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.es	Tue May 26 09:34:44 2026	(r1934635)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.es	Tue May 26 09:35:20 2026	(r1934636)
@@ -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.es.xsl"?>
-<!-- English Revision: 1760550:1934537 (outdated) -->
+<!-- English Revision: 1760550:1934634 (outdated) -->
 <!-- Spanish Translation by: Luis Gil de Bernabé --> 
 <!-- Reviewed by: Sergio Ramos -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.fr	Tue May 26 09:34:44 2026	(r1934635)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.fr	Tue May 26 09:35:20 2026	(r1934636)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1933437:1934537 (outdated) -->
+<!-- English Revision: 1933437:1934634 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.ja
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.ja	Tue May 26 09:34:44 2026	(r1934635)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.ja	Tue May 26 09:35:20 2026	(r1934636)
@@ -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: 527129:1934537 (outdated) -->
+<!-- English Revision: 527129:1934634 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.ko
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.ko	Tue May 26 09:34:44 2026	(r1934635)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.ko	Tue May 26 09:35:20 2026	(r1934636)
@@ -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: 105989:1934537 (outdated) -->
+<!-- English Revision: 105989:1934634 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.pt-br
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.pt-br	Tue May 26 09:34:44 2026	(r1934635)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.pt-br	Tue May 26 09:35:20 2026	(r1934636)
@@ -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: 1933437:1934537 (outdated) -->
+<!-- English Revision: 1933437:1934634 (outdated) -->
 <!-- Portuguese(BR) translation: leonardolara --><!-- Reviewed by: leonardolara -->
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/install.xml.tr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/install.xml.tr	Tue May 26 09:34:44 2026	(r1934635)
+++ httpd/httpd/branches/2.4.x/docs/manual/install.xml.tr	Tue May 26 09:35:20 2026	(r1934636)
@@ -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.tr.xsl"?>
-<!-- English Revision: 1869920:1934537 (outdated) -->
+<!-- English Revision: 1869920:1934634 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
    Reviewed by: Orhan Berent <berent belgeler.gen.tr>

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/intro.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/intro.xml.fr	Tue May 26 09:34:44 2026	(r1934635)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/intro.xml.fr	Tue May 26 09:35:20 2026	(r1934636)
@@ -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.fr.xsl"?>
-<!-- English Revision: 1933424:1934613 (outdated) -->
+<!-- English Revision: 1933424:1934624 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.