将 Apache 2.2 作为单个 httpd.exe 运行以进行调试

发布于 2024-08-05 04:26:58 字数 262 浏览 2 评论 0原文

我在 Windows 上以控制台模式运行 Apache 2.2 来测试我正在编写的 apache 模块。 默认情况下,父 httpd.exe 启动(使用一个线程),它启动具有多个工作线程的子 httpd.exe。

现在我每次都必须将调试器附加到子进程才能调试我的模块。

有没有办法将 Apache 配置为从单个 httpd.exe 运行? (如果我没记错的话,就像过去的美好时光一样)我一直在搜索文档,但除了每个线程或进程的请求句柄数量的限制之外没有找到任何其他内容......

I'm running Apache 2.2 in console mode on Windows to test an apache module I'm writing.
By default, a parent httpd.exe is started (with one thread), which starts a child httpd.exe with a number of worker threads.

Now I have to attach the debugger to the child process each time to be able to debug my module.

Is there a way to configure Apache to run from a single httpd.exe? (Like good old days if I remember correctly) I've been searching the docs, but don't find anything else than limitations of the number of requests handles per thread or process...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仄言 2024-08-12 04:26:58

您可能想要使用 httpd.exe -X 它将 apache 作为单个进程运行,而不返回终端/cmd 提示控制。

You might want to use httpd.exe -X which will run apache as a single process without giving back terminal/cmd prompt control.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文