From be61e20036ef8da35c2ec3076b9eafe97ec325a0 Mon Sep 17 00:00:00 2001 From: Pedro Salgado Date: Mon, 3 Oct 2016 09:41:11 -0600 Subject: [PATCH] moved httpd_sites variable between sections. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1837c83..413654b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ The `source` installation currently has a problem when building the code. - **httpd_modules_static**: list of statically linked [apache][apache] modules. - **httpd_ports**: list of ports [apache][apache] will be listening to. - **httpd_service**: name of the service: `apache2` for package installations; `httpd` otherwise. +- **httpd_sites**: list of available sites. - **httpd_user**: user under which apache will be running. - **httpd_version**: the [apache][apache] version to be installed. @@ -75,7 +76,6 @@ Variables specific to the `build` installation process. - **httpd_download_url_md5**: the URL for the tarball MD5 checksum. - **httpd_mpm_module**: the mpm [apache][apache] module. - **httpd_pid_file**: path to the [apache][apache] PID file. -- **httpd_sites**: list of available sites. - **httpd_tarball**: filename of the tarball.