From 3bcb7e8b9c11e1ba703d9dce8d232c94f6238f92 Mon Sep 17 00:00:00 2001 From: f0o Date: Sat, 24 Jan 2015 06:44:26 +0000 Subject: [PATCH] Added updated Docs for CentOS --- doc/Installation/Installation-(RHEL-CentOS).md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-(RHEL-CentOS).md index e3c9ee9a7..5b0d894ae 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-(RHEL-CentOS).md @@ -73,7 +73,9 @@ Next, add the following to `/etc/httpd/conf.d/librenms.conf` ``` -If you are running Apache 2.2.18 or higher then change `AllowEncodedSlashes` to `NoDecode` +__Notes:__ +If you are running Apache 2.2.18 or higher then change `AllowEncodedSlashes` to `NoDecode`. +If the file `/etc/httpd/conf.d/welcome.conf` exists, you might want to remove that as well unless you're familiar with [Name-based Virtual Hosts](https://httpd.apache.org/docs/2.2/vhosts/name-based.html) ### Using Nginx and PHP-FPM ### @@ -204,4 +206,4 @@ ing your `config.php` file. Remove the comment (the `#` mark) on the line: so that it looks like this: - $config['update'] = 0; \ No newline at end of file + $config['update'] = 0;