2

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?

Eric Leschinski
  • 146,994
  • 96
  • 417
  • 335
Awais Qarni
  • 17,492
  • 24
  • 75
  • 137

4 Answers4

15

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
kleopatra
  • 51,061
  • 28
  • 99
  • 211
Magesh M
  • 151
  • 1
  • 2
7

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.

RockyFord
  • 8,529
  • 1
  • 15
  • 21
2

Give this a try:

net stop Apache2.2-Zend && net start Apache2.2-Zend
username tbd
  • 9,152
  • 1
  • 20
  • 35
0

If you are using windows, apache should show up as a service.

Use the Windows search function to find the services window.

Select Apache. Stop and start the service and all your config files etc should have updated.

Greg.Forbes
  • 2,634
  • 4
  • 26
  • 29