nkrode / RedisLive

Visualize your redis instances, analyze query patterns and spikes.

Home Page:http://www.nkrode.com/article/real-time-dashboard-for-redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

403: Forbidden when trying to access to the webinterface.

tristanbes opened this issue · comments

Hi, the setup was easy but i can't access to the webinterface on my debian server (python 2.6.6)

this is what I get when I access

I never done any python.

  1. What did i do wrong in order to have this error message ?
  2. Is that possible to only bind the interface not only on a port, but on an alias too ? Because right now if i do : my-domain:8888 or my-client-domain i end up on the redis-live.

Thanks.
Some information below.

[W 121214 14:23:35 web:1077] 403 GET / ():  is not a file
[W 121214 14:23:35 web:1462] 403 GET / () 0.44ms
[W 121214 14:23:35 web:1462] 404 GET /favicon.ico () 0.24ms

Here's my config :

{
    "RedisServers":
    [
        {
          "server": "127.0.0.1",
          "port" : 6379
        }
    ],

    "DataStoreType" : "sqlite",

    "RedisStatsServer":
    {
        "server" : "127.0.0.1",
        "port" : 6381
    }
}

It was rights related. Probelm solved. thx.

What does that mean?

it was linux related as far as i can remember, so nothing with Redis Live related.

if you access localhost:8888, you get this problem. But if you access localhost:8888/index.html it should work.