Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cherrypy - no response to requests
#3
Thank you for your answer.


1.
I killed cherrypy process

2.
command:
python3 -m http.server 2020 --bind 127.0.0.1
output:
Serving HTTP on 127.0.0.1 port 2020 (http://127.0.0.1:2020/) ...

3.
command:
ps aux
output:
13487 0.1 0.4 91588 14432 pts/0 T 08:44 0:00 python3 -m http.server 2020 --bind 127.0.0.1

4.
command:
netstat -tulpn | grep :2020
output:
tcp 1 0 127.0.0.1:2020 0.0.0.0:* LISTEN 13487/python3

5.
command:
wget http://127.0.0.1:2020
output:
Connecting to 127.0.0.1:2020... connected.
HTTP request sent, awaiting response...


The same answer as with cherrypy. What does it mean?


PS: I also disabled SElinux
Reply


Messages In This Thread
Cherrypy - no response to requests - by kryszen2 - May-10-2019, 12:17 PM
RE: Cherrypy - no response to requests - by scidam - May-11-2019, 04:07 AM
RE: Cherrypy - no response to requests - by kryszen2 - May-14-2019, 12:59 PM
RE: Cherrypy - no response to requests - by scidam - May-15-2019, 02:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  POST requests - different requests return the same response Default_001 3 1,989 Mar-10-2022, 11:26 PM
Last Post: Default_001

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020