Apache 設定:指令需要附加參數

Apache 設定:指令需要附加參數

我正在嘗試使用 Apache(僅限本地主機)。當我這樣做時,apachectl configtest我得到以下回應:

AH00526: Syntax error on line 238 of /private/etc/apache2/httpd.conf:
<Directory> directive requires additional arguments

httpd.conf檔案對應的部分是

DocumentRoot /Library/WebServer/Documents/
<Directory />
 Options Indexes SymLinks
 MultiviewsMatch Any
 AllowOverride None
 Require all granted
</Directory>

我查閱了幾個論壇/Apache 文檔,但我看不到錯誤。有人知道如何解決這個問題嗎?

答案1

~http.conf 中使用的想法是什麼?假設您的意思是使用者主目錄:apachehttp.conf不是 bash 腳本,因此不會發生擴充。您需要 apache 根目錄的絕對路徑或相對路徑。

相關內容