XAMPP Apache server does not start the solution properly

Source: Internet
Author: User

XAMPP (Apache+mysql+php+perl) is a powerful built-in XAMPP software station integration package. Introduction of what, see Baidu Encyclopedia http://baike.baidu.com/link?url=- Ue7psih2bytv1n5p82nnppt8l6kjzwuivbdydcdf5ol4qbp8invkuvrzm1xvaswq-o37noixn8llvkrrmjyda

Attached to the official:

  Https://www.apachefriends.org/download.html

Sometimes the Apache server does not start normally, possibly because the Apache server uses the port which is occupied by other programs, for example: Thunderbolt and so on.
Workaround:
1. 80 Port Conflict

Workaround:
Open the httpd.conf file under directory D:\xampp\apache\conf (install directory D:\xampp), Listen and ServerName localhost:80 in the 80 to 8080 or other values (try not to use 0-1023 ports, this is the system reserved port), to maintain consistency.

  

2. Listening on port 443 conflicts

Workaround:
Open the httpd-ssl.conf file under directory D:\xampp\apache\conf\extra (install directory D:\xampp) and comment out Listen 443 This sentence: # Listen 443 or change 443 to 4433 or another value (try not to use 0-1023).

  

 

XAMPP Apache server does not start the solution properly

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.