[[email protected] ~]# ls -a
.  ..  .bash_history  .bash_logout  .bash_profile  .bashrc  .cache  .cshrc  .pycharm_helpers  .tcshrc  anaconda-ks.cfg

将如上目录作为http服务器资源发布目录

[[email protected] ~]# python -m http.server 80

访问

python3 使用http.server秒速搭建web服务器

相关文章:

  • 2021-07-27
  • 2021-08-20
  • 2021-09-03
  • 2021-11-18
  • 2021-10-05
  • 2021-10-26
  • 2021-07-03
  • 2021-08-03
猜你喜欢
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2021-11-30
相关资源
相似解决方案