waslinux埠
發布時間: 2024-06-21 17:23:28
Ⅰ 如何更改linux下的Apache http埠號
使用vim編輯Apache http的配置文件:
[root@Linuxprobe~]#vim/etc/httpd/conf/httpd.conf
前文省略………………型棗………嫌跡……………
ServerRoot"/etc/httpd"
32
33#
34#Listen:/or
35#ports,insteadofthedefault.Seealsothe<VirtualHost>
36#directive.
37#
38#
39#.
40#
41#Listen12.34.56.78:80
42Listen80#這是Apache的默認監聽埠,修改你想要修改的埠就可以了
43
44#
45#DynamicSharedObject(DSO)Support
46#
47#
:wq#退出並保存
2.使用重新啟動httpd服務:芹租並systemctl restart httpd (PS:這里使用的是RHEL 7.0系統)如果是7以下的系統,這里有詳細介紹Apache的配置服務http://www.linuxprobe.com/chapter-09/。或者可以使用service httpd restart重啟即可。
[root@Linuxprobe~]#systemctlrestarthttpd
[root@Linuxprobe~]#
希望能夠幫助到你,謝謝!
Ⅱ 怎麼在linux裡面修改埠號
Linux下修改埠號只需要更改相應服務的配置文件即可,下面以修改linux 的SSH服務的默認埠號22為例(把22修改我2501):
1、修改/etc/ssh/sshd_config配置文件
[root@localhostssh]#moresshd_config
#$OpenBSD:sshd_config,v1.692004/05/2323:59:53dtuckerExp$
#Thisisthesshdserversystem-wideconfigurationfile.See
#sshd_config(5)formoreinformation.
#ThissshdwascompiledwithPATH=/usr/local/bin:/bin:/usr/bin
#_configshippedwith
#
#possible,butleavethemcommented.Uncommentedoptionschangea
#defaultvalue.
#Port22//先把22注釋掉
port2501//添加一個新的埠
#Protocol2,1
2、重啟ssh服務讓修改的埠號生效
[root@localhost~]#servicesshdrestart
Stoppingsshd:[OK]
Startingsshd:[OK]
Ⅲ 如何修改Linux遠程埠/如何修改ssh埠
修改Linux遠程埠的方法如下:
一、首先,遠程進去 linux。
這樣就可以完成修改了。
Ⅳ Linux下WAS從控制台更改埠號改錯了,訪問不了控制台如何解決
在serverindex.xml, virtualhosts.xml等文件里。
熱點內容