问题标签 [zend-server-installation]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
1272 浏览

php - 在生产服务器/机器上安装 Zend 服务器

您好,我想知道是否有人必须安装/或正在使用 Zend Server。

我的问题是:如果我在生产服务器上安装 Zend Server,它会弄乱我现有的 PHP 配置吗?我必须先让我的应用程序脱机还是 Zend Server 安装没有问题?

该应用程序必须 24/7 全天候运行,我需要一个可靠的 PHP 堆栈来提高性能。对 Zend Server 的性能部分有何评论?值得安装吗?

谢谢,

0 投票
0 回答
282 浏览

apache - Zend 服务器问题...无法连接

我在使用 WAMP 时遇到了麻烦,所以我尝试一下 Zend……不过,我需要一些帮助才能让它工作。我有 Zend 和 Apache 正在运行......指南说将我的文件放在 Apache 的 htdocs 文件夹中。我在那个文件夹中有我的 index.html,我的端口在 Zend 设置中是 10088。当我转到 localhost:10088/index.html 时,我的浏览器(Chrome)无法连接到它。什么是交易?

编辑:尝试将主机名从 127.0.0.1 更改为 localhost ......没有变化。

0 投票
2 回答
1282 浏览

zend-server - configure Zend server CE if a machine doesn't support ipv6

I have installed latest Zend Server CE in my notebook (it has Win 7 installed) and then I installed it on my desktop machine. But when you start server controller there is an alert saying Connection refused (or timed out)

What's the problem? When I start server http://localhost:10081/ZendServer/

the following message appears

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.

and apache works well in the following address http://localhost:81

when i telnet localhost 10081 there is a reply !!!

I found from the inet http://forums.zend.com/viewtopic.php?f=8&t=7518 that it's because of not having ipv6 support, I am running windows xp3 on my desktop how to disable default ipv6 support in Zend conf?

how to fix this problem or should I switch to win 7 (my desktop)? Thanks in advance!

0 投票
1 回答
371 浏览

php - 如何在 Mac 上设置 Zend Server?

我有一台 mac,想设置 Zend Server。我不是 php 开发人员,但正在试验,当安装它时,我可以访问管理控制等,但是当我尝试将我自己的代码添加到 rood 文档文件夹时,它说它找不到该站点。我不确定它是否是放置它的正确位置,但它与 zend 服务器符号链接位于同一文件夹中。

还有其他我应该做的调整吗?我刚刚使用 zend 为 mac 提供的 dog 安装程序包进行了安装。

任何帮助都是极好的。

0 投票
1 回答
151 浏览

zend-framework - Zend Server 6 with OSX 10.8.2 ... PHPUnit 问题

我真的很喜欢 ZS6,但我在 OSX 10.8.x 上遇到了 PEAR 和 PHPUnit 的问题。

在 ZS6 安装到默认路径之后,PEAR 似乎在命令行中运行良好,但是,由于某种奇怪的原因,它将 phpunit 包安装在 pear 文件夹中,其中包含 /Users/myusername/pear 位置的 bin、docs 和 share 文件夹。这本身对我来说毫无意义。此外,PHPUnit 未设置为从终端运行(未找到命令)。

如果你运行'pear list' pear 表示没有从频道 pear.php.net 安装扩展。

我的 .bash_profile 具有以下内容: export PATH=/usr/local/bin:$PATH PATH=$PATH:/usr/local/zend/bin:/usr/local/zend/mysql/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr /local/zend/lib

php.ini 文件仍设置为默认位置:.:/usr/local/zend/share/ZendFramework/library:/usr/local/zend/share/pear

到目前为止,我已尝试更改 php.ini 路径,已尝试更改 .bash_profile 导出路径,已尝试卸载并删除所有可以找到的 pear 痕迹并重新安装 ZS6,甚至再次手动安装 pear.. .我每次都有同样的问题。

是否可能与此框上的先前设置有冲突?

0 投票
0 回答
166 浏览

php - Zend 服务器配置问题

我对 Zend 非常熟悉,我已经在使用 Zend,但只是在创建新项目时复制 Zend 库,所以今天我安装了 Zend 服务器以使用命令行尝试所有这些。

我已经在 D 中安装了 WAMP:

我按照http://framework.zend.com/manual/1.12/en/learning.quickstart.create-project.html上的说明进行操作

  • 我在 C:, 中安装 Zend
  • 在 D:, c 的其他地方使用 cmd 创建项目
  • 配置的虚拟主机和主机文件。(我使用的是 Windows 7)。

所有文件和文件夹均已正确创建。但是,当我尝试按照上述指南的“检查点”部分中的说明在浏览器中访问项目时,我看到列出了以前的 wamp 项目而不是“欢迎页面”

我将 vhost 文件中的端口从 80 更改为 8080,并在主机文件中添加了 127.0.0.1:8080 地址,因为在安装 Zend 时,我将 Web 服务器端口指定为 8080。此外,我将 Zend 服务器接口端口指定为 10082。

谁能告诉我我是否遗漏了什么或哪里出错了??????
谢谢。

0 投票
2 回答
847 浏览

amazon-ec2 - 无法在 Amazon EC2 实例上安装 Zend Server 6

我无法在运行 Red Hat 4.6.3-2 的 Amazon EC2 实例上安装 Zend Server 6。

当我运行时显示此错误: sudo yum install zend-server-php-5.4 in a terminal。

还尝试删除目录:“/usr/local/zend”并重新启动服务器。

请帮忙。谢谢。

0 投票
1 回答
125 浏览

zend-server - Zend 服务在重启 CentOS 7 后没有启动

我正在使用 VMWare Workstation Desktop 来测试新的 zendserver。安装 CentOS 7 最低安装。CENTOS Linux 发行版 7.2.1511(核心)

我已禁用 SEinux。重启。

安装 ZendServer-8.5.2-update1

一切正常。我可以到达http://192.168.1.37:10081/ZendServer/Dashboard/

但是重新启动zend服务器后没有响应。

如果我手动启动 zend 服务器 - 一切顺利。

怎么了?