Skip to content

Instantly share code, notes, and snippets.

@nikolavp
Created June 25, 2013 15:21
Show Gist options
  • Save nikolavp/5859347 to your computer and use it in GitHub Desktop.
Save nikolavp/5859347 to your computer and use it in GitHub Desktop.
<VirtualHost *:9000>
ServerName <our-hostname>
DocumentRoot /opt/Kibana/public
<Directory /opt/Kibana/public/>
Deny from all
Allow from <our-ip>
Options -MultiViews
</Directory>
</VirtualHost>
@nikolavp
Copy link
Author

root@alabala /opt/Kibana # tail -n 2 /var/log/apache2/error.log
[Tue Jun 25 16:16:27 2013] [error] [client ] File does not exist: /opt/Kibana/public/js, referer: http://:9000/
[Tue Jun 25 16:16:28 2013] [error] [client ] File does not exist: /opt/Kibana/public/api, referer: http://:9000/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment