|
# /etc/init.d/httpd start 1.netstat -lnp|grep 80 tcp 0 0 192.168.180.68:61027 0.0.0.0:* LISTEN 6289/oproxyd 找到pid 846 #ps 846 查看 杀掉 #./apachectl start 启动成功 ***************************************************************************** 处理办法: # ps -aux | grep http Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ root 12079 0.0 0.0 61164 720 pts/1 S+ 16:06 0:00 grep http # ps -aux | grep apache Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ apache 10820 0.0 0.0 2044 600 ? Ss Jan01 0:04 bash root 12081 0.0 0.0 61160 716 pts/1 S+ 16:06 0:00 grep apache # kill -9 10820 # /etc/init.d/httpd start Starting httpd: [ OK ] # /etc/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: [ OK ] ********************************************************** (责任编辑:admin) |
这两天和一位朋友,相互研究了一下在IPTABLES中增加新的模块功能。 在网上查了些资料...
Lucid Lynx Ubuntu 10.04操作系统的第三个、也是最后一个Alpha测试版今天新鲜出炉,接...
在经历了 两次跳票以后, Red Hat于2007年3月14日正式发布了RHEL5. RHEL 5将是Red Hat...
备份Linux系统是件非常有挑战性的工作,尤其是对于习惯了Windows系统的存储/备份管理...
yum install vsftp db_utils vi /etc/vsftpd/ftpuser.txt 添加账号 格式如下 zhou 123...
(一)SYN攻击原理 SYN攻击属于DOS攻击的一种,它利用TCP协议缺陷,通过发送大量的半连接...