Difference between revisions of "DNS complex master slaves"

From PostgreSQL_wiki
Jump to: navigation, search
(Master nameserver)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
php-pear php5-dev php-http php-db php-auth
 
php-pear php5-dev php-http php-db php-auth
 
php5-mysql
 
php5-mysql
Connect string powerdnsadmin
+
Connect string powerdnsadmin in lib/config.php
  +
$connection_string = "mysql://pdns_user:pdns_password@localhost/pdns_databasenaam";
 
  +
== Master nameserver ==
 
  +
= Master nameserver =
 
<pre>
 
<pre>
   
 
</pre>
 
</pre>
 
<hr>
 
<hr>
  +
== Nuttige links ==
  +
* https://doc.powerdns.com/md/recursor/running/
  +
* http://www.simpledns.com/lookup-dg.aspx
 
Terug naar: [[Webhuis Infrastructuur]]
 
Terug naar: [[Webhuis Infrastructuur]]

Latest revision as of 08:31, 6 August 2015

Voorlopige plek voor configuratie virtuele servers

apt-get install apache2 php5-mysql libapache2-mod-php5 phpmyadmin mysql-server pdns-backend-mysql zip unzip bzip2 lynx arj
php-pear php5-dev php-http php-db php-auth pdns-doc

pdnsadmin komt van een andere bron

libapache2-mod-php5 php5-mysql

php-pear php5-dev php-http php-db php-auth

php5-mysql Connect string powerdnsadmin in lib/config.php

$connection_string = "mysql://pdns_user:pdns_password@localhost/pdns_databasenaam";

Master nameserver



Nuttige links

Terug naar: Webhuis Infrastructuur