Apache (2) 썸네일형 리스트형 $_SERVER['PHP_AUTH_*'] 식별 안되는 문제 수정하기 php7.4-fpm 환경에서 $_SERVER['PHP_AUTH_USER'] 등의 서버 환경 변수 값이 식별되지 않는 문제가 발생하였다.아래 .htaccess 에 내용을 추가하여 해결하였다. SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 How to setup apache server for React route? 리액트 빌드 후 아파치에 배포하고자 할 때. 빌드 디렉토리를 DocumentRoot 로만 잡았더니, sub path 일때 오류가 발생했다. virtualhost 를 아래와 같이 설정하면 된다. ServerName example.com DocumentRoot /var/www/httpd/example.com ... RewriteEngine on # Don't rewrite files or directories RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] # Rewrite everything else to index.html to allow html5 state links Rewrite.. 이전 1 다음