要达到的目的双Apache+PHP能正常的被DNS轮询解析到Apache12服务器能正常访问NFS上的静态资源PHP12服务器能正常访问NFS上的PHP资源Apache12和PHP12服务器都能和MariaDB数据库服务器通信最终实现低价格提高网站负载的方案由于这里使用了7台服务器所以下文区别服务器的方法请看命..
分类:
Web程序 时间:
2014-08-17 17:11:03
阅读次数:
706
1:设置mysql的配置文件 /etc/mysql/my.cnf 找到 bind-address =127.0.0.1 将其注释掉;//作用是使得不再只允许本地访问; 重启mysql:/etc/init.d/mysql restart;2:登录mysql数据库:mysql -u root -p...
分类:
数据库 时间:
2014-08-17 16:55:52
阅读次数:
285
Unix/Linux支持伯克利风格的套接字编程,它同时支持面向连接和面向无连接类型的套接字。
套接字最常用的一些系统调用:
socket()
bind()
connect()
listen()
accept()
send()
recv()...
分类:
其他好文 时间:
2014-08-17 14:22:42
阅读次数:
388
今天浏览jQuery的deprecated列表,发现live()和die()在里面了,赶紧看了一下,发现从jQuery1.7开始,jQuery引入了全新的事件绑定机制,on()和off()两个函数统一处理事件绑定。因为在此之前有bind(), live(), delegate()等方法来处理事件.....
分类:
其他好文 时间:
2014-08-17 14:16:02
阅读次数:
219
在开发工程中常常会遇到java.net.BindException: Address already in use: bind 或者 Port 8080 is already is use等异常,然后web server不能启动等问题,这是因为已经有其他程序或者进程占用了相应的端口,解决这个问题就要...
分类:
其他好文 时间:
2014-08-17 10:19:42
阅读次数:
282
1408171404636### <iq id="aSb6h-0" type="set" from="linux/eab452f7"> ? <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"> ??? <resource>Spark 2.6.3</resource> ? </bind> </iq> 1408171404641### <iq...
分类:
其他好文 时间:
2014-08-16 15:13:21
阅读次数:
333
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# the name of the group this storage server belongs to
group_name=group1# bind an address of this host
#...
分类:
其他好文 时间:
2014-08-16 13:50:50
阅读次数:
292
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# bind an address of this host
# empty for bind all addresses of this host
bind_addr=10.16.139.202# the track...
分类:
其他好文 时间:
2014-08-16 13:50:40
阅读次数:
299
公司有一台NDS服务器用的是RedHatlinux6的bind9.7提供内网DNS查询及转发缓存服务。之前是部署在一台IBM3610服务器的VMwareWorkstation上面后面迁移到一台IBM3650的EXSI5.0主机上面,最近发现磁盘不够用了,如是乎想扩展虚拟机的磁盘容量。这里总结一下有两种方法:虚拟机里面添..
分类:
其他好文 时间:
2014-08-16 01:09:40
阅读次数:
507
[root@localhost ~]# service httpd startStarting httpd: (13)Permission denied: make_sock: could not bind to address 192.168.1.153:28080no listening soc...
分类:
其他好文 时间:
2014-08-16 00:58:39
阅读次数:
196