January 19, 201511 yr comment_11463 We are currently running UniServer Zero XI 11.3.3 on Windows 2008 Server Standard. I had the previous version running and thought that is why the Apache would always stop working. So I upgraded and I am still having the same issue. The service stops randomly and inconsistently. We use this to run Moodle for the students to access their courses. I tried to install the Service Protector program, but that doesn't work either, because it doesn't see the httpd_z service in the list. I have attached the error I always get, if I hit the Close the Program button, it goes right back up. It is very hard to find out when this error is happening, usually it comes from complaints that the site is down :-(. Any help with this would be appreciated. We have been having the same issue for about 6 months now. Thanks, Angel Report
January 20, 201511 yr comment_11464 50Where are the error logs? access logs? PHP logs? set httpd.conf = LogLevel debug edit php_development.iniphp_production.iniset all to E_ALL; display_startup_errors; Default Value: Off Development Value: On; Production Value: Off; error_reporting; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED Development Value: E_ALL; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT; html_errors; Default Value: On Development Value: On; Production value: On; log_errors; Default Value: Off Development Value: On; Production Value: On This should give you the reason for the issues Report
January 22, 201511 yr Author comment_11467 Thank you!! I will turn the debugging on and try!! - Thanks, Angel Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.