문제

tried uncommenting pam_limits.so from the pam.d directory but no luck. Basic PAM seems to be installed as libpam are present in /usr/lib

Here is the ucommented part of limits.conf

www-data        hard    CPU     1
@www-data       hard    CPU     1
도움이 되었습니까?

해결책

Just found it I think. I had to add

ulimit -t 5

to

/etc/init.d/apache2

Found the solution at this debian thread http://lists.debian.org/debian-isp/2001/12/msg00218.html

I've been trying to find the solution for days. Hope this helps someone else.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top