01 Apache Intro
01 Apache Intro
0 LDUP : 2
=============================================================================
=============================================================================
01. Introduction
to Apache
=============================================================================
=============================================================================
# httpd -V
# httpd -v
Server version: Apache/2.0.40
Server built: Feb 25 2003 05:01:56
# httpd -l
core.c
prefork.c <---------- pre-fork MPM and ours is a hardcore dynamic
http_core.c server with DSO capability
mod_so.c <---------- DSO capability has to be statically built into
the binary
Dont' forget --enable-so as a configure option
* Always install from src code and rpm -e the distribution Apache
or better still
* do a min install then install the src
including the C Compiler -
* Try to build a server as static as possible for speed/security
Browsers :
========
lynx -dump www.ganesh.com - resolves via : /etc/host.conf
links /etc/nsswitch.conf
elinks Either uses /etc/hosts or DNS or NIS or LDAP
konqueror
evolution
galeon
mozilla
opera
**************************