From: Rich Bowen Date: Tue, 26 May 2026 09:35:20 +0000 (+0000) Subject: Rebuild html, metafiles X-Git-Tag: 2.4.68-rc1-candidate~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78d29a946391cdab1e093c81047cae38d9420461;p=thirdparty%2Fapache%2Fhttpd.git Rebuild html, metafiles git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934636 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 6961526be4..7ff52fc4fc 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -71,21 +71,34 @@
Installing on Fedora/CentOS/Red Hat Enterprise Linux
-
sudo yum install httpd
-sudo systemctl enable httpd
-sudo systemctl start httpd
+
sudo dnf install httpd
 
+# Start service
+sudo systemctl start httpd
 
-    
+ + +
See the Fedora project's documentation for platform-specific notes.
Installing on Ubuntu/Debian
-
sudo apt update
-sudo apt install apache2
-sudo service apache2 start
+
sudo apt install apache2
+
+# Start service
+sudo systemctl start apache2
+
+# Stop service
+sudo systemctl stop apache2
+
+# Restart service
+sudo systemctl restart apache2
See Ubuntu's documentation for platform-specific notes.
diff --git a/docs/manual/install.xml.de b/docs/manual/install.xml.de index db89f25beb..b240cc79e2 100644 --- a/docs/manual/install.xml.de +++ b/docs/manual/install.xml.de @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/install.xml.fr b/docs/manual/install.xml.fr index e32e35d930..096d5ab931 100644 --- a/docs/manual/install.xml.fr +++ b/docs/manual/install.xml.fr @@ -3,7 +3,7 @@ - + + + + + +