how to restart apache in zend server

后端 未结 4 1076
后悔当初
后悔当初 2021-01-21 16:51

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 apac

相关标签:
4条回答
  • 2021-01-21 17:13

    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.

    0 讨论(0)
  • 2021-01-21 17:23

    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
    
    0 讨论(0)
  • 2021-01-21 17:29

    Give this a try:

    net stop Apache2.2-Zend && net start Apache2.2-Zend
    
    0 讨论(0)
  • 2021-01-21 17:34

    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.

    0 讨论(0)
提交回复
热议问题