nkrode / RedisLive

Visualize your redis instances, analyze query patterns and spikes.
http://www.nkrode.com/article/real-time-dashboard-for-redis
MIT License
3.07k stars 644 forks source link

403: Forbidden when trying to access to the webinterface. #44

Closed tristanbes closed 11 years ago

tristanbes commented 11 years ago

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
    }
}
tristanbes commented 11 years ago

It was rights related. Probelm solved. thx.

totic commented 11 years ago

What does that mean?

tristanbes commented 11 years ago

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

harishd commented 11 years ago

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