Recent content by Gander

  1. Gander

    HOW-TO: Install APC

    My config: Debian 5 + Apache 2.2 + PHP 5 CLI + Zend Engine v2 + DA 1.35 Install autoconf: apt-get install autoconf Install APC using PECL:pecl install apc After install process we have messages like this: Build process completed successfully Installing...
  2. Gander

    awstats & webalizer symlinks (after domain & subdomain created)

    Source: I want domain.com/stats to be present by default My Scripts: domain_create_post.sh #!/bin/sh ln -s ../stats /home/$username/domains/$domain/public_html/stats ln -s ../awstats /home/$username/domains/$domain/public_html/awstats exit 0; subdomain_create_post.sh #!/bin/sh ln -s...
  3. Gander

    awstats & webalizer symlinks maker

    Source: I have existing awstats folders in my Users public_html folders. I need to make them links My Script: #!/bin/sh STATS_LIST="stats awstats" for html in `ls -d /home/*/domains/*/public_html`; do { echo for stat in $STATS_LIST; do { if [ ! -e "$html/../$stat" ]; then echo...
  4. Gander

    DirectAdmin on domain instead ip address

    Hello. I have some problem and maybe you could help me with this: When I enter addres "my-domain.com:2222", I am redirected to global server ip ex: "87.98.158.xxx:2222" and there i can see login form to DA". I want to set a new domain / subdomain to manage DA, ex: "my-cp-domain.com" or...
Back
Top