服务器遇到内部错误或配置错误,无法完成您的请求 [已关闭]

2022-08-30 10:25:39
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, nkutty@bics.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.2.0 (Fedora) Server at bbt.com Port 80

这在我的本地系统中工作正常,但在服务器中不起作用。


答案 1

检查服务器错误日志,通常是 。/var/log/apache2/error.log


答案 2

您应该在日志文件error_log日志目录中查找错误。也许您的本地配置和服务器配置之间存在差异(数据库用户/密码等)

通常日志文件位于

/var/log/apache2/error.log

/var/log/httpd/error.log

推荐