On Tue, Feb 15, 2011 at 4:38 PM, Norman Fournier
<nor...@normanfournier.com> wrote:
> Krist
>
> Hello,
> I thought it was all part and parcel of the Apache configuration. The
> relevant part of the .db file looks like this:
> $ORIGIN .
> $TTL 14400    ; 4 hours
> e4edmonton.com        IN SOA
>    ns1.normanfournier.com. postmaster.e4edmonton.com. (
>                 2010020305 ; serial
>                 21600      ; refresh (6 hours)
>                 900        ; retry (15 minutes)
>                 604800     ; expire (1 week)
>                 43200      ; minimum (12 hours)
>                 )
>             NS    ns1.normanfournier.com.
>             NS    ns2.normanfournier.com.
> --snip--
> All of the website I host use this same type of file but they stay
> permanently online.
> Are there problems with the version of Apache I am using? I would hate to
> break it by upgrading. I have had bad experiences after upgrading software
> and applications that will not run on a later version, so I am a little gun
> shy.
> Norman

That is a BIND zone file. BIND has nothing to do with apache. See here
for support for BIND:

http://www.isc.org/software/bind

FYI apache 1.3 is considered seriously old. You should investigate
moving to apache 2.0 or 2.2 immediately.

Cheers

Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to