维基天空

June 21, 2007

appserv and Zend

Filed under: 主机相关|HostInfo — admin @ 9:18 pm

appserv官方站点 http://www.appservnetwork.com/

AppServ 2.4.8

MySQL Root Password Reset
Apache 2.0.59
PHP 4.4.5
MySQL 5.0.27
phpMyAdmin-2.9.2
Download
MD5SUM : 917bffb4f5b7ca6188a4c82b067d39df

AppServ 2.5.8

MySQL Root Password Reset
Apache 2.2.4
PHP 5.2.1
MySQL 5.0.27
phpMyAdmin-2.9.2
Download
MD5SUM : b5daeded874474873a03e75b36511fe7

Zend官方站点 www.zend.com

默认安装完毕后

需要手动修改php.ini
最下面增加

zend_optimizer.encoder_loader=1

June 13, 2007

Invalid Hostname

Filed under: cPanel日志 — admin @ 8:52 pm

Invalid Hostname. (This account is currently not available.). Hostnames may not contains spaces or tabs.

SSH into your server as ROOT

#hostname NEW_HOSTNAME
#/usr/local/cpanel/cpkeyclt
#/sbin/service cpanel restart

Invalid License File

Filed under: cPanel日志 — admin @ 8:50 pm

If you are not using a 15-day trial license, run the following commands:
/scripts/upcp –force
/usr/local/cpanel/cpkeyclt

June 5, 2007

Ubuntu Apache-PHP-MySQL Server

Filed under: 涅磐思考|Thinking — admin @ 1:03 pm

After the default normal installation of Ubuntu, here are the additional steps I need to do to have a Apache-PHP-MySQL Server.

1. SSH Server (for my remote access)

sudo apt-get install ssh
2. Database Server

sudo apt-get install mysql-server
3. Apache HTTP Server

sudo apt-get install apache2
4. PHP for Apache HTTP Server

sudo apt-get install php4
5. MYSQL for Apache HTTP Server

sudo apt-get install libapache2-mod-auth-mysql
sudo apt-get install php4-mysql

Powered by WordPress