Perl domain checker script for Apache

 
Main
Downloads
Guestbook
Message board
Contacts
Links
PHP Manual

I. Introduction
II. PHP Reference
III. PHP Security
IV. Features
V. Functions
  Part II
  Part III
  Part IV
VI. PHP Api
VII. FAQ
VIII. Appendixes
IX. HTML Help


This Perl script was designed to facilitate of domains management on Unix based web servers with Apache installed. Usually on big servers with virtual hosting services the httpd.conf contains the very more "VirtualHost" definitions. Sometimes the web servers administrators need to bulk change the domains definitions in httpd.conf and DNS records also. For example in case if hosting provider changing the IP addresses subnet.

As result of this changes the misconfiguration between Apache and DNS records can take place and some domains will not work properly. What is why the domain_checker.pl script will help to detect this errors.

To use this scripts just necessary to upload it on your server and indicate the path to httpd.conf file ($httpd = "/usr/local/etc/apache/httpd.conf";). Yuo can run this scripts by means Inernet Browser, SSH or Telnet. The script will analyse your httpd.conf file and DNS records and display all incorrect domains.


Click here to download ZIP archive

Click here to download TAR archive