www.pokeroconnor.com

Apache and bind steps debian

March25

Quick steps to adding a new site on your debian box – apache and bind changes are as follows:

APACHE:

1) setup your config in sites-available
e.g. /etc/apache2/sites-available/isildur1.me
Perms are

-rw-r–r– 1 root root 1.1K 2009-10-29 00:43 isildur1.me

2) a2ensite isildur1.me

3) /etc/init.d/apache2 reload

BIND:

1) 2 reverse DNS files, e.g.
199.208.33.in-addr.arpa
200.10.79.in-addr.arpa

e.g. 77              IN PTR  isildur1.me.

2) named.conf
e.g.
named.conf:zone “isildur1.me” {
named.conf:        file “/etc/bind/isildur1.me.db”;

3) forward DNS file
e.g.
isildur1.me.db

4) reload or restart bind
/etc/init.d/bind9

That’s it, then your new site, for example Isildur1 Poker God is ready.

//

RSYNC Installation Guide

March11

Here’s the best sources of info I could find on setting up RSYNC on Linux and OS X.

And two handy tips -

//