티스토리 툴바


[1] IT 관련/1. Apple2011/01/17 02:41
크리에이티브 커먼즈 라이선스
Creative Commons License
/usr/sbin/apachectl: line 82: ulimit: open files: cannot modify limit: Invalid argument  
위와 같은 에러가 날 경우 아래와 같이 편집을 해주시면 됩니다.
/usr/sbin/apachectl의 64번째 줄을 확인해보시면

ULIMIT_MAX_FILES="ulimit -S -n `ulimit -H -n`"
위와 같이 있을 것입니다. 위의 내용을 아래와 같이 바꾸어 주신뒤 apachectl restart

해주시면 해결이 된답니다.

ULIMIT_MAX_FILES=""
Posted by Huns [Jaehun]