Skip to content

Commit

Permalink
moved httpd_sites variable between sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Oct 3, 2016
1 parent 4472bcc commit be61e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.


Expand Down

0 comments on commit be61e20

Please sign in to comment.