]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add further help for Mac OS X users.
authorGervase Markham <gerv@gerv.net>
Fri, 21 Nov 2014 17:26:58 +0000 (17:26 +0000)
committerGervase Markham <gerv@gerv.net>
Fri, 21 Nov 2014 17:26:58 +0000 (17:26 +0000)
docs/en/rst/installing/apache.rst

index f6411d73f8049633305511450fadc7263bb37991..fe734b22296c5bdb9c117df958d78a812a53cf4c 100644 (file)
@@ -19,6 +19,12 @@ These instructions require editing the Apache configuration file, which is:
 Alternatively, on Debian or Ubuntu, you can instead put the below code into a
 separate file in the directory :file:`/etc/apache2/sites-enabled/`.
 
+In these instructions, when asked to restart Apache, the command is:
+
+:command:`sudo apachectl start`
+
+(or run it as root if your OS installation does not use sudo).
+
 Securing Apache
 ===============
 
@@ -53,7 +59,8 @@ mod_cgi, do the following:
 
 #. Create a ``<Directory>`` directive that applies to the location
    of your Bugzilla installation. In this example, Bugzilla has
-   been installed at :file:`/var/www/html/bugzilla`.
+   been installed at :file:`/var/www/html/bugzilla`. On Mac OS X, use
+   :file:`/Library/WebServer/Documents/bugzilla`.
 
 .. code-block:: apache