Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to modify the apache2 https port to 11443 by debian

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article shows you how debian modifies the apache2 https port to 11443, which is concise and easy to understand, which will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

Apt-get install apache2apt-get upgrade openssla2enmod ssla2ensite default-sslservice apache2 reload modifies the https port to 11443root@demo:/etc/apache2# vim / etc/apache2/ports.conf Listen 11443root@demo:/etc/apache2# vim sites-available/default-ssl.conf root@demo:/etc/apache2# service apache2 restartroot@demo:/etc/apache2# root@demo:/etc/apache2# root@demo:/etc/apache2# netstat-tnlpActive Internet connections (only Servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program nametcp 0 0 127.0.0.1 LISTEN 1548/mysqld tcp 3306 0.0.0.0 * LISTEN 1548/mysqld tcp 0 0 0.0.0.0 22 0.0.0.0 * LISTEN 458/sshd Tcp6 0 0: 80: * LISTEN 19399/apache2 tcp6 0 0: 11443:: * LISTEN 19399/apache2 tcp6 0 0: 22 above is how debian modifies the apache2 https port to 11443 Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report