Hi,
I am totally confused with the configuration of ssl via apache2. The server's
page is reachable by an IP address. So, when I enter http://w.x.y.z I am able
to see the web page and the content of
/etc/apache2/sites-available/000-default.conf is
DocumentRoot /var/www/html
In ports.conf have a 443 port listen configured? You enable mod_ssl with
a2enmod mod_ssl?
On Sun, Aug 12, 2018 at 2:52 PM Mahmood Naderan
wrote:
> Hi,
>
> I am totally confused with the configuration of ssl via apache2. The
> server's page is reachable by an IP address. So, when I enter
> http:/
>In ports.conf have a 443 port listen configured? You enable mod_ssl with
>a2enmod mod_ssl?
root@webshub:~# netstat -tulpn | grep 443tcp6 0 0 :::443
:::* LISTEN 14709/apache2
I enabled mod_ssl
root@webshub:~# a2enmod ssl
Considering depen
Dear Yann,
Thanks for the info. I'm trying APR 1.6.2 (the previous version) and let's
see whether the problem would occur again.
Thank you.
Regards,
Eric
On 7 August 2018 at 16:15, Yann Ylavic wrote:
> Hi,
>
> On Tue, Aug 7, 2018 at 5:57 AM, Eric . wrote:
> >
> > I'm using Apache HTTPD 2.4.