Articles by nayyares
-
Resolving Domains Internally And Externally With Bind9 And Caching Nameserver
Author: nayyares • Tags: bind, dns • Comments: 4Resolving Domains Internally And Externally With Bind9 And Caching Nameserver Some times, we are required to resolve our internal domains on a local nameserver and external (internet) domains on our ISP's nameserver. There are different solutions to this problem, but in this howto, we are going to solve it through configuring a combination of caching-nameserver and BIND 9.
-
.htaccess Based Authentication On Subdirectories
Author: nayyares • Tags: apache, apache • Comments: 5.htaccess Based Authentication On Subdirectories .htaccess is used to provide facility of changing configuration per directory basis, this file can contain one or more directives that are going to be forced on the directory that contains the.htaccess file. In this howto, I will take a dummy scenario of two parallel level subdirectories and will implement password authentication on both of them. This means only those users can access these directories that have the correct username and password.