当前位置: 首页 > 知识库问答 >
问题:

macos mamp上的VirtualhostERR_CONNECTION_REFUSED

罗伟志
2023-03-14

我在MacOS Big Sur(当我有Catalina时,问题也存在)和MAMP下有一台Mac电脑

我想创建一个虚拟主机

以下是我所做的:

  • 在Application/MAMP/conf/apache/httpd中。conf,我取消了对Include/Applications/MAMP/conf/apache/extra/httpd vhosts行的注释。形态
127.0.0.1 test.deva
127.0.0.1 test.localhost
  • 这是我的应用程序/MAMP/conf/apache/httpd vhosts。配置文件
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at 
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
NameVirtualHost *

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost *:8888>
 DocumentRoot /Aplications/MAMP/htdocs
 ServerName localhost
</VirtualHost>
<VirtualHost *:8888>
         DocumentRoot "/Applications/MAMP/htdocs/testhost"
         ServerName test.deva
         ServerAlias www.test.deva
</VirtualHost>

在我检查的MAMP参数中,我有端口8888

在htdocs/testhost我只有一个index.html文件

我尝试了很多我在帖子上看到的问题都是一样的,但是我仍然有一个错误

请问怎么做?

共有1个答案

单于钊
2023-03-14

我在macOS Big Sur上遇到了同样的问题,为本地Web开发设置了Docker。

将配置更改为侦听端口8080为我解决了这个问题。

 类似资料:
  • Animal.java 我为它创建了以下自定义断言: AnimalAssert.java 编辑:基于第一个答案(cglib需要一个),我用一个no arg构造函数更新了动物类,但是抛出了相同的异常

  • 我的应用程序一直在许多Android平台上报告这个问题(4.1、4.0.4、2.3.6.…)。但我无法在我的手机上复制这个问题。我已经在Google上搜索了这个问题,但堆栈跟踪似乎与我的不一样。

  • 我有一台带有Intel CPU的Windows机器(在引导菜单上启用VMX)。我使用VirtualBox在上面运行Ubuntu Guest。我在上面运行qemu,以运行另一个Guest OS,使用kvm(选项)。 我在尝试插入kvm-intel模块时收到以下错误: 我已经检查了来宾操作系统中的vpx标志,但我也没有看到 有没有办法在来宾Ubuntu操作系统中启用kvm支持,以便我可以在Ubuntu

  • 我试图从java程序中使用Spark SQL,其中pom.xml中的依赖关系指向Spark版本1.6.0。下面是程序 但是,我在线程“main”java.lang.nosuchmethoderror:org.apache.spark.sql.sqlcontext.sql(ljava/lang/string;)lorg/apache/spark/sql/dataframe中出现异常;我正在创建一个平

  • 主机系统为ARCHLinux。我想开发需要运行Windows docker容器的.NET4.6.1应用程序。所以我在VirtualBox下运行Win10。然后我在Win10中安装Docker,以运行Windows Docker容器。Linux->VirtualBox->Win10->Docker->Windows Docker容器->要运行的应用程序。 或者更具体地说,VirtualBox是否支持

  • 问题内容: 我正在尝试根据此教程在我的应用程序中实现NotificationListenerService:http : //www.kpbird.com/2013/07/android- notificationlistenerservice.html ,但是调用getActiveNotifications时出现NullPointerException。 我正在向该服务发送广播,该广播应生成所有