Created
September 21, 2010 08:36
-
-
Save millisami/589398 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerName cas.local | |
DocumentRoot "/Users/millisami/apps/cas/public" | |
RackEnv development | |
# ProxyRequests Off | |
# ProxyPass / http://localhost:11011/ | |
# ProxyPassReverse / http://localhost:11011/ | |
# ProxyPreserveHost on | |
<Directory "/Users/millisami/apps/cas/public"> | |
Order allow,deny | |
Allow from all | |
</Directory> | |
SetEnv GEM_HOME /Users/millisami/.rvm/gems/ree-1.8.7-2010.02@cas | |
SetEnv GEM_PATH /Users/millisami/.rvm/gems/ree-1.8.7-2010.02@cas:/Users/millisami/.rvm/gems/ree-1.8.7-2010.02@global | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment