Apache 配置错误

Apache 配置错误

最初我的 PHP 运行良好,之后当我安装 perl CGI 模块以运行我的 CGI 程序时,出现了问题。

从本地主机,我无法编译我的 PhP 文件或 CGI 文件,我尝试了谷歌中提供的所有可能的解决方案,最后在这里写下。

我尝试重新启动 apache2 但我发现了以下语法错误。

Syntax error on line 151 of /etc/apache2/apache2.conf:
Invalid command '/etc/phpmyadmin/apache.conf', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
   ...fail!

请给我一个可以同时运行 CGI 和 PHP 脚本的解决方案?

答案1

确保您包含了正确的文件:etc/phpmyadmin/apache.conf

如果您使用了apt-get install phpmyadmin,则不需要引用该apache.conf文件,它会自动配置。

也看一下这个帖子: https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu

相关内容