mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #812] [QUESTION] apache2 proxy for subpath breaks layout #510
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#510
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @Sailing74 on GitHub (Jul 11, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/812
I am trying to use the path /search on my existing apache as a proxy for Whoogle:
ProxyRequests Off ProxyPreserveHost On ProxyPass /search http://whoogle.example:5000/ ProxyPassReverse /search http://whoogle.example:5000/Config menu is always shown, Whoogle-logo stretches across the entire breadth of the page, etc. I suppose the config cannot be read in such instance.
Any idea how to get this working? I tried setting WHOOGLE_CONFIG_URL to https://www.example.com/search, but this didn't help.
@inittux111 commented on GitHub (Dec 6, 2022):
I think you want to use this variable for a sub path/url, this worked for me.
WHOOGLE_URL_PREFIX | The URL prefix to use for the whoogle instance (i.e. "/whoogle")