apache xampp gzip
我正在尝试让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试在 /xampp/apache/conf/httpd.conf 中取消注释以下内容:
如果您使用的是 XAMPP,您应该已经启用了 mod_deflate.so。 然而,XAMPPLite 已禁用该功能。
You can try uncommenting the following in /xampp/apache/conf/httpd.conf:
You should already have mod_deflate.so enabled if you are using XAMPP. XAMPPLite, however, has that disabled.