WIN7_64中安装XAMPP集成环境apache开机后不得不启动一次
WIN7_64中安装XAMPP集成环境apache开机后只能启动一次
WIN7_64中安装XAMPP集成环境apache开机后只能启动一次
试装过好几个WIN7_64 都不行,同样的问题,详情如下:
开机后,打开XAMPP控制台,开启apache服务,可以启动80/443,
然后关闭apache服务,再完全退出控制台,
接着,再点开一次控制台,打开apache服务,提示80和443端口被未知占用,
经查,属system PID=4占用,,在网上寻求解决,大多数提到修改主册表......./....../....../http/stat(word)值为4或为0,重启后,
多次开关控制台,问题依旧如上,得不到解决,
笔记本系统为:WIN7 64位 旗舰版GHOST
硬件平台:I5 CPU:4210 GPU:GTX850+2G MEM:4G Harddisk:1TB
Xampp控制台版本为:V3.1.0
第二次启动时提示信息如下:
下午 9:06:42 [main] Initializing Control Panel
下午 9:06:42 [main] Windows Version: Windows 7 Ultimate SP1 64-bit
下午 9:06:42 [main] XAMPP Version: ???
下午 9:06:42 [main] Control Panel Version: 3.1.0 Center [ Compiled: September 20th 2012 ]
下午 9:06:42 [main] Running with Administrator rights - good!
下午 9:06:42 [main] XAMPP Installation Directory: "c:\xampps\"
下午 9:06:42 [main] Checking for prerequisites
下午 9:06:42 [main] All prerequisites found
下午 9:06:42 [main] Initializing Modules
下午 9:06:42 [Apache] Problem detected!
下午 9:06:42 [Apache] Port 80 in use by "unknown program"!
下午 9:06:42 [Apache] Apache WILL NOT start without the configured ports free!
下午 9:06:42 [Apache] You need to uninstall/disable/reconfigure the blocking application
下午 9:06:42 [Apache] or reconfigure Apache to listen on a different port
下午 9:06:42 [Apache] Problem detected!
下午 9:06:42 [Apache] Port 443 in use by "unknown program"!
下午 9:06:42 [Apache] Apache WILL NOT start without the configured ports free!
下午 9:06:42 [Apache] You need to uninstall/disable/reconfigure the blocking application
下午 9:06:42 [Apache] or reconfigure Apache to listen on a different port
下午 9:06:42 [mysql] Problem detected!
下午 9:06:42 [mysql] Port 3306 in use by "mysqld.exe"!
下午 9:06:42 [mysql] MySQL WILL NOT start without the configured ports free!
下午 9:06:42 [mysql] You need to uninstall/disable/reconfigure the blocking application
下午 9:06:42 [mysql] or reconfigure MySQL to listen on a different port
下午 9:06:42 [main] The Mercury module is disabled
下午 9:06:42 [main] The Tomcat module is disabled
下午 9:06:42 [main] Starting Check-Timer
下午 9:06:42 [main] Control Panel Ready
下午 9:06:53 [Apache] Attempting to start Apache app...
现在论坛上急求解决!!!请各位帮忙!
不要在网上复制了,我百度过好多方法不行的,或者你有认为一定是我的ghost系统问题 ,
请提供一个你认为没有问题的ghost,表示感谢!!!
------解决思路----------------------
退出时相关端口没有被关闭,这显然是集成环境的问题
换一个 XAMPP 的版本或换一种集成环境软件
------解决思路----------------------
同意楼上,换个版本试试。

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

热门话题

运行 H5 项目需要以下步骤:安装 Web 服务器、Node.js、开发工具等必要工具。搭建开发环境,创建项目文件夹、初始化项目、编写代码。启动开发服务器,使用命令行运行命令。在浏览器中预览项目,输入开发服务器 URL。发布项目,优化代码、部署项目、设置 Web 服务器配置。

要在服务器端设置字符编码以解决 Bootstrap Table 乱码,需要按以下步骤进行:检查服务器字符编码;编辑服务器配置文件;设置字符编码为 UTF-8;保存并重启服务器;验证编码。

要在 Apache 中设置 CGI 目录,需要执行以下步骤:创建 CGI 目录,如 "cgi-bin",并授予 Apache 写入权限。在 Apache 配置文件中添加 "ScriptAlias" 指令块,将 CGI 目录映射到 "/cgi-bin" URL。重启 Apache。

启动 Apache 的步骤如下:安装 Apache(命令:sudo apt-get install apache2 或从官网下载)启动 Apache(Linux:sudo systemctl start apache2;Windows:右键“Apache2.4”服务并选择“启动”)检查是否已启动(Linux:sudo systemctl status apache2;Windows:查看服务管理器中“Apache2.4”服务的状态)启用开机自动启动(可选,Linux:sudo systemctl

本文介绍几种检查Debian系统OpenSSL配置的方法,助您快速掌握系统安全状态。一、确认OpenSSL版本首先,验证OpenSSL是否已安装及版本信息。在终端输入以下命令:opensslversion若未安装,系统将提示错误。二、查看配置文件OpenSSL主配置文件通常位于/etc/ssl/openssl.cnf。您可以使用文本编辑器(例如nano)查看:sudonano/etc/ssl/openssl.cnf此文件包含密钥、证书路径及加密算法等重要配置信息。三、利用ope

本文将阐述如何通过分析Debian系统下的Apache日志来提升网站性能。一、日志分析基础Apache日志记录了所有HTTP请求的详细信息,包括IP地址、时间戳、请求URL、HTTP方法和响应代码等。在Debian系统中,这些日志通常位于/var/log/apache2/access.log和/var/log/apache2/error.log目录下。理解日志结构是有效分析的第一步。二、日志分析工具您可以使用多种工具分析Apache日志:命令行工具:grep、awk、sed等命令行工具可

要从 Apache 中删除多余的 ServerName 指令,可以采取以下步骤:识别并删除多余的 ServerName 指令。重新启动 Apache 使更改生效。检查配置文件验证更改。测试服务器确保问题已解决。

有 3 种方法可在 Apache 服务器上查看版本:通过命令行(apachectl -v 或 apache2ctl -v)、检查服务器状态页(http://<服务器IP或域名>/server-status)或查看 Apache 配置文件(ServerVersion: Apache/<版本号>)。
