Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

251
Views
How to know which web server is running on my application

I have my web application built in python. I wish to have ssl certificate installed. How would I know which web server is running on my server? nginx or apache? Currently if i stop apache or nginx, the server does not shut down. I am able to see the running application even when the web server is down.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Use netstat in this case.

This will allow you to see what exactly is listening on the TCP port.

If you happen to be using Windows:

netstat -a -n -b

Linux:

sudo netstat -ltnp
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!