设为首页 收藏本站
查看: 578|回复: 0

[经验分享] apache 目录结构

[复制链接]

尚未签到

发表于 2018-11-19 08:07:45 | 显示全部楼层 |阅读模式
  
[root@localhost conf]# tree -L 1 ../
../
├── bin
├── build
├── cgi-bin
├── conf
├── error
├── htdocs
├── icons
├── include
├── lib
├── logs
├── man
├── manual
└── modules

13 directories, 0 files
[root@localhost conf]# tree -L 2 ../
../
├── bin
│   ├── ab
│   ├── apachectl
│   ├── apr-1-config
│   ├── apu-1-config
│   ├── apxs
│   ├── checkgid
│   ├── dbmmanage
│   ├── envvars
│   ├── envvars-std
│   ├── htcacheclean
│   ├── htdbm
│   ├── htdigest
│   ├── htpasswd
│   ├── httpd
│   ├── httxt2dbm
│   ├── logresolve
│   └── rotatelogs
├── build
│   ├── apr_rules.mk
│   ├── config.nice
│   ├── config_vars.mk
│   ├── instdso.sh
│   ├── library.mk
│   ├── libtool
│   ├── ltlib.mk
│   ├── make_exports.awk
│   ├── make_var_export.awk
│   ├── mkdir.sh
│   ├── program.mk
│   ├── rules.mk
│   └── special.mk
├── cgi-bin
│   ├── printenv
│   └── test-cgi
├── conf
│   ├── extra
│   ├── httpd.conf
│   ├── httpd.conf.bak
│   ├── magic
│   ├── mime.types
│   └── original
├── error
│   ├── contact.html.var
│   ├── HTTP_BAD_GATEWAY.html.var
│   ├── HTTP_BAD_REQUEST.html.var
│   ├── HTTP_FORBIDDEN.html.var
│   ├── HTTP_GONE.html.var
│   ├── HTTP_INTERNAL_SERVER_ERROR.html.var
│   ├── HTTP_LENGTH_REQUIRED.html.var
│   ├── HTTP_METHOD_NOT_ALLOWED.html.var
│   ├── HTTP_NOT_FOUND.html.var
│   ├── HTTP_NOT_IMPLEMENTED.html.var
│   ├── HTTP_PRECONDITION_FAILED.html.var
│   ├── HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
│   ├── HTTP_REQUEST_TIME_OUT.html.var
│   ├── HTTP_REQUEST_URI_TOO_LARGE.html.var
│   ├── HTTP_SERVICE_UNAVAILABLE.html.var
│   ├── HTTP_UNAUTHORIZED.html.var
│   ├── HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
│   ├── HTTP_VARIANT_ALSO_VARIES.html.var
│   ├── include
│   └── README
├── htdocs
│   └── index.html
├── icons
│   ├── a.gif
│   ├── alert.black.gif
│   ├── alert.black.png
│   ├── alert.red.gif
│   ├── alert.red.png
│   ├── apache_pb2_ani.gif
│   ├── apache_pb2.gif
│   ├── apache_pb2.png
│   ├── apache_pb.gif
│   ├── apache_pb.png
│   ├── a.png
│   ├── back.gif
│   ├── back.png
│   ├── ball.gray.gif
│   ├── ball.gray.png
│   ├── ball.red.gif
│   ├── ball.red.png
│   ├── binary.gif
│   ├── binary.png
│   ├── binhex.gif
│   ├── binhex.png
│   ├── blank.gif
│   ├── blank.png
│   ├── bomb.gif
│   ├── bomb.png
│   ├── box1.gif
│   ├── box1.png
│   ├── box2.gif
│   ├── box2.png
│   ├── broken.gif
│   ├── broken.png
│   ├── burst.gif
│   ├── burst.png
│   ├── c.gif
│   ├── comp.blue.gif
│   ├── comp.blue.png
│   ├── comp.gray.gif
│   ├── comp.gray.png
│   ├── compressed.gif
│   ├── compressed.png
│   ├── continued.gif
│   ├── continued.png
│   ├── c.png
│   ├── dir.gif
│   ├── dir.png
│   ├── diskimg.gif
│   ├── diskimg.png
│   ├── down.gif
│   ├── down.png
│   ├── dvi.gif
│   ├── dvi.png
│   ├── f.gif
│   ├── folder.gif
│   ├── folder.open.gif
│   ├── folder.open.png
│   ├── folder.png
│   ├── folder.sec.gif
│   ├── folder.sec.png
│   ├── forward.gif
│   ├── forward.png
│   ├── f.png
│   ├── generic.gif
│   ├── generic.png
│   ├── generic.red.gif
│   ├── generic.red.png
│   ├── generic.sec.gif
│   ├── generic.sec.png
│   ├── hand.right.gif
│   ├── hand.right.png
│   ├── hand.up.gif
│   ├── hand.up.png
│   ├── icon.sheet.gif
│   ├── icon.sheet.png
│   ├── image1.gif
│   ├── image1.png
│   ├── image2.gif
│   ├── image2.png
│   ├── image3.gif
│   ├── image3.png
│   ├── index.gif
│   ├── index.png
│   ├── layout.gif
│   ├── layout.png
│   ├── left.gif
│   ├── left.png
│   ├── link.gif
│   ├── link.png
│   ├── movie.gif
│   ├── movie.png
│   ├── patch.gif
│   ├── patch.png
│   ├── pdf.gif
│   ├── pdf.png
│   ├── p.gif
│   ├── pie0.gif
│   ├── pie0.png
│   ├── pie1.gif
│   ├── pie1.png
│   ├── pie2.gif
│   ├── pie2.png
│   ├── pie3.gif
│   ├── pie3.png
│   ├── pie4.gif
│   ├── pie4.png
│   ├── pie5.gif
│   ├── pie5.png
│   ├── pie6.gif
│   ├── pie6.png
│   ├── pie7.gif
│   ├── pie7.png
│   ├── pie8.gif
│   ├── pie8.png
│   ├── portal.gif
│   ├── portal.png
│   ├── p.png
│   ├── ps.gif
│   ├── ps.png
│   ├── quill.gif
│   ├── quill.png
│   ├── README
│   ├── README.html
│   ├── right.gif
│   ├── right.png
│   ├── screw1.gif
│   ├── screw1.png
│   ├── screw2.gif
│   ├── screw2.png
│   ├── script.gif
│   ├── script.png
│   ├── small
│   ├── sound1.gif
│   ├── sound1.png
│   ├── sound2.gif
│   ├── sound2.png
│   ├── sphere1.gif
│   ├── sphere1.png
│   ├── sphere2.gif
│   ├── sphere2.png
│   ├── tar.gif
│   ├── tar.png
│   ├── tex.gif
│   ├── tex.png
│   ├── text.gif
│   ├── text.png
│   ├── transfer.gif
│   ├── transfer.png
│   ├── unknown.gif
│   ├── unknown.png
│   ├── up.gif
│   ├── up.png
│   ├── uuencoded.gif
│   ├── uuencoded.png
│   ├── uu.gif
│   ├── uu.png
│   ├── world1.gif
│   ├── world1.png
│   ├── world2.gif
│   └── world2.png
├── include
│   ├── ap_compat.h
│   ├── ap_config_auto.h
│   ├── ap_config.h
│   ├── ap_config_layout.h
│   ├── ap_listen.h
│   ├── ap_mmn.h
│   ├── ap_mpm.h
│   ├── ap_provider.h
│   ├── apr_allocator.h
│   ├── apr_anylock.h
│   ├── apr_atomic.h
│   ├── apr_base64.h
│   ├── apr_buckets.h
│   ├── apr_crypto.h
│   ├── apr_date.h
│   ├── apr_dbd.h
│   ├── apr_dbm.h
│   ├── apr_dso.h
│   ├── ap_regex.h
│   ├── ap_regkey.h
│   ├── ap_release.h
│   ├── apr_env.h
│   ├── apr_errno.h
│   ├── apr_escape.h
│   ├── apr_file_info.h
│   ├── apr_file_io.h
│   ├── apr_fnmatch.h
│   ├── apr_general.h
│   ├── apr_getopt.h
│   ├── apr_global_mutex.h
│   ├── apr.h
│   ├── apr_hash.h
│   ├── apr_hooks.h
│   ├── apr_inherit.h
│   ├── apr_ldap.h
│   ├── apr_ldap_init.h
│   ├── apr_ldap_option.h
│   ├── apr_ldap_rebind.h
│   ├── apr_ldap_url.h
│   ├── apr_lib.h
│   ├── apr_md4.h
│   ├── apr_md5.h
│   ├── apr_memcache.h
│   ├── apr_mmap.h
│   ├── apr_network_io.h
│   ├── apr_optional.h
│   ├── apr_optional_hooks.h
│   ├── apr_poll.h
│   ├── apr_pools.h
│   ├── apr_portable.h
│   ├── apr_proc_mutex.h
│   ├── apr_queue.h
│   ├── apr_random.h
│   ├── apr_reslist.h
│   ├── apr_ring.h
│   ├── apr_rmm.h
│   ├── apr_sdbm.h
│   ├── apr_sha1.h
│   ├── apr_shm.h
│   ├── apr_signal.h
│   ├── apr_skiplist.h
│   ├── apr_strings.h
│   ├── apr_strmatch.h
│   ├── apr_support.h
│   ├── apr_tables.h
│   ├── apr_thread_cond.h
│   ├── apr_thread_mutex.h
│   ├── apr_thread_pool.h
│   ├── apr_thread_proc.h
│   ├── apr_thread_rwlock.h
│   ├── apr_time.h
│   ├── apr_uri.h
│   ├── apr_user.h
│   ├── apr_uuid.h
│   ├── apr_version.h
│   ├── apr_want.h
│   ├── apr_xlate.h
│   ├── apr_xml.h
│   ├── apu_errno.h
│   ├── apu.h
│   ├── apu_version.h
│   ├── apu_want.h
│   ├── expat.h
│   ├── fdqueue.h
│   ├── http_config.h
│   ├── http_connection.h
│   ├── http_core.h
│   ├── httpd.h
│   ├── http_log.h
│   ├── http_main.h
│   ├── http_protocol.h
│   ├── http_request.h
│   ├── http_vhost.h
│   ├── mod_auth.h
│   ├── mod_cgi.h
│   ├── mod_core.h
│   ├── mod_dav.h
│   ├── mod_dbd.h
│   ├── mod_include.h
│   ├── mod_log_config.h
│   ├── mod_proxy.h
│   ├── mod_rewrite.h
│   ├── mod_ssl.h
│   ├── mod_status.h
│   ├── mpm_common.h
│   ├── mpm_default.h
│   ├── mpm.h
│   ├── os.h
│   ├── pod.h
│   ├── scoreboard.h
│   ├── unixd.h
│   ├── util_cfgtree.h
│   ├── util_charset.h
│   ├── util_ebcdic.h
│   ├── util_filter.h
│   ├── util_ldap.h
│   ├── util_md5.h
│   ├── util_script.h
│   ├── util_time.h
│   └── util_xml.h
├── lib
│   ├── apr.exp
│   ├── aprutil.exp
│   ├── libapr-1.a
│   ├── libapr-1.la
│   ├── libapr-1.so -> libapr-1.so.0.5.2
│   ├── libapr-1.so.0 -> libapr-1.so.0.5.2
│   ├── libapr-1.so.0.5.2
│   ├── libaprutil-1.a
│   ├── libaprutil-1.la
│   ├── libaprutil-1.so -> libaprutil-1.so.0.5.4
│   ├── libaprutil-1.so.0 -> libaprutil-1.so.0.5.4
│   ├── libaprutil-1.so.0.5.4
│   ├── libexpat.a
│   ├── libexpat.la
│   ├── libexpat.so -> libexpat.so.0.5.0
│   ├── libexpat.so.0 -> libexpat.so.0.5.0
│   ├── libexpat.so.0.5.0
│   └── pkgconfig
├── logs
│   ├── access_log
│   ├── cgisock.25995
│   ├── error_log
│   └── httpd.pid
├── man
│   ├── man1
│   └── man8
├── manual
│   ├── bind.html
│   ├── bind.html.de
│   ├── bind.html.en
│   ├── bind.html.fr
│   ├── bind.html.ja.utf8
│   ├── bind.html.ko.euc-kr
│   ├── bind.html.tr.utf8
│   ├── caching.html
│   ├── caching.html.en
│   ├── caching.html.fr
│   ├── caching.html.tr.utf8
│   ├── configuring.html
│   ├── configuring.html.de
│   ├── configuring.html.en
│   ├── configuring.html.fr
│   ├── configuring.html.ja.utf8
│   ├── configuring.html.ko.euc-kr
│   ├── configuring.html.tr.utf8
│   ├── content-negotiation.html
│   ├── content-negotiation.html.en
│   ├── content-negotiation.html.fr
│   ├── content-negotiation.html.ja.utf8
│   ├── content-negotiation.html.ko.euc-kr
│   ├── content-negotiation.html.tr.utf8
│   ├── convenience.map
│   ├── custom-error.html
│   ├── custom-error.html.en
│   ├── custom-error.html.es
│   ├── custom-error.html.ja.utf8
│   ├── custom-error.html.ko.euc-kr
│   ├── custom-error.html.tr.utf8
│   ├── developer
│   ├── dns-caveats.html
│   ├── dns-caveats.html.en
│   ├── dns-caveats.html.ja.utf8
│   ├── dns-caveats.html.ko.euc-kr
│   ├── dns-caveats.html.tr.utf8
│   ├── dso.html
│   ├── dso.html.en
│   ├── dso.html.ja.utf8
│   ├── dso.html.ko.euc-kr
│   ├── dso.html.tr.utf8
│   ├── env.html
│   ├── env.html.en
│   ├── env.html.ja.utf8
│   ├── env.html.ko.euc-kr
│   ├── env.html.tr.utf8
│   ├── faq
│   ├── filter.html
│   ├── filter.html.en
│   ├── filter.html.es
│   ├── filter.html.fr
│   ├── filter.html.ja.utf8
│   ├── filter.html.ko.euc-kr
│   ├── filter.html.tr.utf8
│   ├── glossary.html
│   ├── glossary.html.de
│   ├── glossary.html.en
│   ├── glossary.html.es
│   ├── glossary.html.fr
│   ├── glossary.html.ja.utf8
│   ├── glossary.html.ko.euc-kr
│   ├── glossary.html.tr.utf8
│   ├── handler.html
│   ├── handler.html.en
│   ├── handler.html.es
│   ├── handler.html.fr
│   ├── handler.html.ja.utf8
│   ├── handler.html.ko.euc-kr
│   ├── handler.html.ru.koi8-r
│   ├── handler.html.tr.utf8
│   ├── handler.html.zh-cn.utf8
│   ├── howto
│   ├── images
│   ├── index.html
│   ├── index.html.de
│   ├── index.html.en
│   ├── index.html.es
│   ├── index.html.fr
│   ├── index.html.ja.utf8
│   ├── index.html.ko.euc-kr
│   ├── index.html.pt-br
│   ├── index.html.tr.utf8
│   ├── index.html.zh-cn.utf8
│   ├── install.html
│   ├── install.html.de
│   ├── install.html.en
│   ├── install.html.es
│   ├── install.html.fr
│   ├── install.html.ja.utf8
│   ├── install.html.ko.euc-kr
│   ├── install.html.tr.utf8
│   ├── invoking.html
│   ├── invoking.html.de
│   ├── invoking.html.en
│   ├── invoking.html.es
│   ├── invoking.html.fr
│   ├── invoking.html.ja.utf8
│   ├── invoking.html.ko.euc-kr
│   ├── invoking.html.ru.koi8-r
│   ├── invoking.html.tr.utf8
│   ├── LICENSE
│   ├── license.html
│   ├── license.html.en
│   ├── logs.html
│   ├── logs.html.en
│   ├── logs.html.fr
│   ├── logs.html.ja.utf8
│   ├── logs.html.ko.euc-kr
│   ├── logs.html.tr.utf8
│   ├── misc
│   ├── mod
│   ├── mpm.html
│   ├── mpm.html.de
│   ├── mpm.html.en
│   ├── mpm.html.es
│   ├── mpm.html.fr
│   ├── mpm.html.ja.utf8
│   ├── mpm.html.ko.euc-kr
│   ├── mpm.html.tr.utf8
│   ├── mpm.html.zh-cn.utf8
│   ├── new_features_2_0.html
│   ├── new_features_2_0.html.de
│   ├── new_features_2_0.html.en
│   ├── new_features_2_0.html.fr
│   ├── new_features_2_0.html.ja.utf8
│   ├── new_features_2_0.html.ko.euc-kr
│   ├── new_features_2_0.html.pt-br
│   ├── new_features_2_0.html.ru.koi8-r
│   ├── new_features_2_0.html.tr.utf8
│   ├── new_features_2_2.html
│   ├── new_features_2_2.html.en
│   ├── new_features_2_2.html.fr
│   ├── new_features_2_2.html.ja.utf8
│   ├── new_features_2_2.html.ko.euc-kr
│   ├── new_features_2_2.html.pt-br
│   ├── new_features_2_2.html.tr.utf8
│   ├── platform
│   ├── programs
│   ├── rewrite
│   ├── sections.html
│   ├── sections.html.en
│   ├── sections.html.fr
│   ├── sections.html.ja.utf8
│   ├── sections.html.ko.euc-kr
│   ├── sections.html.tr.utf8
│   ├── server-wide.html
│   ├── server-wide.html.en
│   ├── server-wide.html.ja.utf8
│   ├── server-wide.html.ko.euc-kr
│   ├── server-wide.html.tr.utf8
│   ├── sitemap.html
│   ├── sitemap.html.de
│   ├── sitemap.html.en
│   ├── sitemap.html.es
│   ├── sitemap.html.ja.utf8
│   ├── sitemap.html.ko.euc-kr
│   ├── sitemap.html.tr.utf8
│   ├── sitemap.html.zh-cn.utf8
│   ├── ssl
│   ├── stopping.html
│   ├── stopping.html.de
│   ├── stopping.html.en
│   ├── stopping.html.es
│   ├── stopping.html.fr
│   ├── stopping.html.ja.utf8
│   ├── stopping.html.ko.euc-kr
│   ├── stopping.html.tr.utf8
│   ├── style
│   ├── suexec.html
│   ├── suexec.html.en
│   ├── suexec.html.fr
│   ├── suexec.html.ja.utf8
│   ├── suexec.html.ko.euc-kr
│   ├── suexec.html.tr.utf8
│   ├── upgrading.html
│   ├── upgrading.html.de
│   ├── upgrading.html.en
│   ├── upgrading.html.fr
│   ├── upgrading.html.ja.utf8
│   ├── urlmapping.html
│   ├── urlmapping.html.en
│   ├── urlmapping.html.ja.utf8
│   ├── urlmapping.html.ko.euc-kr
│   ├── urlmapping.html.tr.utf8
│   └── vhosts
└── modules
    └── httpd.exp







运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-636762-1-1.html 上篇帖子: 基于LAMP搭建Discuz!论坛,并配置Apache、PHP、MySQL-reworth 下篇帖子: wampserver 使用openssl和apache搭建https服务器教程
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表