<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 30, 2018 at 5:15 PM, Barry O'Donovan <span dir="ltr"><<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br>
<br>
Ebtsam M Osaman wrote:<br>
> The only thing that I'm not sure about is the API endpoint , It should<br>
</span>> be  */route_server address//api ?<br>
<br>
Yes. Although not necessary the peering address but an internal<br>
management address. Looks like this is what you're doing.<br>
<span class="gmail-"><br>
> I’m facing problem enabling Looking glass in the IXP manager<br>
><br>
> "file_get_contents(<a href="http://10.0.0.220/api/protocols/bgp?use_cache=0" rel="noreferrer" target="_blank">http://10.<wbr>0.0.220/api/protocols/bgp?use_<wbr>cache=0</a>):<br>
> failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found\r\n"<br>
><br>
><br>
</span>> After Running *wget -O- <a href="http://10.0.0.220/api/status*" rel="noreferrer" target="_blank">http://10.0.0.220/api/status*</a> in the IXP manager<br>
<span class="gmail-">> vm I got:<br>
><br>
> Connecting to 10.0.0.220:80... connected.<br>
> HTTP request sent, awaiting response... 404 Not Found<br>
> 2018-01-30 12:17:36 ERROR 404: Not Found.<br>
<br>
</span>This looks like a web server configuration problem. Can you share the<br>
web server config?<br></blockquote><div>yes, <br>server.modules = (<br>        "mod_access",<br>        "mod_alias",<br>        "mod_compress",<br>        "mod_redirect",<br>#       "mod_rewrite",<br>)<br><br>server.document-root        = "/srv/birdseye-v1.1.0/public"<br>server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )<br>server.errorlog             = "/var/log/lighttpd/error.log"<br>server.pid-file             = "/var/run/lighttpd.pid"<br>server.username             = "www-data"<br>server.groupname            = "www-data"<br>server.port                 = "80"<br>server.bind                 = "10.0.0.220"<br><br><br>index-file.names            = ( "index.php","index.html", "index.lighttpd.html")<br>url.access-deny             = ( "~", ".inc" )<br>static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )<br><br>compress.cache-dir          = "/var/cache/lighttpd/compress/"<br>compress.filetype           = ( "application/javascript", "text/css", "text/html", "text/plain" )<br><br># default listening port for IPv6 falls back to the IPv4 port<br>## Use ipv6 if available<br>#include_shell "/usr/share/lighttpd/<a href="http://use-ipv6.pl">use-ipv6.pl</a> " + server.port<br>include_shell "/usr/share/lighttpd/<a href="http://create-mime.assign.pl">create-mime.assign.pl</a>"<br>include_shell "/usr/share/lighttpd/<a href="http://include-conf-enabled.pl">include-conf-enabled.pl</a>"<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
 - Barry<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
INEX IXP Manager mailing list<br>
<a href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a><br>
<a href="https://www.inex.ie/mailman/listinfo/ixpmanager" rel="noreferrer" target="_blank">https://www.inex.ie/mailman/<wbr>listinfo/ixpmanager</a><br>
</blockquote></div><br></div></div>