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
相關文章
- 好程式設計師web前端分享絕對路徑與相對路徑的引用程式設計師Web前端
- RHEL 8 搭建 Apache Web 服務ApacheWeb
- 好程式設計師web分享圖片標籤、絕對路徑和相對路徑程式設計師Web
- 修改 Laravel 的預設 public 路徑Laravel
- tomcat 配置根路徑Tomcat
- Linux檔案的路徑定位-相對路徑和絕對路徑Linux
- 絕對路徑和相對路徑的區別,
- 2.7.3 spfile的預設名稱和路徑
- SAP Cloud Application Programming CatalogService 預設的路徑CloudAPPGse
- docker修改預設映象、容器路徑Docker
- 根據verilog畫出對應的電路圖
- HTML絕對路徑與相對路徑HTML
- 程式設計中對於檔案路徑應該注意的問題程式設計
- Jupyter Notebook怎麼更改預設路徑
- 怎麼修改spyder預設工作路徑
- 好程式設計師分享html圖片絕對路徑改相對路徑程式設計師HTML
- windows10應用商店路徑怎麼更改 win10應用商店預設路徑修復操作方法WindowsWin10
- win10預設安裝路徑怎麼修改_win10預設安裝路徑在哪更改Win10
- 修改NPM全域性模式的預設安裝路徑NPM模式
- 深入解析Java絕對路徑與相對路徑Java
- 05_Linux相對路徑和絕對路徑Linux
- c++ 讓你的應用支援相對路徑C++
- Linux下Apache服務的基本設定(企業級)LinuxApache
- 怎麼改變spyder預設工作路徑
- 設定 Windows Terminal 中 Ubuntu 預設開啟路徑WindowsUbuntu
- Prometheus Operator 教程:根據服務維度對 Prometheus 分片Prometheus
- uniapp獲取軟體的根路徑(安卓)APP安卓
- 最最基礎的乾貨:Linux中的絕對路徑和相對路徑Linux
- java配置檔案設定絕對路徑Java
- python如何將相對路徑轉換為絕對路徑?Python
- nodejs路徑處理方法和絕對路徑NodeJS
- 網路拓撲—WEB-IIS服務搭建Web
- Win10系統如何找到服務對應的程式_Win10找到服務對應的程式的步驟Win10
- 自開發Web應用和SAPCustomerDataCloudIdentity服務的整合WebCloudIDE
- 自適應服務端渲染(服務端根據客戶端環境自適應地響應首屏)服務端客戶端
- 對網路即服務(NaaS)技術的期待
- yii2 restful web服務[格式響應]RESTWeb
- VsCode相對路徑的問題VSCode