IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> PHP知识库 -> WIN XAMPP端口占用及配置虚拟主机解决方案 -> 正文阅读

[PHP知识库]WIN XAMPP端口占用及配置虚拟主机解决方案

其实PHP集成环境有很多,为什么使用XAMPP呢,这个没有太多的理由,如果非得说一个的话,那就是PHP官方第一推荐,见下面截图:
在这里插入图片描述
https://www.php.net/manual/zh/install.windows.tools.php

一、端口占用
启动XAMPP集成环境log报错如下:

15:11:13  [Apache]  Error: Apache shutdown unexpectedly.
15:11:13  [Apache]  This may be due to a blocked port, missing dependencies,
15:11:13  [Apache]  improper privileges, a crash, or a shutdown by another method.
15:11:13  [Apache]  Press the Logs button to view error logs and check
15:11:13  [Apache]  the Windows Event Viewer for more clues
15:11:13  [Apache]  If you need more help, copy and post this
15:11:13  [Apache]  entire log window on the forums

解决办法:
1、xampp7.3.30\apache\conf\httpd.conf修改端口号

#Listen 80
Listen 777

2、xampp7.3.30\apache\conf\extra\httpd-ssl.conf注释掉

#Listen 443

重新启动,问题解决!

15:19:24  [Apache]  Problem detected!
15:19:24  [Apache]  Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 7628!
15:19:24  [Apache]  Apache WILL NOT start without the configured ports free!
15:19:24  [Apache]  You need to uninstall/disable/reconfigure the blocking application
15:19:24  [Apache]  or reconfigure Apache and the Control Panel to listen on a different port
15:19:24  [Apache]  Attempting to start Apache app...
15:19:24  [Apache]  Status change detected: running

二、配置虚拟主机
1、C:\Windows\System32\drivers\etc\host文件添加代码:

127.0.0.1 xx.local.com

2、xampp7.3.30\apache\conf\extra\httpd-vhosts.conf添加

<VirtualHost *:777>
    DocumentRoot "项目地址" #注意public目录
    ServerName xx.local.com #与host文件域名保持一致
	<Directory "项目地址"> #没有这4行,有问题
		AllowOverride All 
		Require all granted
	</Directory>
</VirtualHost>

3、浏览器访问xx.local.com,配置ok !!!!

  PHP知识库 最新文章
Laravel 下实现 Google 2fa 验证
UUCTF WP
DASCTF10月 web
XAMPP任意命令执行提升权限漏洞(CVE-2020-
[GYCTF2020]Easyphp
iwebsec靶场 代码执行关卡通关笔记
多个线程同步执行,多个线程依次执行,多个
php 没事记录下常用方法 (TP5.1)
php之jwt
2021-09-18
上一篇文章      下一篇文章      查看所有文章
加:2022-03-04 15:18:53  更:2022-03-04 15:19:28 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/23 11:51:10-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码