Alexander, do you have a link to the post? I have a couple of Mojo lite apps that get a handful request per day max, and response time is not important. I'd rather make them run under CGI than having to deal with the hassle of keeping a daemon running, setting up reverse proxy and so on. But I have problems with getting internal links working when app is not at / level, but in subdirectory.
On Saturday, November 10, 2018 at 8:53:02 AM UTC+1, Alexander Karelas wrote: > > I have set-up Mojolicious on CGI, it requires a trick that I think wasn't > included in full in the Wiki or in the documentation. I will post it on > Monday from work. > > Basically you need to rewrite the browser URL to /cgi-bin/path/to/ > my_app.pl/path/of/users/browser (that is, one path appended to the other) > > - Alex > > > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
