rotatingFan
rotatingFan

Reputation: 35

Apache ERR_CONNECTION_REFUSED windows 10

I have been trying to set up my apache server but keep getting ERR_CONNECTION_REFUSED when I want to access through chrome (localhost:8888).

things i have changed in httpd.conf:

Listen 8888

ServerName localhost

LoadModule php7_module "C:/php/php7apache2_4.dll" AddHandler

application/x-httpd-php .php

PHPIniDir "C:/php"

I have also port forwarded port 8888 but still not able connect.

Please advise me on where do i start debugging as i do not have knowledge on where to start. apologies for the noobness.

Upvotes: 0

Views: 2930

Answers (1)

Vitalicus
Vitalicus

Reputation: 1389

Add Listen 443 to your config

I solved so my problem

Upvotes: 0

Related Questions