Category: HTTP Server
-
Post Views: 14 1. Since it is ready to use the Yii 2.0 framework, which requires PHP 5.4 or later, it is decided to upgrade the PHP version; 2. The current environment is: Windows 8.1 64, Apache 2.2.25 (http://www.apache.org/)、MySQL-5.5.28、PHP-5.3.5、phpMyAdmin-4.2.9.1; 3. Prepare to upgrade to: Windows 8.1 64, Apache 2.4.12 (http://www.apachelounge.com/)、MySQL-5.5.28、PHP-5.4.42、phpMyAdmin-4.2.9.1,主要是将PHP升级为5.4.42,Apache从VC6编辑的转换为VC9编译的,且升级为2.4.12; 4. Open the URL:http://windows.php.net/download/#php-5.4-ts-VC9-x86, download php-5.4.42-win32-vc9-x86.zip; 5. Read the prompt…
-
Post Views: 11 1. Use Putty to connect to the server remotely; 2. The current operating system is CentOS 6.5 64-bit. 3. Check the disk space usage, command: df-h 4. Check the disk space usage, including the data disk that has not been mounted, command: fdisk-l Friendly reminder: If you execute the fdisk -l command and find that there is…
-
Post Views: 10
-
Post Views: 16 First, the installation steps of Apache are as follows: 1. Prepare the installation file of apache. Its download address is:http://mirrors.hust.edu.cn/apache/httpd/binaries/win32/,其文件名称为:httpd-2.2.25-win32-x86-no_ssl.msi。其中2.2.25表示Apache服务器的版本号;win32-x86表示此安装文件是专门为Windows操作系统提供的;no_ssl表示此安装文件不支持安全套接层协议SSL。 2. Double-click the installation file “httpd-2.2.25-win32-x86-no_ssl.msi” to start the installation, as shown in the picture apache-1. 3. Click the “Next” button in the welcome interface to start the next step, as shown in the picture Apache-2. 4.…
-
Post Views: 9 Since in the URL: http://pecl.php.net/package/memcache/3.0.8/windows The related version of DLL extension of PHP5.2 in the Windows environment cannot be downloaded, as shown in the figure: Finally re-search for a URL:http://museum.php.net/php5/,在其中下载的文件为: PECL-5.2.6-Win32.zip (Because ISAPI is used to execute php, so I chose the thread safe version, which is like this in httpd.conf: loadmodule php5_module c:/php/php5apache2_2.dll is the NS…
-
Post Views: 11 Furtherhttp://localhost/phpmyadmin有时候会被跳转至http://www.localhost.com/phpmyadmin,最后的解决方案为: Insert after phpinidir “c:/php” in the httpd.conf file loadfile “c:/php/php5ts.dll” loadfile “c:/php/libmysql.dll” Just solved! The specific environment of this problem is Apache/2.2.15 (Win32) PHP/5.2.17 Database client version: libmysql – 5.0.51a php extension: mysqli documentation