]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild html, metafiles
authorRich Bowen <rbowen@apache.org>
Tue, 26 May 2026 09:35:20 +0000 (09:35 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 26 May 2026 09:35:20 +0000 (09:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934636 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.html.en
docs/manual/install.xml.de
docs/manual/install.xml.es
docs/manual/install.xml.fr
docs/manual/install.xml.ja
docs/manual/install.xml.ko
docs/manual/install.xml.pt-br
docs/manual/install.xml.tr
docs/manual/rewrite/intro.xml.fr

index 6961526be41ce05ae8bbee2c4336b5b17d41dd7d..7ff52fc4fcbb55b0dc64ed7b3e0659a507f09880 100644 (file)
     <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>
index db89f25bebd05a1ef0f70dc564ca54113b82414f..b240cc79e28729f0441fa06f3d14b1663f311b22 100644 (file)
@@ -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
index 8264d7ae80d60da4d645927f838b245b09aa58dc..99a8bd2afce09e22633b6c82b82b462847c7706f 100644 (file)
@@ -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 -->
 
index e32e35d9307a26a823edc217cf273258ceacf79f..096d5ab931bee3e8d1eef06d8648cc56ae3274cb 100644 (file)
@@ -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
index b47d8fbcfa8b8337398450056c19f1af05bbb042..97e24c24c7ba9a5e0d43ca1a91ea25b36f816dea 100644 (file)
@@ -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
index 4797b4d3e22dbe5d8beb3678be47cf33f8846fad..c7b31becd6612483c7dad7a611a3ee5e6df62f66 100644 (file)
@@ -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
index 05c34649c9a6c512f379d65bf3db28e7e1685cf6..d369538834b952909ed8f1c307bacd6b85b8574e 100644 (file)
@@ -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
index ac0c4ef709eefe95a118aca50a0b35cf352493bf..561f6d4eef7ccdb8792eaa1d8afc0558f99a6452 100644 (file)
@@ -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>
index 85c75ccd4841245fccf2954129a061d57ad916eb..abcc93960f557740564a76bb3cce0bd1f9f9c698 100644 (file)
@@ -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 -->