seba07
Posts: 7
Joined: Sat Aug 16, 2014 10:28 am

show currend webserver

Sun May 14, 2017 5:30 pm

I have a strange problem. I had some errors with lighttpd (it didn´t react on my config), so I changed the port and noticed, that there has to be another webserver (which is also configured to use userdirs and run cgi) on my raspberrry pi. The problem is, I don't know the name. I don´t want to setup the pi completely new, so maybe you know a way to get to know the server.
Here https://pastebin.com/t6aGp7PHis a list with all installed programs, but I can´t find a webserver there. Thanks for your help.
Windows 7 64bit, Raspberry Pi Modell B

SurferTim
Posts: 1769
Joined: Sat Sep 14, 2013 9:27 am
Location: Miramar Beach, Florida

Re: show currend webserver

Sun May 14, 2017 11:51 pm

Try netstat.

Code: Select all

$ netstat -anp | grep 80
I have apache2 listening on port 80.

Return to “Networking and servers”