"error in the httpd-vhost.conf - 443 is not a listen port"
Posted by: drakir (---.ling.su.se)
Date: April 11, 2019 04:16PM

Hi

My wampserver seem to work just fine but when I click on the server icon and then on 'your virtualhosts' I have
an error notification for mysite.whatever.se:443. When I click on the notification the promt window says;

"Sorry, there's an error in the httpd-vhost.conf file. The port used for the Virtualhost mysite.whatever.se is not a listen port...."

Does anyone know whats' up with that?

I've have Listen 443 in my conf-ssl and I have *:443 in my Virtualhost configuration. I have also checked the firewall settings and as I said - every thing seem to work

Options: ReplyQuote
Re: "error in the httpd-vhost.conf - 443 is not a listen port"
Posted by: Otomatic (Moderator)
Date: April 11, 2019 04:32PM

Hi,

Hi,

In this thread [forum.wampserver.com] you have an example of a fully functional httpd-ssl.conf file.

In your httpd-vhosts.conf file do not mix the "normal" VirtualHost on port 80 with the VirtualHost https on port 443.
Reserve, as in the example above, the VirtualHost port 443 for the file httpd-ssl.conf.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.