quick-docs/modules/ROOT/pages/getting-started-with-apache-http-server.adoc

27 lines
1.1 KiB
Text
Raw Normal View History

2018-07-29 11:01:46 +00:00
ifdef::context[:parent-context: {context}]
:context: getting-started-with-apache-http-server
2018-01-01 17:26:10 +00:00
[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.
2018-07-27 14:38:30 +00:00
include::{partialsdir}/proc_installing-httpd.adoc[leveloffset=+1]
2018-01-01 17:26:10 +00:00
2018-07-27 14:38:30 +00:00
include::{partialsdir}/proc_securing-apache-httpd.adoc[leveloffset=+1]
2018-01-01 17:26:10 +00:00
2018-07-27 14:38:30 +00:00
include::{partialsdir}/proc_installing-webapps.adoc[leveloffset=+1]
2018-01-01 17:26:10 +00:00
2018-07-27 14:38:30 +00:00
include::{partialsdir}/proc_configuring-apache-httpd.adoc[leveloffset=+1]
2018-01-01 17:26:10 +00:00
[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]
2018-07-29 11:01:46 +00:00
ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]