Bug Report
Posted by: Claudius (---.bardstown.com)
Date: February 09, 2022 11:18PM

I have a bug to report. Or at least I think I have a bug to report.

I have configured Apache to listen on port 443 and I receive secure inbound web traffic and so apparently this configuration works. However the WAMP dash panel tells me that 443 is not a listen port.

Thought you would like to know.

Regards...

Options: ReplyQuote
Re: Bug Report
Posted by: Otomatic (Moderator)
Date: February 10, 2022 09:47AM

Hi,

In the file apache2.4.xx\conf\extra\httpd-ssl.conf it is written:
# This is the Apache server configuration file providing SSL support.
# When we also provide SSL we have to listen to the
# standard HTTP port and to the HTTPS port
This means that if we want to use the https port 443 mode, we must do it in addition to port 80.

So, the VirtualHost port 80 are in the file httpd-vhosts.conf and the VirtualHost port 443 are in the file httpd.ssl.conf.

We don't mix towels and cloths.

See Using https with SSL in local VirtualHost

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

Options: ReplyQuote
Re: Bug Report
Posted by: Claudius (---.bardstown.com)
Date: February 10, 2022 06:26PM

Separating Towels from Cloths took care of the issue. Thanks for the help, I appreciate the direction.

Options: ReplyQuote


Sorry, only registered users may post in this forum.