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

Important Scripts

By |March 24, 2009|Categories: Issues, Scripts|0 Comments

========================= Resore pkg cat /root/finallist | awk -F. '{print $1}' > /root/list0 for i in `cat /root/list0`;do /scripts/restorepkg [...]

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 [...]

Go to Top