Page 1 of 1

show currend webserver

Posted: Sun May 14, 2017 5:30 pm
by seba07
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.

Re: show currend webserver

Posted: Sun May 14, 2017 11:51 pm
by SurferTim
Try netstat.

Code: Select all

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