You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2016/08/20 18:53:44 UTC

[whimsy] branch master updated: MACOSX typos

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  ae84098   MACOSX typos
ae84098 is described below

commit ae84098114c4b3a609e1657a221ac43538fe449a
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Sat Aug 20 11:53:34 2016 -0700

    MACOSX typos
---
 MACOSX.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/MACOSX.md b/MACOSX.md
index 5b3309d..a467588 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -251,24 +251,24 @@ Once again, Edit `/etc/apache2/httpd.conf` using sudo and your favorite text edi
 Uncomment out the following lines:
 
 ```
-LoadModule expires_module libexec/apache2/mod_ldap
+LoadModule rewrite_module libexec/apache2/mod_rewrite.so
 
-LoadModule expires_module libexec/apache2/mod_authnz_ldap
+LoadModule authnz_ldap_module libexec/apache2/mod_authnz_ldap.so
 
-LoadModule expires_module libexec/apache2/mod_expires.so
+LoadModule ldap_module libexec/apache2/mod_ldap.so
 
-LoadModule expires_module libexec/apache2/mod_rewrite
+LoadModule expires_module libexec/apache2/mod_expires.so
 ```
 
+
+Edit `whimsy/config/whimsy.conf` and replace all occurrences of
+`/Users/rubys/git/whimsy` with the path that you cloned whimsy.
+
 Copy whimsy vhost definition to your apache2 configuration:
 
 ```
 sudo cp whimsy/config/whimsy.conf /private/etc/apache2/other
 ```
-
-Edit `whimsy/config/whimsy.conf` and replace all occurrences of
-`/Users/rubys/git/whimsy` with the path that you cloned whimsy.
-
 Restart Apache httpd using `sudo apachectl restart`.
 
 Verify:

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].