panic with gemini path without ending "/" #3
Closed
opened 2 years ago by thasos
·
5 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Hi, I'm trying to access au gemini server agate trough gmitohtml.
It works well when I use this url :
https://gmitohtml.mydomain.com/gemini/gemini.mydomain.com/
But without the ending
/
(https://gmitohtml.mydomain.com/gemini/gemini.mydomain.com
), gmitohtml panic :I tried vulpes.one and native clients, the url
https://gmitohtml.mydomain.com/gemini/gemini.mydomain.com
works, and I don't se any option or issue related to a similar problem on the server.My gmitohtml instance is behind a reverse proxy (apache) vhost :
Any idea ? :) Thanks !
PS : if you wand I can send you the real url for testing.
Note that this happen only on the root folder.
Both urls
https://gmitohtml.mydomain.com/gemini/gemini.mydomain.com/somefolder
andhttps://gmitohtml.mydomain.com/gemini/gemini.mydomain.com/somefolder/
are working.I can't seem to reproduce this yet. Are you running gmitohtml v1.0.3? I will investigate further once you've confirmed you're running the latest version.
Yes, 1.0.3.
I will try running without the apache httpd reverse proxy and inform you.
Same behavior without the reverse proxy... but I've tested running agate and gmitohtml on my desktop computer, it works well, so it's something on my server !
This issue can be closed, if I found something interesting I will reply on it.
Sorry for the inconvenience !
solved with https://github.com/mbrubeck/agate/releases/tag/v2.1.3 :)