1、Linux下的Apache目录
Apache的根目录:/etc/httpd/

1.1、主配置文件夹
/etc/httpd/conf/
里面主要是httpd.conf

1.2、次配置文件夹
/etc/httpd/conf.d/
主要是ssl.conf

1.3、模块目录:
/etc/httpd/conf.modules.d/

1.4、 日志记录文件:
/var/log/http/
access_log 访问日志
error_log 错误日志

1.5、网站根文档目录
/var/www/html
