From e64615335c59c40fa8dc3b72c1c30574ee4214e4 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 19 Feb 2018 21:33:01 +0000 Subject: Suggest ways to install on common platforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824816 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.xml | 51 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 59a8728ab7..e5d4bac304 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -52,6 +52,34 @@
Overview for the impatient +
+
Installing on Fedora/CentOS/Red Hat Enterprise Linux
+
+ +sudo yum install httpd +sudo systemctl enable httpd +sudo systemctl start httpd + + + Newer releases of these distros use + dnf rather than yum. See the + Fedora project's documentation for platform-specific notes. +
+ +
Installing on Ubuntu/Debian
+
+ +sudo apt install apache2 +sudo service apache2 start + + + See Ubuntu's documentation for platform-specific notes. + +
+ +
Installing from source
+
@@ -102,15 +130,22 @@
-

NN must be replaced with the current version - number, and PREFIX must be replaced with the - filesystem path under which the server should be installed. If - PREFIX is not specified, it defaults to - /usr/local/apache2.

+

NN must be replaced with the current version + number, and PREFIX must be replaced with the + filesystem path under which the server should be installed. If + PREFIX is not specified, it defaults to + /usr/local/apache2.

+ +

Each section of the compilation and installation process is + described in more detail below, beginning with the requirements + for compiling and installing Apache httpd.

+
+
+ + Don't see your favorite platform mentioned + here? Come help us + improve this doc. -

Each section of the compilation and installation process is - described in more detail below, beginning with the requirements - for compiling and installing Apache httpd.

Requirements -- cgit v1.2.1