Do Your Really, Really Need to Run Your Own Webserver? Some Practical Alternatives and Suggestions |
||
Anne Salemme | MIT IT Partners Conference | October 24, 2002 |
"No Cost" Option:
"Some Cost" Option:
"Some Cost" Option:
"Last Resort" Option: |
Introduction
This talk is
intended for people who are responsible for developing and maintaining
websites at MIT, and who must face the issue of whether or not to run
their own webserver.
It is important to note the distinction between website (the collection of
pages, scripts, and so on that make up the site's content and certain aspects of
its appearance), and webserver, which is the software that "serves" the
website pages to webbrowsers.
Not all websites require their own webserver; many websites at MIT are served from
web.mit.edu,
the pool of webservers supported by I.S..
Some websites are simple, and require only basic functionality in the webserver.
Some websites may require more complex or custom functionality built in.
It is important for website developers and maintainers to understand what
their website requires in a webserver, in order to make an informed decision
on an appropriate webserver for the site. In this talk, I will present several
webserver options
available at MIT,
which range from "use one that's already here that doesn't cost you anything" to
"do everything yourself".
In general, running a webserver for a high-visibility, complex, mission-critical website
is a job for professionals. Some required areas of expertise in webserver administration include:
|