From 4067b1ba637edb7d19359c29e5edcdae59f5e526 Mon Sep 17 00:00:00 2001 From: yitam Date: Tue, 28 Feb 2017 16:12:03 -0800 Subject: [PATCH] Modified note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebecdc29..97fbc735 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ Following instructions shows how to install PHP 7.x, Microsoft ODBC driver, apac sudo apachectl restart -*Note: On RedHat, SELinux is installed by default and runs in Enforcing mode. To allow Apache to connect to database through SELinux, do this `sudo setsebool -P httpd_can_network_connect_db 1` +*Note to RedHat users: SELinux is installed by default and runs in Enforcing mode. To allow Apache to connect to database through SELinux, do this `sudo setsebool -P httpd_can_network_connect_db 1` ### Step 7: Create your sample app Navigate to `/var/www/html` and create a new file called testsql.php. Copy and paste the following code in tetsql.php and change the servername, username, password and databasename.