Devin.KR

apache, httpd SymbolicLink let's encrypt auth

개발자 조회 2573

 어느 순간 아파치에서 심볼릭 링크가 먹히지 않는다.


== 아래 내용으로 사용하고 있음.  2025.1.26

  1. Clean up and prepare
sudo unlink /var/www/html/stuff # Remove old link
sudo mkdir /var/www/html/stuff # Create empty directory as mount target
  1. Test it in the current session
sudo mount --bind /home/ed/mystuff /var/www/html/stuff
  1. Make it persist across reboots by appending the following to /etc/fstab:
/home/ed/mystuff    /var/www/html/stuff    none    nodev,nosuid,noexec,noatime,bind    0    0


참고자료
https://askubuntu.com/questions/1502476/sym-link-in-apache-used-to-work-but-is-now-forbidden


댓글 0

아직 댓글이 없습니다. 첫 댓글을 남겨 보세요.

댓글을 남기려면 로그인이 필요합니다.