zoukankan      html  css  js  c++  java
  • 默认日志和配置文件路径

    一、日志默认路径

    (1) apache+Linux日志默认路径

        /etc/httpd/logs/access_log

    或者
            
        /var/log/httpd/access_log

    (2) apache+win2003日志默认路径

        D:xamppapachelogsaccess.log
        D:xamppapachelogserror.log

    (3) IIS6.0+win2003默认日志文件

        C:WINDOWSsystem32Logfiles

    (4) IIS7.0+win2003 默认日志文件

        %SystemDrive%inetpublogsLogFiles

    (5) nginx 日志文件

        日志文件在用户安装目录logs目录下
            以我的安装路径为例/usr/local/nginx,
            那我的日志目录就是在/usr/local/nginx/logs里

    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    二、web中间件默认配置

    (1) apache+linux 默认配置文件

        /etc/httpd/conf/httpd.conf
    或者
         index.php?page=/etc/init.d/httpd

    (2) IIS6.0+win2003 配置文件

        C:/Windows/system32/inetsrv/metabase.xml

    (3) IIS7.0+WIN 配置文件

        C:WindowsSystem32inetsrvconfigapplicationHost.config

  • 相关阅读:
    省选测试29
    省选测试28
    省选测试27
    省选测试26
    省选测试25
    最小费用最大流Dinic
    省选测试24
    省选测试23
    省选测试22
    省选测试21
  • 原文地址:https://www.cnblogs.com/my1e3/p/5853703.html
Copyright © 2011-2022 走看看