请问如何配置Apache-apollo,使局域网内用户都可访问呢?如题,想让同一个路由器下的用户都可以访问apollo,但是不会配置,网上的回答都是关于Apache的,让找什么httpd.conf,但是apollo 没有这么个文件啊,只有apollo.xml这一个文件,但是却不知道怎么配置,求各位不吝赐教。
listen 222
DocumentRoot E:\phonegap\hellolily\platforms\android\assets\www
AllowOverride All
Options All -Indexes
Order allow,deny
Allow from all
Require all granted
documentRoot 后面跟的是你电脑上项目的路径
<!-- <web_admin bind="https://127.0.0.1:61681"/> -->
<!-- <web_admin bind="https://127.0.0.1:61681"/> -->
<web_admin bind="http://0.0.0.0:61680"/>
<web_admin bind="https://0.0.0.0:61681"/>