apache xampp gzip

发布于 2024-07-26 01:56:18 字数 314 浏览 2 评论 0原文

我正在尝试让 GZIP 模块在 XAMPP 窗口 vista 64 位中工作。 我已将 gzip 的 .dll 文件添加到模块目录中,并添加到 httpconf 中。 一旦我添加它,它就无法启动apache,因为它无法在httpconf文件中提到的目录中找到ApacheGZIP模块...(我可以看到目录中存在该模块)...

我在模块目录中发现了另一件事它有 .so 文件(我以为它是针对 unix 的),所以我尝试添加 .so gzip 并将其添加到 httpconf 并尝试重新启动。 它再次抱怨说它不是有效的窗口应用程序......

需要帮助 想法 酷

I am trying to get the GZIP module working in XAMPP window vista 64 bit. I have added the .dll file for gzip into the module directory and added in httpconf. Once I add it say it cannot start apache since it cannot find the ApacheGZIP module in the directory that is mentioned in httpconf file...(which I can see exist in the directory)...

One more thing in the modules directory I found that it has the .so files(i thought it was for unix) so i tried adding the .so gzip and added that to httpconf and tried restarting. Again it complained saying it is not a valid window application...

NEED HELP
THnks
Coool

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

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

发布评论

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

评论(1

锦上情书 2024-08-02 01:56:18

您可以尝试在 /xampp/apache/conf/httpd.conf 中取消注释以下内容:

LoadModule deflate_module modules/mod_deflate.so

如果您使用的是 XAMPP,您应该已经启用了 mod_deflate.so。 然而,XAMPPLite 已禁用该功能。

You can try uncommenting the following in /xampp/apache/conf/httpd.conf:

LoadModule deflate_module modules/mod_deflate.so

You should already have mod_deflate.so enabled if you are using XAMPP. XAMPPLite, however, has that disabled.

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