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?

4 Answers 4

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
Sign up to request clarification or add additional context in comments.

Comments

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.

1 Comment

good... This is what I was looking for. +1 for this. Thanks :-)
2

Give this a try:

net stop Apache2.2-Zend && net start Apache2.2-Zend

3 Comments

did..didn't solve the issue. Command gave an error of not exist :-(
Open up services.msc and look for a service with a name that contains "Apache". If you can find it, use that name instead of "Apache2.2-Zend", and that should fix your problem. Hopefully!
Name is same... even then problem is there :-(
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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.