Linux Configuration Files

Overview

rc.d/rc.local

fstab

exports

resolv.conf

httpd.conf

network

NETWORKING=yes
HOSTNAME=shadowfax
GATEWAYDEV=eth0
GATEWAY=10.254.2.17

ifcfg-eth0

DEVICE=eth0
USERCTL=no
ONBOOT=yes
BOOTPROTO=none
BROADCAST=10.254.2.31
NETWORK=10.254.2.0
NETMASK=255.255.255.224
IPADDR=10.254.2.16

inetd and xinetd

httpd

User apache
Group apache
User ccalvert
Group nobody
#CGI Module
ScriptAlias /scripts/ "/home/ccalvert/scripts/"

  AllowOverride None
  Options ExecCGI
  Order allow,deny
  Allow from all

  
At the very end of the file, and this is the most important part:
SetEnv LD_LIBRARY_PATH /home/ccalvert/kylix/bin:/home/ccalvert/kylix
SetEnv HOME /home/ccalvert
SetEnv LANG en_us