apache - Server external connection refused -


i using wampserver 3.04, can connect using local network ip without problem, when comes connect via internet response: connection refused!

i have done lot of things:

  • enable incoming connections on firewall port 8080 (the port want use)
  • configured httpd , httpd-vhosts both on current ip , port
  • enabled port forward extenal 8080 private 8080 computer ip
  • enabled put online on wamp
  • tested if port 8080 open , open.

i not have else try.

my httpd-vhosts:

<virtualhost *:8080>      servername 192.168.1.3      documentroot c:/wamp64/www      <directory "c:/wamp64/www/">          options +indexes +followsymlinks +multiviews          allowoverride          allow      </directory>  </virtualhost> 

i had same issue since port 80 used vmware process. hence killed vmware process.

run powershell (get-process vm | stop-process -force)

use star before &after vm

start wamp goto apache -test port 80. if not working install apache service(found below test port 80).it should solve problem.

regards,

aameer


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -