Everything was working fine but suddenly when I tried to access my localhost/phpmyadmin I faced and error This webpage is not available. Error: ERR_CONNECTION_REFUSED. I changed the listen and serverlocalhost to 8080 in httpd.confg and in the httpd-ssl.confg changed to VirtualHost default:4433 and ServerName localhost:4433. Is it because of that because it was not working before also so that is why I had to change it.
4
- Did you try to reload mysql and phpmyadmin?Rulisp– Rulisp2015-11-23 14:46:44 +00:00Commented Nov 23, 2015 at 14:46
- Yes tried it but its not working.Aditya Banerjee– Aditya Banerjee2015-11-23 14:51:43 +00:00Commented Nov 23, 2015 at 14:51
- I would keep the defaults 443 / 80 ports on localhost, I am not sure if ssl will work on 4433 at all, are you sure that apache ssl port is ON ? You can search how to run SSL with xampp > stackoverflow.com/questions/16430574/… its not duplication but its the same question as yoursSvetoslav– Svetoslav2015-11-23 14:54:27 +00:00Commented Nov 23, 2015 at 14:54
- @AdityaBanerjee hmm, look at this question - stackoverflow.com/questions/16712581/…Rulisp– Rulisp2015-11-23 14:59:38 +00:00Commented Nov 23, 2015 at 14:59
Add a comment |