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

[whimsy] 03/03: add racktest

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

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

commit 56c85f0a887db71935a76fe47ea814b29432043b
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Aug 20 12:05:56 2016 -0400

    add racktest
---
 config/whimsy.conf | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/config/whimsy.conf b/config/whimsy.conf
index 9157a30..ac796b6 100644
--- a/config/whimsy.conf
+++ b/config/whimsy.conf
@@ -1,5 +1,6 @@
 # whimsy.local Virtual Host
 #
+# Required modules: mod_cgi
 # Required modules: mod_expires
 # Required modules: mod_rewrite
 # Required modules: mod_ldap
@@ -34,6 +35,16 @@
     MultiViewsMatch Any
   </Directory>
 
+  Alias /racktest/ /Users/rubys/git/whimsy/www/racktest/public
+
+  <Location /racktest>
+    PassengerBaseURI /racktest
+    PassengerAppRoot /Users/rubys/git/whimsy/www/racktest
+    Options -MultiViews
+    # CheckSpelling Off
+    # SetEnv HTTPS on
+  </Location>
+
   Alias /board/agenda/ /Users/rubys/git/whimsy/www/board/agenda/public
 
   <Location /board/agenda>

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