mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-30 23:40:40 +02:00
[PR #1814] [MERGED] Update readme.md - Expand required Apache modules for reverse proxy and detail how to handle acme challenges #3623
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf/pull/1814
Author: @depwl9992
Created: 6/3/2023
Status: ✅ Merged
Merged: 6/4/2023
Merged by: @advplyr
Base:
master← Head:patch-1📝 Commits (1)
6d5987bUpdate readme.md📊 Changes
1 file changed (+25 additions, -3 deletions)
View changed files
📝
readme.md(+25 -3)📄 Description
After setting up the reverse proxy for Apache per the current instructions, I received the error:
Installing
proxy_httpandproxy_balancermodules in addition to those listed (as recommended here) fixed this issue.a2enmodcommand does not include the redundant_modulesuffix.Let's Encrypt was not able to validate certificates either automatically or manually as ABS does not respond to ACME challenges directly. Editing the virtual environment configuration to not reverse-proxy
/.well-known, and serving that directly from Apache allowed LE to validate the challenge.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.