http://qs1969.pair.com?node_id=11128226

WookieeJeff has asked for the wisdom of the Perl Monks concerning the following question:

I'm trusted with maintaining a late 90's era Perl CGI application, running on a Windows 2016 Server under IIS.

I am trying to port parts of the application into Modern Perl with Mojolicious. However, I'm running into some difficulties with Mojo's router. When running in CGI mode, Mojo can't properly detect the request URL and routes everything to /.

Is anyone familiar with setting up Mojolicious in IIS? Is there a way to get CGI mode to work correctly?

Replies are listed 'Best First'.
Re: Mojo app running IIS CGI
by alexander_lunev (Pilgrim) on Feb 11, 2021 at 16:58 UTC
    Mojolicious have it's own HTTP server, so you won't need IIS no more. Did you manage to run Mojo application? How do you start it?
    A reply falls below the community's threshold of quality. You may see it by logging in.
A reply falls below the community's threshold of quality. You may see it by logging in.
A reply falls below the community's threshold of quality. You may see it by logging in.