Apache 설정: 지시문에 추가 인수가 필요합니다.

Apache 설정: 지시문에 추가 인수가 필요합니다.

Apache(localhost만)를 사용하려고 합니다. 그렇게 하면 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에서 사용하는 아이디어는 무엇입니까 ?. 사용자 홈 디렉토리를 의미한다고 가정하면 apache는 http.confbash 스크립트가 아니므로 확장이 발생하지 않습니다. 아파치 루트에 대한 절대 경로 또는 상대 경로가 필요합니다.

관련 정보