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
LoadModule passenger_module /home/admin/.rvm/gems/ree-1.8.7-2011.03/gems/passenger-3.0.7/ext/apache2/mod_passenger.so | |
PassengerRoot /home/admin/.rvm/gems/ree-1.8.7-2011.03/gems/passenger-3.0.7 | |
PassengerRuby /home/admin/.rvm/wrappers/ree-1.8.7-2011.03/ruby | |
# enable xsendfile | |
XSendFile On | |
# enable sending files from parent dirs | |
XSendFileAllowAbove On |
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 www.vid.so | |
DocumentRoot /home/admin/vidso/current/public | |
<Directory /home/admin/vidso/current/public> | |
AllowOverride all | |
Options -MultiViews | |
</Directory> | |
</VirtualHost> | |
<Location /> |
NewerOlder