카테고리 없음

xampp AuthType not set!: /error/HTTP_INTERNAL_SERVER_ERROR.html 500에

주피터0410 2024. 7. 17. 11:11

httpd.conf 화일 내용 수정

# backwards compatibility with apache 2.2
<Directory />
Order allow,deny
Allow from all
</Directory>
# forward compatibility with apache 2.4
<Directory />
Require all granted
Satisfy Any
</Directory>

 

추가

LoadModule deflate_module modules/mod_deflate.so