Questions tagged [zend-server]

39 questions
4
votes
1 answer

Failed to open page: kCFErrorDomainCFNetwork error 303

I am running Zend Server on my Mac, working on a local PHP (Zend Framework) project. I've never come across this problem before, but there are certain lines in my code that trigger an error in my Safari console when I load the page: The operation…
Andrew
  • 3,293
  • 8
  • 32
  • 35
3
votes
1 answer

Using Zend Optimizer+ with php-fpm + nginx

Note: I am talking about a component previously in Zend Server, but is now a standalone module and open-sourced, and will be bundle with PHP 5.5, it has performance/usability edge over the more widely used APC. Now here is my problem, I cannot seem…
bitinn
  • 331
  • 1
  • 3
  • 12
3
votes
2 answers

What does "Restart PHP" mean in Zend Server?

I've been using Apache with PHP for years, both as standalone installs (Windows and Linux) and as part of WAMP stacks on Windows. Today I decided to try out Zend Server CE, and was surprised that it provides two things: The original Apache Service…
BenMorel
  • 4,215
  • 10
  • 53
  • 81
2
votes
1 answer

Apache redirect http to https except specific source

I want to be able to redirect all traffic from http to https on our apache config, except for if the incoming request is from a specific source (in this case, it's originating from the same IP as the server). Context: we have a Zend server running…
2
votes
4 answers

mysql.sock problem on Mac OS X, all Zend products

I posted this on the Zend forum, but I'm hoping I can get a speedier reply here. I've tried every solution provided on this forum with no luck. When I restart mysql, everything appears ok. sudo /usr/local/zend/bin/zendctl.sh restart…
Mike S.
  • 141
  • 1
  • 5
2
votes
1 answer

How can I update Zend Engine API? Ubuntu

How can I update Zend Engine API? I'm running PHP 5.2-5-3 ubuntu 4.1 I'm trying to run lampp, but I get this error for xdebug. Starting XAMPP for Linux 1.7.1... Xdebug requires Zend Engine API version 220090626. The Zend Engine API version…
patrickinmpls
  • 123
  • 1
  • 7
2
votes
0 answers

Can't Get Apache To Start

Background: I am running a site built with the Zend framework. The site is hosted on a remote RHEL5 server, and also uses Zend server instead of the generic LAMP stack. About an hour ago my site just died. After trying to restart the webserver…
Bad Programmer
  • 143
  • 1
  • 7
2
votes
1 answer

Placing SQL server in a Zend Server environment

our developers want to migrate from individual installations of php, apache and mysql to a more integrated environment. So they decided to switch to ZendServer installed on a VMware Workstation image deployed on each developers computer. While…
ceebee
  • 41
  • 1
  • 4
2
votes
2 answers

Installing Zend Server via Puppet, on RHEL and Ubuntu?

I'm learning Puppet by example and writing some modules to manage our current RHEL and Ubuntu servers. My first serious attempt is a Zend Server module. Since Puppet has a Yumrepo, but no Aptrepo resource how would you structure a module to add the…
Martijn Heemels
  • 7,438
  • 6
  • 39
  • 62
2
votes
2 answers

xDebug on Zend Server CE under Windows XP

I have Zend Server installed on my Windows XP development machine, installed when I was naive and didn't know that Eclipse was going to become so suck so badly for PHP development. I've made the upgrade to Netbeans, but for debugging they only…
Hippyjim
  • 191
  • 2
  • 6
  • 19
2
votes
1 answer

How to use a different version of Zend Framework when using Zend Server

I've installed Zend Server and Zend Framework is bundled with it. I've noticed that my new application uses the Zend Server version of Zend Framework (1.10), not the one I've pointed the /library/Zend to (1.9.6). How can I override this default…
Shane Stillwell
  • 337
  • 1
  • 4
  • 11
2
votes
2 answers

Why is Apache/PHP quietly crashing on Windows?

I have an instance of Apache2 installed on a Windows Server as part of Zend Server Community Edition (ZS CE) 4.0.6 and it began crashing multiple times a day after months of perfect operation and no changes to its sites or configuration. There seem…
Barrett Conrad
  • 121
  • 1
  • 3
1
vote
4 answers

Weird Apache problem with file

There is a problem with apache2. It does not let me see images in a spesific directory. There are images in for instance directory X and Y. I have uploaded new ones and all of a sudden Apache started to say "Error 404" to files at X but it shows the…
Harun Baris Bulut
  • 455
  • 1
  • 8
  • 20
1
vote
0 answers

Zend Server enable IPv6?

I'm using Zend server with Apache2. My PHP version is 5.3.14 When I try to type my IPv6 (instead of localhost) in the browser I get nothing. After that I tried phpinfo() which I get IPv6 Support as disabled. I've been searching Zend Server forums…
FreshPro
  • 11
  • 3
1
vote
1 answer

Install mysql-php5 to specific php file

I'm running an Ubuntu OS 14.04 hosting Nginx with Zend Server and Apache listening on separate ports. I managed to install Zend Server without any hassle. In an attempt to run Apache beside Nginx, I've set this up manually by using apt-get install…
LeDoc
  • 111
  • 3
1
2 3