一、日志默认路径

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

    /etc/httpd/logs/access_log

或者
        
    /var/log/httpd/access_log

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

    D:\xampp\apache\logs\access.log
    D:\xampp\apache\logs\error.log

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

    C:\WINDOWS\system32\Logfiles

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

    %SystemDrive%\inetpub\logs\LogFiles

(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:\Windows\System32\inetsrv\config\applicationHost.config

相关文章:

  • 2022-12-23
  • 2021-10-25
  • 2021-04-01
  • 2022-12-23
  • 2021-11-05
  • 2021-07-05
  • 2021-10-12
  • 2022-12-23
猜你喜欢
  • 2021-11-18
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-04-10
相关资源
相似解决方案