Serve mock repo with py3 http server module

From Chmearl, 1 Year ago, written in Plain Text, viewed 115 times.
URL https://pb.dynavirt.com/view/4f53f20d Embed
Download Paste or View Raw
  1. [mockbuild@alma9:/var/tmp/mock-chain-root-2033-u_fn2ztl/results/alma+epel-9-x86_64]$ python3 -m http.server
  2. Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
  3. 75.83.116.81 - - [13/Apr/2023 11:03:38] "GET / HTTP/1.1" 200 -
  4. 75.83.116.81 - - [13/Apr/2023 11:03:47] "GET /dist-git-1.17-2.el9/ HTTP/1.1" 200 -
  5. 199.249.188.61 - - [13/Apr/2023 11:04:35] "GET /dist-git-1.17-2.el9/dist-git-1.17-2.el9.src.rpm HTTP/1.1" 200 -
  6. ^C
  7. Keyboard interrupt received, exiting.
  8.  

Reply to "Serve mock repo with py3 http server module"

Here you can reply to the paste above

captcha