By Manpreet Vohra (administrator) on 31 January, 2010
Last modified: 4 February, 2010
How do setup Apache to serve static files?
Basically the content in a website can be categorized into to categories:
- Dynamic content - generated by CMS like Drupal, Wordpress, or custom script like php, ASP etc. This content is dynamically assembled and severed to the browser hence called as Dynamic.
- Static Content - as the name implies this content does not change with request and is static. All multimedia things like image, audio, documents etc. come under this category.

