One-click installation of apache + php runtime environment using xampp in windows. xamppapache_PHP tutorial

Source: Internet
Author: User
In windows, use xampp to install the apache + php runtime environment with one click, and xamppapache. In windows, you can use xampp to install the apache + php runtime environment with one click. thank you for choosing xamppapache. I want to develop an inventory management system for my dad. I would like to take this opportunity to use xampp to install the apache + php runtime environment with one click in windows ex, xamppapache

Thank you for browsing. thank you for choosing =. =

I want to develop an inventory management system for my dad. I would like to take this opportunity to try it out in the ext + php + apache + linux environment.

To build a local development and testing environment in windows, download xampp from the official website and install apache and mysql environments with one click.

Start xampp and check that port 80 is occupied by IIS and port 443 is occupied by VMware.

Therefore, du Niang informed:
443: the configuration file is in C: \ xampp \ apache \ conf \ extra \ httpd-ssl.conf
Modify port 443 in the file to Port 444.
80: the configuration file is located in C: \ xampp \ apache \ conf \ httpd. conf.
Modify port 80 in the file to 60000.
Access localhost: 60000/xampp to solve the problem

However, you still cannot use xampp to quickly start the browser to access port 60000, locate port 80, and enter the iis page.
So I looked for whether xampp had services that needed to be restarted and found that no. Then find the xampp configuration file, and indeed the xampp-control.ini file found the following configuration:
[ServicePorts]
Apache = 80
ApacheSSL = 443
MySQL = 3306
Change to 60000,444 and restart xampp. The problem is solved.

Add multiple ports and sites to apache:
Modify file C: \ xampp \ apache \ conf \ extra \ httpd-vhosts.conf

ServerAdmin webmaster@dummy-host.localhost
DocumentRoot "E: \ ApacheRoot \ rivertest"
ServerName localhost
ServerAlias localhost
ErrorLog "log/dummy-host2.localhost-error.log"
CustomLog "logs/dummy-host2.localhost-access.log" common

Options Indexes FollowSymLinks
AllowOverride All
Require all granted



ServerAdmin webmaster@dummy-host.localhost
DocumentRoot "C:/xampp/htdocs"
ServerName localhost
ServerAlias localhost
ErrorLog "log/dummy-host.localhost-error.log"
CustomLog "logs/dummy-host.localhost-access.log" common

Options Indexes FollowSymLinks
AllowOverride All
Allow from all

Thanks for browsing. welcome to the discussion =. = I want to develop an inventory management system for my dad and take this opportunity to use ex...

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.