Access to the requested object is only available from the local network.
作者:会飞的
Access to the requested object is only available from the local network.xampp 访问出现Access forbidden 设置后xampp的security的密码后,发现不能登录,出现以下错误: Access forbidden<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-st
Access to the requested object is only available from the local network.
xampp 访问出现Access forbidden
设置后xampp的security的密码后,发现不能登录,出现以下错误: Access forbidden
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-
info))">
Order deny,allow
#Deny from all
Allow from 127.0.0.0/8
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
需要注释Deny from all,即
#Deny from all
注:需要重启apache[/opt/lampp/lampp restartapache]
就可以远程登录xampp了,默认的管理员的用户名是lampp,密码是自己在security时设置的。
猜你喜欢
您可能感兴趣的文章:
- nginx内置全局变量及含义
- elasticsearch常用命令
- linux下安装ab压力测试工具及ab命令详解
- processlist中哪些状态要引起关注
- MySQL 性能优化技巧
- 生产环境CPU过高问题定位
- Linux netstat常用命令
- TCP连接数过多问题
- mysql 获取最后一条id
- killall命令杀死所有进程
- 使用ab进行页面的压力测试
- 解决centos yum安装
- Ansible
- php 利用array_slice函数获取随机数组或前几条数据
- PHP 换行
- ISSET()、empty()、is_numeric()的使用方法
- 排序算法
- 40个技巧优化您的PHP代码
- 40个迹象表明你还是PHP菜鸟