[Arch] APE DNS configuration

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • zezke
  • Registratie: September 2006
  • Laatst online: 15:55
Hallo,

ik ben momenteel bezig met hier thuis een kleine testserver op te zetten voor een aantal projecten. De server is een oude desktop pc met Arch Linux die achter een Belkin router met DD-WRT firmware hangt. Ik had graag APE geïnstalleerd, maar ik heb moeilijkheden bij deze stap van de setupguide:
If you use APE on a server

You need to:
Create a subdomain pointing to the server where APE is installed. For example, the subdomain of yourdomain.com is ape.yourdomain.com
Create a Catch-All CNAME redirecting all requests from *.ape.yourdomain.com to ape.yourdomain.com

Edit your DNS configuration.

If you use bind9 add those line to your zone file:
ape IN A x.x.x.x ; The IP address of your APE server
*.ape IN CNAME ape
Op mijn Arch Linux installatie is geen bind9 te vinden, dus ik ga er ook maar vanuit dat ik een andere methode zal moeten gebruiken. Ik heb echter geen flauw idee elke methode want mijn kennis van DNS is beperkt tot de basis. Google leverde ook niets op, hebben jullie toevallig een idee?