Fix Lame Nameserver Error

A lame server, is one that is specifed at the registrar to be authoritative for a domain, but the server itself is not setup in this manner. This is not a configuration issue on your end, but simply an informational message. If you do not want to see these notifications, you may put the following into your named.conf file at the top and restart Bind:

logging {
category lame-servers { null; };
};

  • Email, SSL
  • 0 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Related Articles

Install Microsoft SQL Server

The installation of Microsoft SQL Server, like that of various modern products is fairly easy,...

Copy MySQL database to another server through shell?

Copying MySQL Databases to another server If you are using MySQL 3.23 or later, you can copy the...

Manage Query Cache

You can check whether the query cache is present in your MySQL server using the following...

Restore a database on SQL Server using .mdf, .ldf and .ndf files?

You need to attach the database rather than perform a restore. Using Enterprise Manager: Expand...

redirect using .htaccess

1) Temporary Redirect : Redirect temp / http://www.test.com This will redirect...