只访问apache服务器的特定用户?

时间:2014-08-11 09:23:00

标签: apache web-services xampp

我在我的机器上安装了xamp服务器。我想要访问我的局域网中的一些用户。但现在每个人都可以访问它。我想限制它。 我试过了

# Close XAMPP sites here
<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from all
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>

请给我建议

0 个答案:

没有答案