Forgetfulness with hair win10 under Deployment apache+php+mysql

Source: Internet
Author: User

WIN10 system re-installed, suddenly received a development task. Think directly on the cloud server directly debugging, the results found that for me, such as rookie, there are too many bumps will affect the overall development progress. Lazy not advisable, so forgetful I put the whole WAMP deployment to remember.

  1. Apache Installation
    • Used in bulk compression packs
        1. The configuration file to be processed first (Apache directory)/conf/http.conf
        2. Note Settings  ServerRoot  "X:/wamp/apache24"
        3. Then there are many modules to load, as needed. Note that these modules are very related to Php,mysql
        4. Set a server browse file

           documentroot "D:/wamp/web"  <  directory  " D:/wamp/web " >   Options Indexes followsymlinks allowoverride All Require all granted  </ directory  >  
        5.  loadmodule php5_module" D:/wamp/php/php5apache2_4.dll "AddType application/x-httpd-php. php. html. Htmphpinidir "d:/wamp/php"  
        6. cmd Run install service command

          D:\application_software\Apache\bin\httpd.exe-K Install-n Apache

        7. Uninstall: sc delete Apache

To upload from IDEA_WJ Source: Baidu Encyclopedia

    • PHP Installation
      • PHP.ini configuration:
        • Note the startup of important function modules such as Extension=php_gd2.dll
        • Extension_dir = X:\WAMP\php\ext;
      • Set environment variable: path, set Php.exe to
    • MySQL Installation
      • Recommended installation package ...
      • Set your password.

Forgetfulness with hair win10 under Deployment apache+php+mysql

Related Article

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.