아파치 메소드(method) 제한 및 확인
# Web&WAS/Apache2021. 11. 4. 20:03아파치 메소드(method) 제한 및 확인

메소드 확인방법 $ curl -v -X OPTIONS http://localhost httpd.conf 설정 사이에 설정 해당경로만 메소드 제한걸리는 단점 하위폴더는 안됨! 아래처럼 으로 url pattern으로 차단해야함 Order deny,allow Deny from all

xfs_quota: cannot set limits
# Operation System/Linux2020. 3. 13. 15:17xfs_quota: cannot set limits

xfs_quota: cannot set limits: 함수를 구현하지 않았습니다 mount정보 확인해보니 pquota옵션이 빠져있었음. # 해결방법 fstab을 수정해서 재부팅하거나 remount하는 방법 $ mount --options remount [마운트정보] 테스트해보니 remount는 안먹혀서 결국 재부팅함 ㅜ

image