[Pdns-users] API issue
Melvin Mughal
melvin at mughal.nu
Wed Mar 4 15:17:41 UTC 2015
Followed the readme (https://doc.powerdns.com/md/httpapi/README/). Added
those three lines to the pdns.conf, to get the API working. When we try an
API call, it gives:
*<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">*
*<html><head>*
*<title>404 Not Found</title>*
*</head><body>*
*<h1>Not Found</h1>*
*<p>The requested URL /servers/localhost/zones was not found on this
server.</p>*
*<hr>*
*<address>Apache/2.4.7 (Ubuntu) Server at ourhostname.com
<http://ourhostname.com> Port 80</address>*
*</body></html>*
When we add the lines to specify on which address the webserver should be
found, we get:
curl --local-port 8081 -H 'X-API-Key: NwY>kpVMMuB8ib'
http://ourhostname.com/servers/localhost/zones
<http://ns3.undev.nl/servers/localhost/zones>
ruby-2.1.1
[16:05]
curl: (45) bind failed with errno 48: Address already in use
Anyone knows what's going wrong?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20150304/c55187ba/attachment.html>
More information about the Pdns-users
mailing list