//配置文件 /etc/httpd/conf /etc/httpd/conf.d /etc/httpd/conf.d/README /etc/httpd/conf.d/proxy_ajp.conf /etc/httpd/conf.d/welcome.conf /etc/httpd/conf/httpd.conf /etc/httpd/conf/magic /etc/httpd/logs /etc/httpd/modules/etc/httpd/run /etc/logrotate.d/httpd /etc/rc.d/init.d/httpd /etc/sysconfig/httpd------------->把httpd 基本的配置信息(默认都是注释掉的) //安装程序 (一). httpd 用的基本用户指令 /usr/bin/ab /usr/bin/htdbm /usr/bin/htdigest /usr/bin/htpasswd /usr/bin/logresolve (二).httpd程序需要调用的模块、集成的函数库 /usr/lib/httpd------------>httpd调用函数库、集成模块的根目录 /usr/lib/httpd/modules /usr/lib/httpd/modules/mod_actions.so /usr/lib/httpd/modules/mod_alias.so ............................... /usr/lib/httpd/modules/mod_vhost_alias.so (三). httpd所需要的系统命令 /usr/sbin/apachectl /usr/sbin/htcacheclean /usr/sbin/httpd /usr/sbin/httpd.event /usr/sbin/httpd.worker /usr/sbin/httxt2dbm /usr/sbin/rotatelogs /usr/sbin/suexec (四). httpd所需要的一些共享文件 /usr/share/doc/httpd-2.2.3 /usr/share/doc/httpd-2.2.3/ABOUT_APACHE .................... /usr/share/man/man8/suexec.8.gz (五). 程序在运行时要改变的数据 /var/cache/mod_proxy ------------>缓存 /var/lib/dav /var/log/httpd ------------>日志 (六). apache作为web服务器需要一个发布网页的目录 var/www就是一个放网页的目录。--->httpd.conf中默认的目录 DocumentRoot=/var/www/html /var/www ----------------->web服务器根目录 /var/www/cgi-bin /var/www/error----------->web服务器的错误相关处理的文件 ............................. /var/www/error/noindex.html /var/www/html --------------->web服务器静态网络的根目录 /var/www/icons --------------->web服务器调用默认(apache、tomcat)网页需要的图片 /var/www/icons/README ...................................... /var/www/icons/world2.png