zend server 配置问题 ZendEnablerConf.xml
生活随笔
收集整理的這篇文章主要介紹了
zend server 配置问题 ZendEnablerConf.xml
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
問題描述:首次啟動并運(yùn)行php文件 出現(xiàn)以下代碼
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@example.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.
?
解決方法:找到ZendServer\etc\ZendEnablerConf.xml
頭部出現(xiàn)了亂碼,我我們要走的就是改掉亂碼。復(fù)制以下代碼就可以?<?xml version="1.0" encoding="UTF-8"?> ,然后重新啟動就可以搞定
總結(jié)
以上是生活随笔為你收集整理的zend server 配置问题 ZendEnablerConf.xml的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 使用JScript设置SVN客户端hoo
- 下一篇: 跨域访问 总结