XAMPP 中的 httpd-vhosts.conf 在哪里?
Posted
技术标签:
【中文标题】XAMPP 中的 httpd-vhosts.conf 在哪里?【英文标题】:Where is the httpd-vhosts.conf located in XAMPP? 【发布时间】:2021-09-21 06:19:56 【问题描述】:使用 XAMPP 时在哪里可以找到 httpd-vhosts.conf 文件来设置虚拟主机?
【问题讨论】:
【参考方案1】: 窗口:C:\XAMPP\apache\conf\extra\httpd-vhosts.conf
苹果机:/Applications/XAMPP/xamppfiles/etc/extra/httpd-vhosts.conf
Linux:/opt/lampp/etc/extra/httpd-vhosts.conf
请注意,您必须编辑父文件夹中的 httpd.conf
以包含该文件:
Include etc/extra/httpd-vhosts.conf
或者,您也可以在默认包含在 XAMPP 中的httpd-xampp.conf
中插入虚拟主机:
C:\XAMPP\apache\conf\extra\httpd-xampp.conf
苹果机:/Applications/XAMPP/xamppfiles/etc/extra/httpd-xampp.conf
Linux:/opt/lampp/etc/extra/httpd-xampp.conf
【讨论】:
以上是关于XAMPP 中的 httpd-vhosts.conf 在哪里?的主要内容,如果未能解决你的问题,请参考以下文章
xampp中的perl文件夹有啥用,为啥它包含在xampp中? [关闭]