Remove unused modules.

This commit is contained in:
Robert Krátký 2018-01-01 18:25:12 +01:00
parent 53a8a82724
commit b708136be7
4 changed files with 0 additions and 372 deletions

View file

@ -1,12 +0,0 @@
= Apache HTTP Server
[id='apache-http-server']
The Apache HTTP Server is one of the most commonly-used web servers. This page acts as a quick start guide to deploying and configuring Apache on Fedora.
For more details, refer to https://httpd.apache.org/docs/current/[upstream's extensive documentation].
include::{md}/proc_installing-httpd.adoc[leveloffset=+1]
include::{md}/proc_securing-apache-httpd.adoc[leveloffset=+1]
include::{md}/proc_installing-webapps.adoc[leveloffset=+1]
include::{md}/proc_configuring-apache-httpd.adoc[leveloffset=+1]
include::{md}/ref_apache-http-server.adoc[leveloffset=+1]

View file

@ -1,18 +0,0 @@
= Disabling Test Page
[id='disabling-test-page']
To disable the test page, comment out all the lines in the file `/etc/httpd/conf.d/welcome.conf` using `pass:[#]` as follows:
----
# <LocationMatch "^/+$">
# Options -Indexes
# ErrorDocument 403 /.noindex.html
# </LocationMatch>
# <Directory /usr/share/httpd/noindex>
# AllowOverride None
# Require all granted
# </Directory>
# Alias /.noindex.html /usr/share/httpd/noindex/index.html
----

View file

@ -1,8 +0,0 @@
= References
[id='ref_apache-http-server']
* 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]