Created
September 27, 2012 14:55
-
-
Save rashidkpc/3794465 to your computer and use it in GitHub Desktop.
Kibana on Passenger
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 /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/static | |
HostnameLookups Off | |
UseCanonicalName Off | |
ServerSignature On | |
<Directory "/home/httpd/Kibana/static"> | |
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
It should be /public and not /static