switch to Antora part
This commit is contained in:
parent
bc7bb84562
commit
cf5acc8f3a
317 changed files with 432 additions and 1453 deletions
27
modules/ROOT/pages/_partials/proc_installing-httpd.adoc
Normal file
27
modules/ROOT/pages/_partials/proc_installing-httpd.adoc
Normal file
|
@ -0,0 +1,27 @@
|
|||
[id='installing-httpd']
|
||||
= Installing HTTPD
|
||||
|
||||
This procedure describes the steps to install Apache *HTTPD* on Fedora.
|
||||
|
||||
. Install *HTTPD* packages.
|
||||
+
|
||||
----
|
||||
# dnf install httpd -y
|
||||
----
|
||||
|
||||
. Start the *HTTPD* service.
|
||||
+
|
||||
----
|
||||
# systemctl start httpd.service
|
||||
----
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
To enable auto start of *HTTPD* service at boot, execute the following command:
|
||||
|
||||
----
|
||||
# systemctl enable httpd.service
|
||||
----
|
||||
====
|
||||
|
||||
Navigate to link:http://localhost[http://localhost] to access the Apache test page. You may not be able to access the server from any other host. To access the server from other hosts, see link:#opening-firewall-ports[Opening firewall ports].
|
Loading…
Add table
Add a link
Reference in a new issue