Difference: WebServerOverview (2 vs. 3)

Revision 325 Mar 2003 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="GnuLinuxIntro"
(back to GnuLinuxIntro)

Web Server Overview

Added:
>
>
Different options for establishing a presence: hosting (shared, dedicated), co-location, in-house. Cost/benefit. Professional vs. fun.
 Which web server? Apache, boa, AOLServer.

Let's assume Apache for our purposes. It's the most popular web server on the public internet, with more sites served than all other web servers combined.

Line: 13 to 15
  Different categories of files:
  • configuration - /etc/httpd, /etc/apache
Changed:
<
<
  • web pages - /var/www
>
>
  • web pages - /var/www, ~/public_html
 
  • logs - /var/log/httpd, /var/log/apache
Changed:
<
<
Static pages vs. cgi vs. server extensions.
>
>
Static pages vs. cgi vs. server extensions. PHP.
  Startup, shutdown. /usr/sbin/apachectl
Line: 24 to 26
 
  • Check logs: access logs, error logs
  • Keep up with patches
Added:
>
>
Case study: the Caboteria http://www.caboteria.org/. The goal is to have fun so it's run on a cable modem with DNS hosted by a DNS hosting company. Apache, Debian, Wiki, PHP. Pros: flexible. Cons: not reliable (IP change, cable outage, power outage, hw failure).
  -- TobyCabot - 24 Mar 2003
View topic | History: r3 < r2 < r1 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback