From: Gervase Markham Date: Fri, 21 Nov 2014 17:26:58 +0000 (+0000) Subject: Add further help for Mac OS X users. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02ec644de8d1bcce3c6dd500acbe9b4c5aba0779;p=thirdparty%2Fbugzilla.git Add further help for Mac OS X users. --- diff --git a/docs/en/rst/installing/apache.rst b/docs/en/rst/installing/apache.rst index f6411d73f8..fe734b2229 100644 --- a/docs/en/rst/installing/apache.rst +++ b/docs/en/rst/installing/apache.rst @@ -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 ```` 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