DNS complex master slaves: Difference between revisions

From Webhuis wiki
Jump to navigation Jump to search
No edit summary
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 ==

Revision as of 11:43, 17 October 2013

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



Terug naar: Webhuis Infrastructuur