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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ip and port

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
why when i connect to my apache server ( ) it will be connection refused, - But when i connect to my apache server with port ( ) it will get in, - How can i do it so they just connect to my ip instead of taking ip and port ?
 
If you are connecting to port 80, you are not connecting to HTTPS you are connecting to HTTP. The default port for HTTPS is port 443.

If you want to connect to Apache via HTTPS, you must enable it. There are two methods for enabling SSL on Apache: mod_ssl ( and Apache-SSL (
rninja has also posted a FAQ to this forum on the topic. You can find it here: faq65-702
______________________________________________________________________
TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top