[Mojolicious] Re: Can't get url placeholder in auth model

2017-08-06 Thread StarX
Thank you. You're warning was helpful too, I had to change my route to $auth->get('/') to account for the id. MJ On Sunday, 6 August 2017 14:32:52 UTC+1, Tekki wrote: > > You don't define the id parameter when you call $auth, so: > > my $auth = $r->under('/:id'... > > But now take care, the

Re: [Mojolicious] Nginx and Hypnotoad proxy correct config

2017-02-15 Thread StarX
. Thanks again for your help. On Tuesday, 14 February 2017 20:31:53 UTC, Rob Willett wrote: > > See my previous reply to you on this. The config files is just pulled from > a production server so we know it works :) > > Rob > > On Tue, Feb 14, 2017 at 8:13 PM, StarX <

[Mojolicious] Nginx and Hypnotoad proxy correct config

2017-02-14 Thread StarX
Hi, I know this has been asked many times and there are various posts addressing this but I'm struggling to find a concrete example, maybe my approach is wrong but I'd appreciate some help. So, I have a number of mojo applications, say app1, app2, appN, they all work great when I spin them up

[Mojolicious] Apache CGI deployment not serving static files from public directory

2016-10-10 Thread StarX
Guys, I've got a Mojolicious app running under CGI, but my css and js files are not being served from the pubic directory. Here's my htaccess file: AddHandler cgi-script .pl Options +ExecCGI IndexIgnore * RewriteEngine on RewriteCond