thttpd and Apache
Hello,
I was recently doing some reading on webserver optimization and one of the recommendations was to have thttpd serve HTML pages and pass anything else along to Apache. This suits my needs quite nicely since I have a high traffic site with quite a few PHP and static HTML pages.
My question is, how do I get that heirarchy in place? Right now if I start up thttpd, it wants to serve everything and not just HTML pages. I'd like it to simply serve HTML pages and pass anything else along to Apache
I'm running FreeBSD 5.4.
Thank you in advance,
Jeff
|