Apache no longer starting after ssl_module enabled?

Asked

Viewed 294 times

0

Apache used to work normally. However, when I was trying to set up my intranet for sending emails, I was directed to enable the Apache ssl_module. Just click on it that Apache fell and never came back. When I try to click again to uncheck, I get this error:

Módulo habilitado Erro do Apache

I have tried to start with services.Msc, but without success. I did not change the httpd.conf page, so it is irrelevant to post the code here, since it was working before with the same code. What could be the problem?

By the way, the problem is not another app using the same port. When checking the port 80 used by apache, it is noticed that it is not used by any application:

Porta 80

I need to fix this urgently!

1 answer

0


I’ll share a solution I found for apache not to start after the ssl_module be enabled.

  1. Check that the ssl_module is marked as enabled within the options of Apache in the Wamp.
  2. Click on ssl_module as if to disable the same.

    • The error message below should appear: Mensagem de erro da configuração ssl_module do Apache
  3. Open the file httpd.conf by the settings of Apache on the menu of Wamp or the folder of Apache inside the Local Disc.

  4. Look for that line inside the file: LoadModule ssl_module modules/mod_ssl.so.
  5. When you find add an old game (#) at the beginning of it, for her to stay like this:
    • #LoadModule ssl_module modules/mod_ssl.so
  6. Save the file and restart Wamp.
  7. Try to open your localhost project and confirm that the Wamp is running normally.

    Note: It may not work for all cases for any changes you may have previously made to the modules.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.