Web Servers and Apache Web-Server und Apache
The flip side of a Web browser is the Web server, the application that actually locates and delivers content from a specified URI to the browser. Die Kehrseite von einem Web-Browser ist die Web-Server, der Anwendung, die tatsächlich lokalisiert und liefert Inhalte von einem bestimmten URI an den Browser. What does a Web server have to do? Was ist ein Web-Server zu tun haben? At the most basic level, it simply has to deliver HTML and other content in response to incoming requests. Auf der höchsten Grundstufe, es hat einfach um HTML und andere Inhalte in Reaktion auf eingehende Anfragen. However, to be useful in a modern Web-oriented environment, a Web server has to do several things. Allerdings, um von Nutzen zu sein in einer modernen Web-Umfeld, ein Web-Server zu tun hat mehrere Dinge. The most important of these are the following: Die wichtigsten davon sind die folgenden:
• Be flexible and configurable to make it easy to add new capabilities, Web sites, and support increasing demand without recompilation and/or reinstallation. • Seien Sie flexibel und konfigurierbar zu machen, einfach um neue Funktionen, Web-Sites, und die Unterstützung steigende Nachfrage ohne neu und / oder Neuinstallation.
• Support authentication to limit users who can access specific pages and Web sites. • Support-Authentifizierung, um Nutzer, die Zugang zu bestimmten Seiten und Web-Sites.
• Support applications that dynamically generate Web pages, such as Perl and PHP, to support a customizable and personal user experience. • Support-Anwendungen, die dynamisch generieren Web-Seiten, wie Perl und PHP, um eine anpassbare Benutzeroberfläche und die persönliche Erfahrung.
• Maintain logs that can track requests for various pages so that you can both identify problems and figure out the popularity of various pages and Web sites. • Pflegen Sie, dass Protokolle können Anträge auf verschiedenen Seiten, so dass Sie beide Probleme identifizieren und herauszufinden, die Popularität von verschiedenen Seiten und Web-Sites.
• Support encrypted communications between the browser and server, to guarantee and validate the security of those communications. • Unterstützung verschlüsselte Kommunikation zwischen dem Browser und Server, zu garantieren, und Validierung der Sicherheit der Kommunikation.
The order of importance of these various requirements depends on whether you are a systems administrator or e-commerce merchant, but all modern Web servers must provide at least these capabilities. Die Reihenfolge der Bedeutung dieser verschiedenen Anforderungen hängt davon ab, ob Sie ein Systemadministrator oder E-Commerce-Händler, sondern allen modernen Web-Server muss zumindest diese Fähigkeiten. Many different Web servers are available today, depending on your hardware platform, the software requirements of third-party software that a Web site depends on, your fealty to a particular operating system vendor, and whether or not you are willing to run open source software, get additional power, and save money. Viele verschiedene Web-Server sind heute verfügbar, abhängig von Ihrer Hardware-Plattform, die Software-Anforderungen der Software von Drittanbietern, das eine Website hängt davon ab, Ihre fealty auf ein bestimmtes Betriebssystem-Anbieter, und ob Sie bereit sind, um Open-Source-Software , Erhalten zusätzliche Macht und Geld sparen.
As you might expect, the first Web server in the world went online at CERN, along with the first Web browser. Wie Sie vielleicht erwarten, der ersten Web-Server in der Welt ging online am CERN, zusammen mit der ersten Web-Browser. These were written and ran on NeXT workstations, not exactly the world’s most popular platform (sadly enough). Diese wurden geschrieben und lief auf NeXT-Workstations, nicht gerade der weltweit beliebtesten Plattform (leider genug). The first test of a Web server outside of Europe was made using a server running at the Stanford Linear Accelerator Center (SLAC) in the United States. Der erste Test von einem Web-Server außerhalb von Europa wurde mit einem Server laufen an der Stanford Linear Accelerator Center (SLAC) in den Vereinigten Staaten.
The development focus of Web servers that ran on more popular machines was initially the NCSA (National Center for Supercomputing Applications) Web server, known NCSA httpd (HTTP Daemon). Der Schwerpunkt der Entwicklung Web-Servern, lief auf mehr beliebt Maschinen wurde zunächst der NCSA (National Center for Supercomputing Applications) Web-Server, bekannt NCSA httpd (HTTP-Daemon). Their development of a freely available Web server paralleled their development of the NCSA browser, known as Mosaic. Ihre Entwicklung eines frei verfügbaren Web-Server parallel ihre Entwicklung von der NCSA-Browser, bekannt als Mosaik. When one of the primary developers of NCSA httpd (Rob McCool) left the NCSA, a group of NCSA httpd fans, maintainers, and developers formed to maintain and support a set of patches for NCSA httpd. Wenn eins der primären Entwickler von NCSA httpd (McCool Rob) aus dem NCSA, eine Gruppe von NCSA httpd Fans, Betreuer und Entwickler bilden die Erhaltung und Unterstützung einer Reihe von Patches für NCSA httpd. This patched server eventually came to be known as the Apache Web server. Diese gepatchten Server schließlich kam mit der Bezeichnung Apache Web-Server. Though the official Apache Web site used to claim that the name “Apache” was chosen because of their respect for the endurance and fighting skills of the Apache Indians, most people think that this was a joke, and that the name was chosen because the Web server initially consisted of many patches—in other words, it was “a patchy Web server.” Obwohl die offizielle Apache-Web-Site verwendet werden, zu behaupten, dass den Namen "Apache" wurde gewählt, weil von ihr Respekt für die Ausdauer und die Bekämpfung der Fähigkeiten der Apache Inder, die meisten Leute denken, dies sei ein Witz, und dass der Name wurde gewählt, weil die Web - Server ursprünglich aus der viele Patches-mit anderen Worten, es sei "ein lückenhaft Web-Server."
Two Apache servers are available, contained in the packages apache and apache2. Zwei Apache-Server verfügbar sind, enthalten in den Paketen apache und apache2. The primary differences between these two versions of the Apache Web server are their code base, their vintage, and how you install and maintain them. Die primären Unterschiede zwischen diesen zwei Versionen des Apache Web-Server sind ihre Code-Basis, ihre Jahrgang, und wie Sie installieren und pflegen sie. The apache package is the latest and greatest version of the Apache 1.x family of Web servers, which was excellent in its day, is still extremely popular, and is still in use in many Web sites across the Net. Der Apache-Paket ist der neueste und größte Version des Apache 1.x Familie von Web-Servern, die war ausgezeichnet in seine Tag, ist immer noch sehr beliebt, und ist nach wie vor in vielen Web-Sites in der gesamten Net. However, the apache2 package contains the latest and greatest version of the Apache 2.x Web server, which is essentially “Apache, the Next Generation.” Though things work differently in Apache 2.x, especially from a system administrator’s point of view, Apache 2.x is a far superior Web server and where future Apache extension development is going to take place. Allerdings hat das Apache2-Paket enthält die neueste und beste Version des Apache Web-Server 2.x, die im Wesentlichen "Apache, die nächste Generation." Obwohl die Dinge funktionieren anders in Apache 2.x, vor allem von einem Systemadministrator die Nummer der gesehen, Apache 2.x ist ein weit überlegen und Web-Server Apache, wo künftige Erweiterung Entwicklung stattfinden wird.
Today, Apache Web servers installed at sites across the Internet deliver more Web content than any other Web server. Heute, Apache Web-Server installiert auf Websites über das Internet liefern mehr Web-Inhalte als jede andere Web-Server. I forget the name of the second most popular Web server, but it only runs on a single operating system (which is not Linux) and therefore loses conceptually as well as numerically. Ich vergessen, den Namen des zweiten beliebtesten Web-Server, aber es läuft nur auf einem einzigen Betriebssystem (was nicht Linux) und damit verliert konzeptionell als auch numerisch.
Source of Information : Ubuntu Linux - Bible Quelle der Information: Ubuntu Linux - Bibel
Written by magakos. Geschrieben von magakos. Read more great feeds at is source Lesen Sie mehr auf große Feeds ist Quelle WEBSITE WEBSITE
no comments keine Kommentare . .
Read more articles on Lesen Sie mehr Artikel über otherSoftware otherSoftware and und Internet Internet and und Internet Internet . .
- [+] Digg [+] Digg : Feature this article : Feature dieser Artikel
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Bookmark diesem Artikel
- [+] Furl [+] Furl : Bookmark this article : Bookmark diesem Artikel















