Logo

Blog

Blog2023-09-28T15:24:41+05:30
1802, 2009

PHP 5 Local

By |February 18, 2009|Categories: Php|0 Comments

As php5 compiled in the cgi mode customers cannot to use .htaccess directives like php_admin, php_value, php_flag. In [...]

1802, 2009

Open SSL

By |February 18, 2009|Categories: General discussions, Issues|0 Comments

wget http://www.openssl.org/source/openssl-0.9.7d.tar.gz tar zxf openssl-0.9.7d.tar.gz cd openssl-0.9.7d ./configure --prefix=/usr make make test make install ./configure make make test [...]

1802, 2009

Wild Card DNS

By |February 18, 2009|Categories: Dns|0 Comments

For the DNS, edit the DNS zone file and add the following: Code: * IN A x.x.x.x (where [...]

1802, 2009

OpenDNS error

By |February 18, 2009|Categories: Dns, Issues|0 Comments

change etc/named.conf from: options { directory "/var"; auth-nxdomain no; pid-file "/var/run/named/named.pid"; to this: options { directory "/var"; auth-nxdomain [...]

2901, 2009

cpanel backup script

By |January 29, 2009|Categories: Scripts|0 Comments

cat /etc/trueuserdomains | awk -F: '{print $2}' > /root/users for i in `cat /root/users`;do /scripts/pkgacct $i; scp /home/cpmove-$i.tar.gz [...]

Go to Top