Questions tagged [zend-server]

39 questions
1
vote
2 answers

Apache displays error page half way through PHP page execution

I've just installed Zend Server Community Edition on a Windows Server 2003 box, however there's a bit of a problem with the display of a lot of our PHP pages. The code has previously running under the same version of PHP (5.3) on IIS without any…
Shep
  • 11
  • 2
1
vote
1 answer

Zend Server 5.6 Community Edition has Expired in 2014. Can it still be renewed?

My system is a 3-year-old legacy web app server. It is working fine at the moment. Today, I got a ghost system error. I wanted to use the local Zend Server admin web to analyze it. But, I found it expired one month ago. I have tried to get another…
Yi Jiang
  • 121
  • 5
1
vote
2 answers

phpmyadmin throws a blank page after installing Zend CE server

I installed LAMP on Ubuntu 12.0.4 LTE. Then I installed phpmyadmin. Everything was good. I used phpadmin to do lots of DB administration.... Then I installed Zend CE server. Now, phpmyadmin throws a blank page. No login screen. So, I reinstalled my…
1
vote
0 answers

Apache will not start with mod_wsgi enabled

I'm trying to run Apache with mod_wsgi to run Python scripts. The server is running Ubuntu 12.04 with Zend Server installed, but when I enable the wsgi module Apache will not start. I get an error message of apache2: apr_sockaddr_info_get() failed…
Rox45
  • 11
  • 1
1
vote
1 answer

Migrating an existing CentOS 5.x server to use Zend Server CE

I am considering upgrading my CentOS server to run PHP 5.3, and would also like to start using Zend Server CE at the same time but am new to doing it on something that isn't a fresh install. I have a CentOS 5.x instance that, other than using PHP…
mpdonadio
  • 190
  • 11
1
vote
0 answers

An unexpected error when open http://localhost:10081 after installation of Zend Server

I was trying to install Zend server on a virtual server through SSH. The address http://localhost works fine. But when I visit http://localhost:10081 to start the configuration, but I got an error "An unexpected error has occurred“. Then I checked…
Shichao
  • 11
  • 1
  • 2
1
vote
1 answer

Apache refusing to change DocumentRoot

I've installed Zend Server CE 5.1.0 on Windows 7 Ultimate 64 bit in its default location, meaning the path to my htdocs is C:\Program Files (x86)\Zend\Apache2\htdocs. Not something that I would like to type each time I check out a project from SVN…
mingos
  • 157
  • 2
  • 8
1
vote
1 answer

Local Host and Virtual Host point to same location

I have recently setup a virtual host on my local web server (per this question, Config problem with Apache 2 on Win 7). I'm using Apache 2.2 on Win 7, as part of Zend Server. At the moment, the root of my application's directory is accessible via…
DatsunBing
  • 459
  • 4
  • 8
  • 17
1
vote
1 answer

Ubuntu 10.04 breaks php5-ffmpeg and zend server

I would like to upgrade to 10.04, but there are a couple of packages that I use daily that Ubuntu says it will remove. They are : php5-ffmpeg, zend server 5.0.2 There are many others in the list, but I use these two very frequently at work. How can…
1
vote
2 answers

apache server not working after installing zend server

i have apache installed in my redhat 5.3 server machine. and i was trying to install zend server. i installed zend server with install.sh file in directory /var/zend. in my windows machine after installling zend server community edition i was able…
kamal
  • 153
  • 1
  • 7
0
votes
1 answer

Which Zend Server to install on CentOS having PHP 5.3.3

I have two linux servers CentOS 6.5 CentOS 6.6 I have PHP 5.3.3 on these servers Which version of Zend Server should I install it to these servers?
Peter
0
votes
1 answer

.htaccess is not working on Zend server on Windows

I am a beginner to MVC framework in PHP and also to .htaccess file. I use Zend server on Windows OS. My code in .htaccess is: RewriteEngine On RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME}…
0
votes
1 answer

Installing ZendServer on IIS6

I need to run ASP and PHP applications side by side, so I installed ZendServer Community Edition on our existing Server 2003 platform. I specified it to use the existing IIS instance so I don't have to deal with multiple ports (we use ZoneEdit to…
Wayne Molina
  • 915
  • 4
  • 13
  • 24
0
votes
2 answers

Running 2 LAMP stacks on one instance

I have a working installation of apache and mysql using standard ports, and my host file points domains to 127.0.0.1. I'm in the process of switching my LAMP stack to Zend Server but want my old set up working simultaneously. I tried switching the…
Owen
  • 356
  • 5
  • 20
0
votes
1 answer

Apache error 'operation failed' after trying to add a virtualhost

I'm trying to set up a zend project with the virtualhost but I can't get the example code from the quickstart to work. I added this to the end of the existing lines in httpd.conf ServerName quickstart.local DocumentRoot…
zender