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脫衣器

Video Face Swap
使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱門文章

熱工具

記事本++7.3.1
好用且免費的程式碼編輯器

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

禪工作室 13.0.1
強大的PHP整合開發環境

Dreamweaver CS6
視覺化網頁開發工具

SublimeText3 Mac版
神級程式碼編輯軟體(SublimeText3)

要在 Apache 中設置 CGI 目錄,需要執行以下步驟:創建 CGI 目錄,如 "cgi-bin",並授予 Apache 寫入權限。在 Apache 配置文件中添加 "ScriptAlias" 指令塊,將 CGI 目錄映射到 "/cgi-bin" URL。重啟 Apache。

當 Apache 80 端口被佔用時,解決方法如下:找出佔用該端口的進程並關閉它。檢查防火牆設置以確保 Apache 未被阻止。如果以上方法無效,請重新配置 Apache 使用不同的端口。重啟 Apache 服務。

Apache 連接數據庫需要以下步驟:安裝數據庫驅動程序。配置 web.xml 文件以創建連接池。創建 JDBC 數據源,指定連接設置。從 Java 代碼中使用 JDBC API 訪問數據庫,包括獲取連接、創建語句、綁定參數、執行查詢或更新以及處理結果。

有 3 種方法可在 Apache 服務器上查看版本:通過命令行(apachectl -v 或 apache2ctl -v)、檢查服務器狀態頁(http://<服務器IP或域名>/server-status)或查看 Apache 配置文件(ServerVersion: Apache/<版本號>)。

Apache 無法啟動,原因可能有以下幾點:配置文件語法錯誤。與其他應用程序端口衝突。權限問題。內存不足。進程死鎖。守護進程故障。 SELinux 權限問題。防火牆問題。軟件衝突。

如何查看 Apache 版本?啟動 Apache 服務器:使用 sudo service apache2 start 啟動服務器。查看版本號:使用以下方法之一查看版本:命令行:運行 apache2 -v 命令。服務器狀態頁面:在 Web 瀏覽器中訪問 Apache 服務器的默認端口(通常為 80),版本信息顯示在頁面底部。

啟動 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

要從 Apache 中刪除多餘的 ServerName 指令,可以採取以下步驟:識別並刪除多餘的 ServerName 指令。重新啟動 Apache 使更改生效。檢查配置文件驗證更改。測試服務器確保問題已解決。
