服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. Debian linux
  3. 防止从一组有限的IP地址访问phpMyAdmin
Intereting Posts
如何在Unix / Linux系统上从命令行recursionsearch和replace Linux显示的磁盘空间less于所有磁盘的摘要 AWS安全组不足作为防火墙的示例? 无法在Windows上访问SMB共享,​​但可以在Linux上访问 从卷名反向devisediskimagepath? Quantum LTO-4磁带机使用新磁带失败,需要经常清理 加载共享库时出错/lib/libsepl.so.1:无法读取文件数据 将可变pathpath插入nginx位置configuration 用OpenSSL构buildNTP 通过iptables在桥上扫描标记的stream量 创build新文件时,文件夹默认ACL不会inheritance 在CentOS 6上安装Nagios 3.5.0 如何更改psycopg2查找pid文件的位置? 连接到不同域上的共享时,不会提示input凭据 我怎么能添加另一个新的ip到我的Ubuntu服务器?

防止从一组有限的IP地址访问phpMyAdmin

我如何限制只从特定IP地址访问phpMyAdmin? 我想要phpMyAdmin,这是托pipe在数据中心,只能从我的办公室的IP范围访问。 LAMP和phpMyAdmin在Debian 6 linux服务器上运行。

  • 从Perl执行的SSH立即得到SIGSTOP
  • Debian:无法连接到我刚刚创build的用户的SSH
  • 关于/ dev / md分区表的警告? 在preseed安装。 (Debian Lenny)
  • loginDebian(挤压)破碎
  • 在LVM上引导根文件系统

在vhostconfiguration或相应的.htaccess文件中添加/编辑以下内容:

 <Location /path/to/phpmyadmin> Order allow,deny Allow from 1.2.3.4 Allow from 5.4.3.2 Deny from all </Location> 

根据需要将pathreplace为文件夹和IP。

  • NFS公共实用程序无法启动
  • 如何在shell脚本中findapt-get更新后是否可用的升级版本
  • 在Debian服务器上testingPHP脚本加载
  • 停止一个不可阻挡的openvz容器
  • networking驱动程序更新 – Linux仍然加载旧的驱动程序版本
  • Debian / kFreeBSD在ZFS上使用ACL
  • Debian 6安装 – 无法分区/安装英特尔Raid控制器(只读)
  • 下载PHP文件,而不是在Apache的UserDir中执行
  • 修改Debian Squeeze的Debian Sarge安装说明(资源列表)
  • 由于未满足的依赖关系,应用程序不能安装

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy