-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix lighttpd mime #2816
Fix lighttpd mime #2816
Conversation
Signed-off-by: RamSet <[email protected]>
Signed-off-by: RamSet <[email protected]>
Note that the failing test is due to using the latest version of Fedora instead of 29. Fixed by this PR in dev: #2806 |
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/pi-hole-web-interface-not-displaying-correctly/21087/6 |
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/rasbian-buster-pi-hole-install-fails/21127/13 |
Ran into the same problem trying to install on a fresh install of Raspbian Buster. Managed to fix by simply changing the |
Changing the line is just a temporary fix since the file will be overwritten on update/re-install. |
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/getting-ready-for-buster/21001/22 |
1 similar comment
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/getting-ready-for-buster/21001/22 |
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: |
Are there any other issues with Raspbian Buster? If not, can Buster be added to the list at https://docs.pi-hole.net/main/prerequesites/#supported-operating-systems ? |
By submitting this pull request, I confirm the following:
please fill any appropriate checkboxes, e.g: [X]
(http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html))
Please make sure you Sign Off all commits. Pi-hole enforces the DCO.
What does this PR aim to accomplish?:
Fixed issue related to lighttpd not starting/failing during install due to deprecated parameter in the config (migrated from older versions).
How does this PR accomplish the above?:
Commented out the old perl mime file path and hard coded generic MIME definitions within the config.
What documentation changes (if any) are needed to support this PR?:
None