[Python] One-line command to build HTTP service intranet file

Source: Internet
Author: User

On a Linux server or on a Windows server, You can use this command to create a Web service that can be accessed quickly in the intranet, as long as you install Python.

In the directory where you want to build the Web service, use the python3.x built-in method:

Python-m Http.server 8000

8000 is the port number of the link, so that the local in the browser can access the directory through http://localhost:8000, and the LAN, such as other computers, can be established by the Web service IP address and port access to the directory, such as 10.2.24.123 : 8000.

[Python] One-line command to build HTTP service intranet file

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.