방금이 문제가있었습니다!
내 경우에는 권한 문제였습니다.
cat /etc/apache2/logs/error_log | grep static
과
tail -f / etc / apache2 / logs / error_log | grep static
나에게 흥미로운 정보를 줬다 (아마도 로그 파일 이름이 다를 수 있음)
먼저 나는 보았다 :
[Wed Oct 30 12:19:34.287356 2019] [core:crit] [pid 27633] (13)Permission denied: [client 24.48.87.7:16680] AH00529: /home/[datuser]/public_html/pub/static/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/[datuser]/public_html/pub/static/' is executable
내 pub / static 폴더가 실행 가능하지 않은 것으로 나타났습니다. 그런 다음 내가 얻은 것을 고친 후
[Wed Oct 30 12:22:46.490759 2019] [:error] [pid 27290] [client ipremoved] SoftException in Application.cpp:267: File "/home/[datuser]/public_html/pub/static.php" is writeable by group, referer: [url removed]
[Wed Oct 30 12:22:46.490961 2019] [core:error] [pid 27290] [client ipremoved] End of script output before headers: static.php, referer: [url removed]
우리 서버의 아파치에서는 어떤 이유로 든 그룹별로 쓸 수있는 파일을 제공 할 수 없으며 일부 Cpanel 보안 항목은 내가 믿는 것입니다. 그래서 나는 술집 아래의 모든 파일에 644를 설정해야했고 마침내 내 symlinks가 만들어지기 시작했습니다 !!