Apache2 Stopped Working After Installing TCS

Asked By 0 points N/A Posted on -
qa-featured

I have installed the software called TCS with my Apache2. After it completed the installation, my Apache suddenly stopped working. I could not be able to run it again while TCS is there. How can I fix this? I have been searching for troubleshooting guidelines about this but I could not find in two days time already. I tried to uninstall TCS and then Apache2 start working out fine. But when I reinstalled it again, Apache2 stopped working again. What is really wrong? Please help me find ways to resolve this problem. I need them work as soon as possible.

SHARE
Best Answer by Clair Charles
Best Answer
Best Answer
Answered By 15 points N/A #104092

Apache2 Stopped Working After Installing TCS

qa-featured

I will suggest for you the following workarounds:

  • You will first need to restart apache.
  • You will also need to restart windows.
  • You will need to check the firewall settings on your computer and see if it is the one blocking the apache application.

In case the above workarounds do not work, you will need to try the following:
This solution will need that you add the following lines to httpd.conf file.

EnableSendfile Off

EnableMMAP Off

Win32DisableAcceptEx

Once you have done that, you will need to restart the Apache server and see if it works that way.

-Clair Charles

 

Answered By 0 points N/A #104093

Apache2 Stopped Working After Installing TCS

qa-featured

Thanks Clair Charles for helping me resolve this problem.

Related Questions