博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Zend Server 安装配置
阅读量:6816 次
发布时间:2019-06-26

本文共 613 字,大约阅读时间需要 2 分钟。

  hot3.png

今晚满怀兴奋的装了最新版的 Zend Studio 9.0.4 和 Zend Server

没想到创建完项目,简单写了个输出,运行后报个

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 第一行替换掉

<?xml version="1.0" encoding="UTF-8"?>

然后重启Apache就OK

转载于:https://my.oschina.net/Jacker/blog/89705

你可能感兴趣的文章
JPA多对一单向关联
查看>>
系统查看硬件相关信息命令
查看>>
sublime 3 text 中运行Java
查看>>
前序遍历
查看>>
loadrunner检查点设置失败,日志中SaveCount无法被正常统计出来
查看>>
循环结构进阶
查看>>
bzoj 2809: [Apio2012]dispatching
查看>>
关于数据库查询时报“query block has incorrect number of result columns”
查看>>
记录一款Unity VR视频播放器插件的开发
查看>>
webApi跨域问题
查看>>
读取文件
查看>>
小 X 与数字(ten)
查看>>
json字符串转换对象的方法1
查看>>
Spring Boot:简介
查看>>
C# 超时工具类 第二版
查看>>
python之next和send用法详解
查看>>
Jshell使用
查看>>
浅谈网站路径分析 转自“蓝鲸网站分析博客”
查看>>
C# Note36: .NET unit testing framework
查看>>
再谈javascript面向对象编程
查看>>