logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name

启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name[root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl starthttpd: Could not reliably determine the s

linux netstat 统计连接数查看外部I

服务器上的一些统计数据:1)统计80端口连接数netstat -nat|grep -i "80"|wc -l2)统计httpd协议连接数ps -ef|grep httpd|wc -l3)、统计已连接上的,状态为“establishednetstat -na|grep ESTABLISHED|wc -l4)、查出哪个IP地址连接最多,将其封了.nets

#linux#apache#服务器 +1
CentOS6安装Oracle 11g R2 手记

Oracle 11g 安装文档:http://docs.oracle.com/cd/E11882_01/install.112/e24326/toc.htm选型:32位的内存是个瓶颈,已经是64位的时代了。使用64位的CentOS6 和 64位的Oracle 11g R2在使用VMware player 5在虚拟机器安装,采用hostonly方式设置网络注意:能上网

PHP5.3.1安装教程[基于Windows下Apache]

     学习PHP这么久了,昨天发现WAMP已经更新了好几个版本了,我的版本已经很旧了,当然版本并不重要,为  了复习一下WAMP的配置方法,我在虚拟机中手动和自动配置了下,都是下载最新的推荐版本,原来并没想到  发到坛子来,所以并没有截图,后来总结到记事本的时候发现还是有蛮多问题的,所以就共享出来,希望对大家  有所帮助。在做实验的时候,我也参考了坛子里其他的前辈写的教

#apache#php#windows +1
到底了