Git Product home page Git Product logo

Comments (1)

chrisss404 avatar chrisss404 commented on May 29, 2024

This issue is a bit off-topic, but let's see if I can help you.

https://discourse.pi-hole.net/t/hardware-software-requirements/273

Port 80 should be used by lighttpd

If you have another Web server already running, such as Apache, Pi-hole’s Web server will not work. You can either disable the other Web server or change the port on which lighttpd listens, which allows you keep both Web servers running.

The problem you are facing is that two web servers compete for port 80. So you can configure one of them to use a different port, or you can get rid of one of them.

I would suggest the second solution: getting rid of lighttpd. For more information, see: https://discourse.pi-hole.net/t/migrating-pi-hole-from-lighttpd-to-apache/152/4.

# Stop and disable lighttpd service
systemctl stop lighttpd.service
systemctl disable lighttpd.service

# Get PHP support for apache2
apt-get install libapache2-mod-php

# Restart apache2 service
systemctl restart apache2.service

In terms of performance there should not be any problems for your RPi.

HTH & BR
Christian

from check-mk-arm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.