配置文件错误 EasyPHP 和 WAMP 无法工作

发布于 2024-12-26 22:07:14 字数 226 浏览 1 评论 0原文

我尝试安装 EasyPHP 和 Wamp,但是当我启动 easyphp 时,它会正常启动 sql,但不会让我启动 apache 服务器并给出错误“配置文件编辑时出错?”但相同的版本在我的台式计算机上运行良好,当我尝试 wamp 时,它只是崩溃并显示“Aestan Tray 菜单遇到.. bla bla”。我在谷歌上搜索了很多,但找不到解决方案。请帮助我消除这个错误。可能的原因是什么?我怎样才能让它发挥作用?我也尝试过删除 Skype。

I tried to install both EasyPHP and Wamp but when I start easyphp it starts sql normally but won't let me start apache server and gives error "Error in configuration file Edit?" but the same version works fine on my desktop computer and when I tried wamp it just crashes saying "Aestan Tray menu has encountered.. bla bla". I searched a lot on google but could not find solution to this. Kindly help me removing this error. What could be the possible cause and how could I make it working? I have tried removing Skype too.

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

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

发布评论

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

评论(2

绮烟 2025-01-02 22:07:14

I had the same problem and just fixed it.

ALl you have to do is downloading and installing Microsoft .NET Framework 3.5 and if you use a non english windows xp make sure you change the language of .net framework to the one you have on XP before you download it, otherwise it won't be installed

一杯敬自由 2025-01-02 22:07:14

如果您使用 Windows 7,当您通过虚拟主机管理器添加虚拟主机时,也可能会出现换行错误。
我在以下 easyphp 响应中遇到错误“Apache 配置文件中的错误...conf/inc_virtual_hosts.conf 第 12 行的语法错误”。

要解决此问题,只需打开 [EasyPhp 文件夹]\binaries\apache\conf\inc_virtual_hosts.conf 并在应该的位置添加换行符!

# Virtual hosts<VirtualHost 127.0.0.1> - error!!!
    DocumentRoot "D:/projects/...

您也可以检查 [EasyPhp 文件夹]\binaries\conf_files\httpd.conf - 也可能存在错误的合成。

If you use Windows 7 there could also be error with line breaks when you add virtual host via virtual hosts manager.
I had an error with following easyphp response "Error in Apache configuration file ... Synthax error on line 12 of ... conf/inc_virtual_hosts.conf".

To fix this just open [EasyPhp Folder]\binaries\apache\conf\inc_virtual_hosts.conf and add line break where it should be!

# Virtual hosts<VirtualHost 127.0.0.1> - error!!!
    DocumentRoot "D:/projects/...

Also you can check [EasyPhp Folder]\binaries\conf_files\httpd.conf - there also can be bad synthax.

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