Yeah, I don't recommend using mod_perl to serve static files on a site with much traffic. You should use a reverse proxy setup or similar for that, as described in the mod_perl docs, or use FastCGI. The nice thing about FastCGI's new popularity is it means ISPs are getting pressure to support it. | [reply] |
You should use a reverse proxy setup or similar for that, as described in the mod_perl docs, or use FastCGI.
Or both. There's a new kid on the web servers block, putting pressure onto Apache: Lighttpd AKA "Lighty". It doesn't have mod_perl, obviously (as mod_perl is Apache technology), but instead, it puts a heavy focus onto FastCGI and proxying.
| [reply] |
How is that "both"? It runs FastCGI in essentially the same way as Apache, doesn't it?
| [reply] |