mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
150aba0f91
Added sudo to lines where needed Changed "apachectl reload" to "sudo systemctl reload httpd.service" Added / to the end of /etc/httpd/conf.d Technical review completed and is now accurate.
26 lines
1.1 KiB
Text
26 lines
1.1 KiB
Text
ifdef::context[:parent-context: {context}]
|
|
:context: getting-started-with-apache-http-server
|
|
[id='getting-started-with-apache-http-server']
|
|
= Getting started with Apache HTTP Server
|
|
|
|
The Apache HTTP Server is one of the most commonly-used web servers. This section acts as a quick-start guide to deploying and configuring Apache on Fedora.
|
|
|
|
include::{partialsdir}/proc_installing-httpd.adoc[leveloffset=+1]
|
|
|
|
include::{partialsdir}/proc_securing-apache-httpd.adoc[leveloffset=+1]
|
|
|
|
include::{partialsdir}/proc_installing-webapps.adoc[leveloffset=+1]
|
|
|
|
include::{partialsdir}/proc_configuring-apache-httpd.adoc[leveloffset=+1]
|
|
|
|
|
|
[discrete]
|
|
== Additional resources
|
|
|
|
* https://httpd.apache.org/docs/current/[Apache Documentation]
|
|
* https://httpd.apache.org/docs/current/getting-started.html[Apache "Getting Started"]
|
|
* https://httpd.apache.org/docs/current/ssl/[Apache TLS/SSL documentation]
|
|
* https://httpd.apache.org/docs/current/misc/security_tips.html[Apache security tips]
|
|
* https://fedoraproject.org/wiki/OwnCloud[OwnCloud]
|
|
ifdef::parent-context[:context: {parent-context}]
|
|
ifndef::parent-context[:!context:]
|