I have read about an example of setting a proxy/reverse proxy server for a
Java application at the following link:
http://www.daveyp.com/blog/index.php/archives/76/
But the article says that the Apache server that is the proxy is also using
mod_perl (for applying some filters), and also says that it can "serve
static files directly"
Is the article bad, or how can a mod_perl enabled Apache2 server can serve
static files directly?
Thanks.
Octavian
----- Original Message -----
From: "Jonathan Rockway" <[EMAIL PROTECTED]>
To: "The elegant MVC web framework" <[email protected]>
Sent: Thursday, January 11, 2007 12:51 AM
Subject: Re: [Catalyst] serving static files
Octavian Rasnita wrote:
What I don't understand is why serving the files directly decreases the
performance of mod_perl apps, even though downloading those files has no
relation with those mod_perl apps.
Do you have a recommendation for a text for learning how to use a
reverse proxy?
This has been discussed and documented to death. Read
http://perl.apache.org/docs/1.0/guide/strategy.html for answers to your
questions.
Does it happen the same in case of FastCGI applications?
myapp_fastcgi.pl is the backend server in this case.
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive:
http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/