On Wed, Sep 29, 2021 at 08:27:31PM -0600, William Torrez Corea wrote: > Ready, i stopped lighttpd
> Actually APACHE is active (running) > I don't knew that one can't have two services running. Well, the only issue here is that they both want to bind to the same port. If you change one of them to bind to a different port, or if you have each of them bind to the same port on a different network interface, then they can coexist just fine. But ... for most people, one web server at a time should be plenty. Pick the one you actually want to use, and remove the other one. Unless you've got a specific reason to run both of them, and you configure them for it.