Conversation
Notices
-
iris (authen@brain.worm.pink)'s status on Saturday, 21-Dec-2024 06:46:14 JST iris im supposed to get everyones ip i think but its just showing 127.0.0.1 i think this is because of argo tunnel i guess - nyanide :nyancat_rainbow::nyancat_body::nyancat_face: likes this.
-
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Saturday, 21-Dec-2024 06:48:27 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: @authen still looking at the logs? -
iris (authen@brain.worm.pink)'s status on Saturday, 21-Dec-2024 06:49:19 JST iris @nyanide im too lazy to its just in vichan -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Saturday, 21-Dec-2024 06:49:34 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: @authen awh. grep access.log for "Authenyo" later -
jade (karebu@social.karebu.gay)'s status on Saturday, 21-Dec-2024 06:59:21 JST jade @authen you need to tell your web server to accept the ip header that it should be getting from cloudflared
-
iris (authen@brain.worm.pink)'s status on Saturday, 21-Dec-2024 06:59:23 JST iris @karebu my web server is the default php web server 😭 -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Saturday, 21-Dec-2024 06:59:48 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: @authen @karebu do you know how to set up lighttpd to actually have a half decent experience administering php applications -
iris (authen@brain.worm.pink)'s status on Saturday, 21-Dec-2024 07:00:30 JST iris @nyanide @karebu i have no idea -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Saturday, 21-Dec-2024 07:01:21 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: @authen @karebu https://redmine.lighttpd.net/projects/lighttpd/wiki/TutorialConfiguration
well go ahead and start learning a bit of this extremely easy to configure web server, if you'd like to not deal with nginx cruft -
iris (authen@brain.worm.pink)'s status on Saturday, 21-Dec-2024 07:01:48 JST iris @nyanide @karebu bookmarked for later In conversation permalink -
jade (karebu@social.karebu.gay)'s status on Saturday, 21-Dec-2024 07:03:11 JST jade In conversation permalink -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Saturday, 21-Dec-2024 07:03:43 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: @karebu @authen caddy is also apparently okay but i am unsure if it supports cgi and also some people shit talk it sometimes :shrug: In conversation permalink -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Saturday, 21-Dec-2024 07:04:16 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: @karebu @authen besides for php you'll probably be using fastcgi anyway so not that big of a deal if you lose fastcgi support i guess In conversation permalink -
Phantasm (phnt@fluffytail.org)'s status on Saturday, 21-Dec-2024 07:05:44 JST Phantasm @nyanide @authen @karebu caddy likes to break configurations and not fix long-standing bugs (prometheus stats completely destroying performance) for whatever reason. I would never use it outside of containers, where it is dead simple to configure. In conversation permalink -
Phantasm (phnt@fluffytail.org)'s status on Saturday, 21-Dec-2024 07:12:59 JST Phantasm @nyanide @authen @karebu nginx's fcgi configuration is also rather clunky for some reason. The least painful experience is probably lighttpd and when that is too simple, apache is probably the way.
>im supposed to get everyones ip i think but its just showing 127.0.0.1 i think this is because of argo tunnel i guess
I've never worked with Cloudflare directly, but you need to at least the pass/read X-Forwarded-For HTTP header to get the real originating IP. Cloudflare might also send it in some other header.In conversation permalink