Configure Apache2 + PHP5 + MYSQL5

Source: Internet
Author: User
Configuration process: (1) http. conf runs PHP directly as a module of apache: LoadModulephp5_moduleC: phpphp5apache2. the dllAddTypeapplicationx-httpd-php.php creates a www directory under the Apache Directory for storing site files, in the http. in conf: change DocumentRootD: Apache2htdocs to Apache

Configuration process:
  
(1) http. conf
Run PHP directly as a module of apache:
LoadModule php5_module "C:/php/php5apache2. dll"
AddType application/x-httpd-php. php
  
A www directory is created under the Apache Directory to store site files. in http. conf:
Change DocumentRoot "D:/Apache2/htdocs" to DocumentRoot "D:/Apache2/www"
Direct column Directory:
Options FollowSymLinks
AllowOverride None
Changed:
Options Indexes FollowSymLinks
AllowOverride None
Set the default character to simplified Chinese characters:
Adddefacharcharset GB2312
Restart apache
  
(2) php. ini
Copy php. ini-dist to C: \ windows and rename it php. ini.
Extension_dir = "C: \ php \ ext"
Remove the following semicolon to support mysql:
; Extension = php_mysql.dll
Copy libmysql. dll and libmysqli. dll in the php directory to windows/system32.
Restart apache
  
(3) Mysql
Install Mysql:
Then browse "http: // localhost/phpmyadmin"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.