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
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
If you are not using a 15-day trial license, run the following commands:
/scripts/upcp –force
/usr/local/cpanel/cpkeyclt
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