Ooops, that should read /usr/local/etc/pdns.conf for the location of the
pdns.conf file.
[EMAIL PROTECTED] wrote ..
> I have tried to divert the pdns log file using the configuration file which is
> currently loading from /usr/local/pdns.conf but it is ignoring my preference.
> Is
> this the cor
I have tried to divert the pdns log file using the configuration file which is
currently loading from /usr/local/pdns.conf but it is ignoring my preference.
Is this the correct format for it?
logfile=/var/log/pdns.log
I am using pdns 2.9.21 compiled from source. All of the log messages from the
I have a working supermaster/superslave configurations that creates new domains
on the slave server when new ones are created. I have not been able to find a
way to get the same configuration to automatically delete an entire domain
which is removed from the master server. Is such a thing possib
The direct download link for pdns-admin is here:
http://www.iguanadons.net/downloads/PDNS-Admin-114-15.html
Do mail signatures not show up for everyone on this list? If not I'll try and
remember to include the link in the email itself next time.
I'll see to getting a logout link from the AdminC
Augie Schwer wrote ..
> On 3/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > I'm not sure who all will be interested in it, but I've finished work
> on a web based PDNS/SQL administrative console. I've been running it live
> on 3 different servers each of which hosts several domains and so f
Wow. Not off to a good start am I :)
Line 175 in new_install.php is this:
$this->sets['servertime' = 0;
And should be this:
$this->sets['servertime'] = 0;
Missing a trailing bracket. That's what I get for adding one thing after having
tested the installer. Murphy strikes again.
The archive h
I'm not sure who all will be interested in it, but I've finished work on a web
based PDNS/SQL administrative console. I've been running it live on 3 different
servers each of which hosts several domains and so far have had no strange
issues.
I figured others on this list might be interested in