通过 Apache 2.4 启用从我的公共 IP 而不是本地主机的访问

通过 Apache 2.4 启用从我的公共 IP 而不是本地主机的访问

我有 Ubuntu 14.04,apache 2.4.7

$ apache2 -v
Server version: Apache/2.4.7 (Ubuntu)
Server built:   Apr  3 2014 12:20:28

我尝试过多次从我的公共 IP 访问

首先,我启用 authz_host:

$ sudo a2enmod authz_host

然后,我跟随这个问题配置Apache:

不幸的是,我找不到路径为:/etc/apache2/conf.d/restrict.conf 的文件

我的问题:允许从公共 IP 访问的新配置文件是什么。

这意味着:能够访问:

或者通过:http://localhost/myProject

或者通过: http://87.x.x.x/myProject

相关内容