[BlueOnyx:22362] Re: PCI - lighttpd

Michael Stauber mstauber at blueonyx.it
Thu Aug 30 11:06:23 -05 2018


Hi Tim,

> I have a client that is telling me that their pci scan is failing
> because  "lighttpd service running on port 42443"
> 
> Is this service even running on BX?

No, "lighthttpd" is not included on a stock BlueOnyx nor do any add-on
PKGs from the shop provided it.

Do this to check:

netstat -tupan|grep LISTEN

That tells you which services are bound to which ports. Check what PID
the process has that's bound to port 42443.

When you have that PID, run "lsof -p <PID>" and it will show you where
that process resides and which files, sockets and ports it holds open.

That should help you to track it down.

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list