Category: Apache HTTP Server
-
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