Created
June 25, 2013 15:21
-
-
Save nikolavp/5859347 to your computer and use it in GitHub Desktop.
This file contains 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 *:9000> | |
ServerName <our-hostname> | |
DocumentRoot /opt/Kibana/public | |
<Directory /opt/Kibana/public/> | |
Deny from all | |
Allow from <our-ip> | |
Options -MultiViews | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/