(Elementary user)
My previous Apache installation (version 1.x) had the following changes made to the hhtpd.conf
#Listen. Bind Apache to specific IP address
Listen: 192.168.1.77:80
# SSL support
<IfDefine SSL>
Listen 80
Listen 443
</IfDefine SSL>
# Port. The port which the standalone server listens
Port 80
After installing Apache 2.x on a new server, I can't find any reference to SSL or Port ie. the latter two settings.
Has this now been incorporated in another way in version 2?
Any ideas?
Best regards
My previous Apache installation (version 1.x) had the following changes made to the hhtpd.conf
#Listen. Bind Apache to specific IP address
Listen: 192.168.1.77:80
# SSL support
<IfDefine SSL>
Listen 80
Listen 443
</IfDefine SSL>
# Port. The port which the standalone server listens
Port 80
After installing Apache 2.x on a new server, I can't find any reference to SSL or Port ie. the latter two settings.
Has this now been incorporated in another way in version 2?
Any ideas?
Best regards