惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
爱范儿
爱范儿
V
Visual Studio Blog
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 三生石上(FineUI控件)
博客园 - Franky
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
M
MIT News - Artificial intelligence
罗磊的独立博客
L
LangChain Blog
Jina AI
Jina AI
IT之家
IT之家
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页

博客园 - gucs

《应用框架的设计与实现——.NET平台》书评 《WCF Unleashed》的 AzRoles 演示代码 Tech Ed 2009,胡思乱想 Mac 双系统的时间设置问题 使用 gVim 遇到的第一个问题 Google notebook for Firefox 3.5 Fiddler & localhost 关于 TableLayoutPanel 的 Scroll bar Powerdesigner 12.5 对 SQL Server 2005 做反向工程时发生错误 ExplorerXP 在 Vista 下的设置 ReSharper 2.0.4 安装时的 1722 错误 禁用 Nero ShowTime 快捷键 使用 ModalPopupExtender 和 UpdatePanel 应注意的问题 NHibernate 和 ODP.NET 手动注册 DevExpress 8.2.3 控件到 Visual Studio 工具箱 PPStream caused an Access Violation (0xc0000005) in module VSFilter.dll at 001b:07610441. 隐藏 Windows Vista 的 Explorer 菜单栏 ReadOnly Controls do not post back properly 使用 ExtJs Extender Controls 遇到的第一个错误
VisualSVN Server 的 Apache 配置
gucs · 2008-12-21 · via 博客园 - gucs

我家里机器配置了 SVN 服务器,使用的是 VisualSVN Server,这是免费的,安装和配置都很容易。

使用了一段时间后,发现系统启动后在 Event viewer 里的 Applicaion Event 中总是有一个 Apache Error:The Apache service named reported the following error: [notice] Disabled use of AccpetEx() WinSock2 API

Google 了一下,这个链接里提到了解决方案:

  1. 打开 SVN 的配置文件夹(我的机器上是:C:\Program Files\VisualSVN Server\conf)
  2. 打开 httpd.conf 文件
  3. 找到 Win32DisableAcceptEx,在前面加上 #,即注释该行

暂还不知道注释了那行配置信息有什么影响,至少暂时看不到 Error 了,取而代之的是 Warning:A server process other than the one launched by the Server Control Manager connected when starting the VisualSVN Server service. The Service Control Manager launched process 1676 and process 1684 connected instead.

就这样吧。