apache對應的web服務預設根路徑
某CTF題目ssrf中考過
┌─[thekingofnight@parrot]─[~]
└──╼ $cat /etc/apache2/sites-enabled/000-default.conf
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
相關文章
- 檔案的相對路徑和絕對路徑以及根相對路徑
- mac 下apache服務的根目錄MacApache
- 設定 maven jetty的根路徑MavenJetty
- 解析LAMP中Apache、php、mysql預設安裝路徑LAMPApachePHPMySql
- 好程式設計師web前端分享絕對路徑與相對路徑的引用程式設計師Web前端
- RHEL 8 搭建 Apache Web 服務ApacheWeb
- web專案絕對路徑與相對路徑的問題Web
- JBoss應用根路徑定義
- 好程式設計師web分享圖片標籤、絕對路徑和相對路徑程式設計師Web
- apache網路服務的搭建和配置Apache
- 利用perl提取web配置檔案中的域名對應的路徑Web
- 修改 Laravel 的預設 public 路徑Laravel
- web應用中的路徑問題Web
- 更改JBOSS的預設埠號和預設根應用程式
- html中的路徑的介紹:絕對路徑和相對路徑HTML
- 使用apache CXF開發第一個Web服務ApacheWeb
- MySQL修改預設儲存路徑MySql
- docker修改預設映象、容器路徑Docker
- 絕對路徑和相對路徑的區別,
- 絕對路徑和相對路徑的區別
- Qt的相對路徑轉為絕對路徑QT
- Linux檔案的路徑定位-相對路徑和絕對路徑Linux
- HTML絕對路徑與相對路徑HTML
- 使用 Jersey 和 Apache Tomcat 構建 RESTful Web 服務ApacheTomcatRESTWeb
- 怎麼修改spyder預設工作路徑
- [Archive]更改ORACLE預設歸檔路徑HiveOracle
- tomat修改預設專案路徑
- jboss設定web應用的訪問路徑,即直接域名+埠訪問Web
- Prometheus Operator 教程:根據服務維度對 Prometheus 分片Prometheus
- windows10應用商店路徑怎麼更改 win10應用商店預設路徑修復操作方法WindowsWin10
- win10預設安裝路徑怎麼修改_win10預設安裝路徑在哪更改Win10
- 檔案絕對路徑和相對路徑
- Jsp相對路徑和絕對路徑JS
- Apache 代理服務的配置方法Apache
- 程式設計中對於檔案路徑應該注意的問題程式設計
- 好程式設計師分享html圖片絕對路徑改相對路徑程式設計師HTML
- 搭建web伺服器的SElinux策略保護SElinux修改預設埠安全web服務Web伺服器Linux
- js獲取專案根路徑JS