OpenWrt 网页无法访问

清夏晚风 Lv7

OpenWrt网页无法访问

若其余服务正常,SSH能够连接,可以使用以下命令:

查看web服务器状态:

1
service nginx status

如果是uhttpd,查看状态:

1
service uhttpd status
  • inactive :未运行
  • running :运行中

启动web服务器:

1
service nginx start

如果是uhttpd,启动:

1
service uhttpd start
  • Title: OpenWrt 网页无法访问
  • Author: 清夏晚风
  • Created at : 2026-05-29 16:19:19
  • Updated at : 2026-05-29 14:43:36
  • Link: https://blog.yuil.cn/2026/05/29/计算机基础/操作系统相关/操作系统使用相关/Linux/OpenWrt/OpenWrt 网页无法访问/
  • License: This work is licensed under CC BY-NC-SA 4.0.
Comments
On this page
OpenWrt 网页无法访问