Recent content by tkalfaoglu

  1. tkalfaoglu

    Instruction A script to change the IP addresses of all hosts of a domain for migration - change-DNS-records.rexx 2.0: Mass DNS record change tool - Added ipv6 support

    This tool updates domain DNS entries in PLESK in bulk. To use it, simply specify the domain name, and the IP addresses of your (new) server. New Version: * Permits multiple IP addresses separated by commas (The first ip4 and ip6 are used for all records except SPF; all IP's are used for the...
  2. tkalfaoglu

    Instruction A script to change the IP addresses of all hosts of a domain for migration 2.0

    When migrating domains to a new server, you may need to change the IP addresses related to that domain at the SOURCE server. So that when the migration is done, the old server advertises the new IP of that domain. PLESK doesn't do it by default, and it gets painful to do it manually. This script...
  3. tkalfaoglu

    Instruction Remove all GeoIP database files, replacing them with symlinks and updating PHP open_basedir

    The GeoLite2-Country.mmdb file is required for many wordpress addons, and other software. The proliferation of this file causes many duplicate copies, and updating them all takes considerable time and disk space. A 300-hosting server may contain 100 copies of that file easily. So I wrote a rexx...
  4. tkalfaoglu

    Instruction How to find the busiest web site

    To find the busiest web site, I figured the size of the access_log files should provide a clue, so I wrote something in OORexx. (you need to install oorexx and oorexx-devel for this, like yum install oorexx oorexx-devel): #!/bin/rexx "rxqueue /clear" "find /var/www/vhosts -name access_log |...
Back
Top