diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md
index 9304bddc21b8a8aa62758c436c9f6812adb8100e..0181ced97f0bc1030e0f8c7394fec76b9074dc0c 100644
--- a/docs/tools/buildkit.md
+++ b/docs/tools/buildkit.md
@@ -126,19 +126,23 @@ Buildkit provides a tool called `amp` which [civibuild](/tools/civibuild.md) use
     
         * For Apache 2.2: 
         
-            Create a new file `/etc/apache2/conf.d/buildkit.conf` with the following contents:
+            Create a new file `buildkit.conf` with the following contents in either `/etc/apache2/conf.d/` or `/etc/httpd/conf.d` depending on your server configuration.
         
             ```
             Include <amp-installation>/apache.d/*conf
             ```
+
+            This [blog](http://commanigy.com/blog/2011/6/8/finding-apache-configuration-file-httpd-conf-location) has some good information on finding the relevant apache conf dir
     
         * For Apache 2.4: 
         
-            Create a new file `/etc/apache2/conf.d/buildkit.conf` with the following contents:
+            Create a new file `buildkit.conf` with the following contents in either `/etc/apache2/conf.d/` or `/etc/httpd/conf.d` depending on your server configuration.
         
             ```
             IncludeOptional <amp-installation>/apache.d/*conf
             ```
+
+            This [blog](http://commanigy.com/blog/2011/6/8/finding-apache-configuration-file-httpd-conf-location) has some good information on finding the relevant apache conf dir
     
         * For nginx: