Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuration file - define SSL and listening por in version 2. 1

Status
Not open for further replies.

stla

IS-IT--Management
Mar 12, 2003
190
DE
(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
 
The ssl configs should now be in /etc/httpd/conf.d/ssl.conf. This is where you can setup the vhost for port 443.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top