Apache 443 Port Occupancy workaround

Source: Internet
Author: User

When you run Httpd.exe, the following issues occur

The reason is that starting Apache consumes 443 ports, while 443 is occupied by other programs. We just need to get rid of Apache default port 443.

Online search, said to change the apache24\conf\extra\httpd-ssl.conf file in the 443 port, I tried, and no use. Perhaps the new version of the Apache configuration is not in this file.

After some research, modify the httpd-ahssl.conf file in 443 to 442.

#           socache_shmcb_module (for default value of Sslsessioncache)443 HTTPS    # Modify to Listen 442 HTTPS # # # #  SSL Global Context

Apache 443 Port Occupancy workaround

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.