[ixpmanager] Birdseye configurations
m.daada at ixp.net.ng
m.daada at ixp.net.ng
Thu Feb 22 14:03:58 GMT 2018
Hello Guys,
I have followed all the steps in https://github.com/inex/birdseye to install
Birdseye on a test router but I get an Error 404 message when I try to open
the following URL "http://x.x.x.x/api/status"
ubuntu:# /srv/birdseye-v1.1.0/bin/birdc -4 -s /var/run/bird/bird.ctl show
status
BIRD 1.5.0 ready.
Access restricted
BIRD 1.5.0
Router ID is 198.51.100.1
Current server time is 2018-02-22 04:52:54
Last reboot on 2018-02-22 04:35:08
Last reconfiguration on 2018-02-22 04:35:08
Daemon is up and running
ubuntu:# /usr/sbin/birdc -s /var/run/bird/bird.ctl show status
BIRD 1.5.0 ready.
BIRD 1.5.0
Router ID is 198.51.100.1
Current server time is 2018-02-22 05:26:34
Last reboot on 2018-02-22 04:35:08
Last reconfiguration on 2018-02-22 04:35:08
Daemon is up and running
ubuntu:# ls -la /var/run/bird
total 0
drwxrwxr-x 2 bird bird 60 Feb 22 04:35 .
drwxr-xr-x 27 root root 800 Feb 22 03:31 ..
srw-rw---- 1 bird bird 0 Feb 22 04:35 bird.ctl
Lighttpd conf file:
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 = "x.x.x.x"
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/htm$
# 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"
url.redirect = ()
url.rewrite-once = (
"^/(css|img|js|fonts)/.*\.(jpg|jpeg|gif|png|swf|avi|mpg|mpeg|mp3|flv|ic$
"^/(favicon\.ico|robots\.txt|sitemap\.xml)$" => "$0",
"^/[^\?]*(\?.*)?$" => "index.php/$1"
)
I also created a phpinfo file in "/srv/birdseye-v1.1.0" and I can access
that page via x.x.x.x/phpinfo.php so I know lighttpd and php works.
Best regards,
Muyiwa (IXPN)
---
This email has been checked for viruses by AVG.
http://www.avg.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20180222/1bd47691/attachment.html>
More information about the ixpmanager
mailing list