Chinaunix首页 | 论坛 | 博客
  • 博客访问: 89613
  • 博文数量: 9
  • 博客积分: 1450
  • 博客等级: 上尉
  • 技术积分: 405
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-12 11:25
文章分类

全部博文(9)

文章存档

2008年(9)

我的朋友
最近访客

分类: 系统运维

2008-04-23 14:36:30

今天自己机器上的apache服务器突然占用内存持续增加,删除程序后,重装apache,发现apache不能访问。在logs的error日志中出现:
[Wed Jun 20 08:08:52 2007] [notice] Apache/2.2.4 (Win32) configured -- resuming normal operations
[Wed Jun 20 08:08:52 2007] [notice] Server built: Jan   9 2007 23:17:20
[Wed Jun 20 08:08:52 2007] [notice] Parent: Created child process 3336
[Wed Jun 20 08:08:52 2007] [notice] Child 3336: Child process is running
[Wed Jun 20 08:08:53 2007] [crit] (OS 10022)提供了一个无效的参数。   : Child 3336: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[Wed Jun 20 08:08:53 2007] [crit] Parent: child process exited with status 3 -- Aborting.

网上google了下,找到了解决办法,特此记录:

解决办法:

1.确定和IIS不使用相同的端口,IIS默认用的80,apache用的端口两者要错开;

2.
a.网上邻居->;查看网络连接->本地连接(你正在使用的那个连接,一般是这个名字)->;右键点它选"属性"->;选中"internet协议(TCP/IP)
->;属性->;高级->;切换到"wins"标签->;去掉"启用LMhosts查询"前的勾.
b.控制面版->;windows防火墙->;高级标签->;本地连接设置->;服务的标签里勾选"安全Web服务器(HTTPS)",按两次确定.重启apache服务
。(作者:小不)




阅读(711) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~