http://www.perlmonks.org?node_id=1015471


in reply to Re: Help me fill a gap in my server-side knowledge?
in thread Help me fill a gap in my server-side knowledge?

As in, once I start, for example, Dancer, running on my Apache server, does it intercept all http requests?

Depends on what you did. Only one server can operate per socket/ip combo, if you're running apache, then apache is dispatching requests to, handing off requests to, deferring processing to, dancer ... -- apache is the server, dancer is an application, whether its running via cgi/mod_fcgi/mod_perl/whatever

  • Comment on Re^2: Help me fill a gap in my server-side knowledge?