> If you have a caching proxy server running in front of your mod_perl > server (like mod_proxy or Squid), you can just set Expires headers in your > pages and this will be handled for you by the proxy. True, both methods have advantages and disadvantages. The advantages of using mod_rewrite and static pages are: - less configuration / maintainance overhead - somewhat fewer resources needed - no extra care needed with headers - static pages can be removed at any time and kept around as long as needed, individual static pages can be removed and regenerated The obvious disadvantage is that it may be tricky to find / maintain an URL/file encoding scheme that can handle all the possible arguments for dynamic pages. -mjy -- Marinos J. Yannikos Preisvergleich Internet Services AG, Linke Wienzeile 4/2/5, A-1060 Wien Tel/Fax: (+431) 5811609-52/-55
- Re: dynamic vs. mostly static data Ken Y. Clark
- Re: dynamic vs. mostly static data Andy Wardley
- Re: dynamic vs. mostly static data Vivek Khera
- Re: dynamic vs. mostly static data Dave Rolsky
- Re: dynamic vs. mostly static data Gerald Richter
- Re: dynamic vs. mostly static data David Hodgkinson
- RE: dynamic vs. mostly static data Jason Liu
- Re: dynamic vs. mostly static data Marinos J. Yannikos
- Re: dynamic vs. mostly static data Perrin Harkins
- Re: dynamic vs. mostly static data Marinos J. Yannikos
- Re: dynamic vs. mostly static data Perrin Harkins
- Re: dynamic vs. mostly static data Marinos J. Yannikos
- Re: dynamic vs. mostly static da... Perrin Harkins
- Re: dynamic vs. mostly stati... David Hodgkinson
- Re: dynamic vs. mostly stati... Vivek Khera
- Re: dynamic vs. mostly stati... Marinos J. Yannikos
- Re: dynamic vs. mostly stati... Perrin Harkins
- RE: dynamic vs. mostly static data Jerrad Pierce
- Re: dynamic vs. mostly static data Carlos Ramirez
- RE: dynamic vs. mostly static data Peter Haworth