how to restart apache in zend server

18,430

Solution 1

You say you are using windows?

Zend Server with Apache installs a small application that lives in your tray called "Apache Monitor" you can use this application to restart apache.

Solution 2

first you need to check the "Zend server" installation location.

Say for example.

If you installed zend server @ /usr/local/zend/

Use the below command to restart the Zend Server.

/usr/local/zend/bin/zendctl.sh restart

Solution 3

Give this a try:

net stop Apache2.2-Zend && net start Apache2.2-Zend
Share:
18,430
Awais Qarni
Author by

Awais Qarni

Full stack web developer having experience in multiple technologies and frameworks including PHP (Zend, Laravel, CakePHP), Ruby (ROR), Javascript (jQuery, Backbone.JS, Ember.JS).

Updated on June 04, 2022

Comments

  • Awais Qarni
    Awais Qarni almost 2 years

    I have Zend Server CE installed on my windows computer. I have made some changes in httpd cofig file. Now I want to restart apache. I haven't found any option to restart apache. There is just one option "Restart PHP".

    Can any body tell me from where I can restart apache in Zend Server CE?