[ixpmanager] Error with Looking Glass

Ebtsam M Osaman soma.m.osman at gmail.com
Wed Jan 31 09:23:12 GMT 2018


On Tue, Jan 30, 2018 at 5:15 PM, Barry O'Donovan <barry.odonovan at inex.ie>
wrote:

>
>
> Ebtsam M Osaman wrote:
> > The only thing that I'm not sure about is the API endpoint , It should
> > be  */route_server address//api ?
>
> Yes. Although not necessary the peering address but an internal
> management address. Looks like this is what you're doing.
>
> > I’m facing problem enabling Looking glass in the IXP manager
> >
> > "file_get_contents(http://10.0.0.220/api/protocols/bgp?use_cache=0):
> > failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found\r\n"
> >
> >
> > After Running *wget -O- http://10.0.0.220/api/status* in the IXP manager
> > vm I got:
> >
> > Connecting to 10.0.0.220:80... connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-01-30 12:17:36 ERROR 404: Not Found.
>
> This looks like a web server configuration problem. Can you share the
> web server config?
>
yes,
server.modules = (
        "mod_access",
        "mod_alias",
        "mod_compress",
        "mod_redirect",
#       "mod_rewrite",
)

server.document-root        = "/srv/birdseye-v1.1.0/public"
server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )
server.errorlog             = "/var/log/lighttpd/error.log"
server.pid-file             = "/var/run/lighttpd.pid"
server.username             = "www-data"
server.groupname            = "www-data"
server.port                 = "80"
server.bind                 = "10.0.0.220"


index-file.names            = ( "index.php","index.html",
"index.lighttpd.html")
url.access-deny             = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )

compress.cache-dir          = "/var/cache/lighttpd/compress/"
compress.filetype           = ( "application/javascript", "text/css",
"text/html", "text/plain" )

# default listening port for IPv6 falls back to the IPv4 port
## Use ipv6 if available
#include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
include_shell "/usr/share/lighttpd/create-mime.assign.pl"
include_shell "/usr/share/lighttpd/include-conf-enabled.pl"


>
>  - Barry
>
>
>
> _______________________________________________
> INEX IXP Manager mailing list
> ixpmanager at inex.ie
> https://www.inex.ie/mailman/listinfo/ixpmanager
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20180131/a4df1307/attachment.html>


More information about the ixpmanager mailing list