简体   繁体   English

在Linux服务器上卸载了PhpMyAdmin,现在apache restart给出了此错误

[英]Uninstalled PhpMyAdmin on linux server, now apache restart gives this error

ALREADY SOLVED 已解决

I had a LAMP setup and PHPMyAdmin running on linux VPS. 我在Linux VPS上运行了LAMP设置并运行了PHPMyAdmin。 Worked great, however I did not need PHPMyAdmin anymore, so I removed it (like this: Completely removing phpMyAdmin ) 效果很好,但是我不再需要PHPMyAdmin,所以我将其删除(像这样: 完全删除phpMyAdmin

However, now if I restart Apache I get this error: 但是,现在,如果我重新启动Apache,则会出现此错误:

Syntax error on line 244 of /etc/apache2/apache2.conf: Could not open configuration 
file /etc/phpmyadmin/apache.conf: No such file or directory Action 'configtest' failed.
The Apache error log may have more information.

Does anyone now how to solve this? 现在有人解决这个问题吗?

I have APC configured and running btw. 我已配置APC并运行btw。 Might it have something todo with APC? 可能与APC有关系吗?

Thanks! 谢谢!

Nevermind, got it already. 没关系,已经知道了。 etc/apache2/apache2.conf still had an include for phpmyadmin. etc / apache2 / apache2.conf仍然包含phpmyadmin。 Removed that one and everything is working fine again! 删除那一个,一切又恢复正常!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM