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运行正常。
分享到:
相关推荐
Installing the apache2.2 service The apache2.2 service is successfully installed. ``` 这意味着Apache服务已成功安装到Windows服务列表中。 4. **启动Apache服务**:使用`net start`命令启动Apache服务: ...
3. **具体错误**:“Failed installing Tomcat6 service”。 4. **错误位置**:在执行 `$tomcat_install/logs/jakarta_service_date.log` 日志文件中记录的 `service.bat` 文件时出现。 #### 解决方案 为了解决...
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...
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...
\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
根据提供的文档信息,本文将详细介绍如何在Linux系统上安装并配置加速版OpenSSL(OCF)及Apache服务器,这是英特尔官方发布的技术文档,主要应用于基于Intel® QuickAssist Technology的安全应用开发环境中。...
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 ...
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 ...
安装 Mumax 3.9.1 和 Gnuplot 5.2 在 Windows 10 中的步骤指南 在这篇文章中,我们将一步步指导用户安装 Mumax 3.9.1 和 Gnuplot 5.2 在 Windows 10 操作系统中。这篇文章将为用户提供详细的安装步骤和相关知识点,...
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 ...
Vissim是一款广泛应用于交通模拟和分析的软件,版本4.3在安装过程中可能会遇到一些问题,特别是"installing plug-ins, please wait"这一步骤可能导致安装停滞。这个问题通常是由于系统环境、软件冲突或者安全软件...
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 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, ...
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 ...
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 ...
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...
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 ...