`
lgl669
  • 浏览: 173742 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Port 80 or 443 (SSL) already in use ! Installing Apache2.2 service failed!的解决方案

    博客分类:
  • java
阅读更多
Port 80 or 443 (SSL) already in use ! Installing Apache2.2 service failed!的解决方案2009年01月27日 星期二 08:59 P.M.问题:安装XAMPP 1.70过程中,报错 : Port 80 or 443 (SSL) already in use ! Installing Apache2.2 service failed!

                           

在XAMPP Control Panel上,不能正常启动Apache服务。不能登录http://localhost。
原因:某些应用程序或服务,如IIS,Skype等可能占用80端口或443端口。造成Apache不能使用此端口。

解决方案:修改apache使用的端口号。

如:

1)修改xampp\apache\conf\extra\httpd-ssl.conf文件

# Note: Configurations that use IPv6 but not IPv4-mapped addresses need two

#       Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443"

#

Listen 443

改成

# Note: Configurations that use IPv6 but not IPv4-mapped addresses need two

#       Listen directives: "Listen [::]:1443" and "Listen 0.0.0.0:1443"

#

Listen 1443;

2)修改xampp\apache\conf\ httpd.conf文件

#Listen 12.34.56.78:80

Listen 80

改成

#Listen 12.34.56.78:800

Listen 800

PS:443,80端口也可以根据需要改成其他端口如2443,8080等。

XAMPP Control Panel中Apache运行正常。


分享到:
评论

相关推荐

    手动添加Apache服务

    Installing the apache2.2 service The apache2.2 service is successfully installed. ``` 这意味着Apache服务已成功安装到Windows服务列表中。 4. **启动Apache服务**:使用`net start`命令启动Apache服务: ...

    Failed to install Tomcat6 service(Tomcat6安装失败解决方法)

    3. **具体错误**:“Failed installing Tomcat6 service”。 4. **错误位置**:在执行 `$tomcat_install/logs/jakarta_service_date.log` 日志文件中记录的 `service.bat` 文件时出现。 #### 解决方案 为了解决...

    ramin 2.2 for xp

    The remote computer can be anywhere on the Internet or in your local network. You don't need a fast network connection. Even with a MODEM the screen update speed is an acceptable 5-10 screen updates...

    Python核心编程(英文版)

    Section 2.2. Program Input and the raw_input()Built-in Function Section 2.3. Comments Section 2.4. Operators Section 2.5. Variables and Assignment Section 2.6. Numbers Section 2.7. Strings Section 2.8...

    windows安装apache系统中无apache2服务解决方案

    \Program Files\Apache Software Foun dation\Apache2.2\bin C:\Program Files\Apache Software Foundation\Apache2.2\bin>cmd /k httpd.exe -k in stall -n apache2 Installing the apache2 serv

    Installing Accelerated OpenSSL (OCF) and Apache* on Linux*

    根据提供的文档信息,本文将详细介绍如何在Linux系统上安装并配置加速版OpenSSL(OCF)及Apache服务器,这是英特尔官方发布的技术文档,主要应用于基于Intel® QuickAssist Technology的安全应用开发环境中。...

    Apache.Maven.Cookbook.1785286129

    If you are a Java developer or a manager who has experience with Apache Maven and want to extend your knowledge, then this is the ideal book for you. Apache Maven Cookbook is for those who want to ...

    Apache Spark 2.x Cookbook

    This book contains recipes on how to use Apache Spark as a unified compute engine Cover how to connect various source systems to Apache Spark Covers various parts of machine learning including ...

    Installing-Mumax-and-Gnuplot-in-Windows-10-Step-by-Step

    安装 Mumax 3.9.1 和 Gnuplot 5.2 在 Windows 10 中的步骤指南 在这篇文章中,我们将一步步指导用户安装 Mumax 3.9.1 和 Gnuplot 5.2 在 Windows 10 操作系统中。这篇文章将为用户提供详细的安装步骤和相关知识点,...

    Learning Apache Karaf

    Chapter 1: Installing Apache Karaf Chapter 2: Commanding the Runtime Chapter 3: System Configuration and Tuning Chapter 4: Provisioning Chapter 5: Deploying Applications Chapter 6: Deploying ...

    vissim4.3安装出现问题解决方案.doc

    Vissim是一款广泛应用于交通模拟和分析的软件,版本4.3在安装过程中可能会遇到一些问题,特别是"installing plug-ins, please wait"这一步骤可能导致安装停滞。这个问题通常是由于系统环境、软件冲突或者安全软件...

    Apache Oozie Essentials(PACKT,2015)

    As more and more organizations are discovering the use of big data analytics, interest in platforms that provide storage, computation, and analytic capabilities is booming exponentially. This calls ...

    apache-maven-3.3.9.rar

    Apache Maven What is it? ----------- Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project's build, ...

    Vagaa哇嘎画时代--体验群体智慧的力量!

    3.4 You may not use, test or otherwise utilize the Software in any manner for purposes of developing or implementing any method or application that is intended to monitor or interfere with the ...

    Your Uninstaller! 7

    YOU AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE AGREEMENT AND THE LIMITATIONS OF YOUR LICENSE BY INSTALLING, COPYING, DISTRIBUTING OR OTHERWISE USING YOUR UNINSTALLER! IF YOU DO NOT AGREE, DO NOT ...

    polycom宝利通视频会议软件3.9 2018

    You are not permitted to lease, rent, distribute, assign, sell or sublicense the SOFTWARE PRODUCT, in whole or in part, or to use the SOFTWARE PRODUCT in a time-sharing, subscription service, service...

    Apache Geronimo 2.1_ Quick Reference.pdf

    Deploying and running or debugging the application in Geronimo 305 Summary 306 Chapter 12: Clustering 307 WADI 308 Updating deployment descriptor and deployment plan 308 Load balancing with ...

Global site tag (gtag.js) - Google Analytics