Skip to content

Instantly share code, notes, and snippets.

@timconradinc
Forked from rashidkpc/gist:3794465
Created March 31, 2013 04:19
Show Gist options
  • Save timconradinc/5279530 to your computer and use it in GitHub Desktop.
Save timconradinc/5279530 to your computer and use it in GitHub Desktop.
Fixed - changed /static to /public
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-3.0.11/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.11
PassengerRuby /usr/bin/ruby
<VirtualHost *:80>
ServerName logs.example.com
ServerAlias logs.example.com
DocumentRoot /home/httpd/Kibana/public
HostnameLookups Off
UseCanonicalName Off
ServerSignature On
<Directory "/home/httpd/Kibana/public">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment