[00:00] actual error is failed to make connection with backend [00:05] tbrowder: Which interface is Cro listening on? And which IP are you using to talk to it? Do they match? :-) [01:24] *** Xliff left [01:47] cro is listening to localhost, port 10000 [01:54] cro is running on a remote server reached via an IP derived from a dns lookup on the domain gbumc.church. the reverse proxy uses the domain name plus the port 10000 [02:14] tbrowder: That may not work because localhost is only advertised on the loopback network -- which is not where DNS IPs will appear. [02:15] Which is to say, you may be routing the packets to the wrong interface [02:15] ok, so i'll try listening on the real ip then. thnx [02:15] np, good luck [02:16] thank you. [11:48] .tell japhb \o/ touchdown!! yaaay THANKS [11:50] still sorting out the pieces, but my cro app is working. now i need to get systemd to handle the cro app start. [13:32] and aslo figure out how to actually duplicate the path info from my original home page into serving it from the cro app... [13:57] i'm trying to use the static route but i don't understand what cro router thinks it base directory for '/' is. i tried using "static './index.shtml'" but that didn't work. [13:58] is it confused by the suffix '.shtml'? [13:58] back later... [13:59] oh, i can slurp that file and serve it as a string but it loses some images in subdirs in the process. [14:00] bye [14:09] tbrowder: Glad to hear you got the basic app working. :-) [15:10] yep, a happy "event"! [15:26] i think i see the static file problem: .shtml is NOT in apache's mime types so a module and directive can probably take care of that [15:32] oops, that is already in my conf files, so that may not be the exact answer... [17:54] i couldn't get the alternative static signature work. right now my solution is to rename index.shtml to index.html and it served, barely. none of the img links worked. do i have to go the full cro template route for that? [17:54] s/signature work/signature to work/