From a314c2ea60c79ef24a041b3db7a5b2a83758a986 Mon Sep 17 00:00:00 2001
From: Seamus Lee <seamuslee001@gmail.com>
Date: Tue, 26 Sep 2017 07:30:23 +1000
Subject: [PATCH] Add in subheadings and move restart into separate line
 without code block to make it simpler

---
 docs/tools/buildkit.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md
index c522ddd8..31856ab4 100644
--- a/docs/tools/buildkit.md
+++ b/docs/tools/buildkit.md
@@ -165,6 +165,7 @@ Buildkit provides a tool called `amp` which [civibuild](/tools/civibuild.md) use
 
 ## Troubleshooting {:#troubleshooting}
 
+### Node JS issues
 Nodejs version too old or npm update does not work:
 
 : Download the latest version from nodejs.org and follow their instructions
@@ -178,13 +179,16 @@ Nodejs problems
     npm install fs-extra
     ```
 
+### Website login issues
+
 If you find that when you try and login to a new buildkit build or similar and it doesn't seem to login just redirects to the same page. This may mean that the rewrite module for apache is not enabled. To enable it do the following
 
 ```bash
 sudo a2enmod rewrite
-sudo service apache2 or apache or httpd restart
 ```
 
+After enabling the rewite module you will need to restart apache.
+
 ## Upgrading buildkit {:#upgrading}
 
 New versions of buildkit are likely to include new versions of tools. The new tools will download automatically when you first run `civibuild`. If you prefer to download explicitly, then re-run `civi-download-tools`.
-- 
GitLab