in Eski Blog Yazılarım

Linux – Apache Error

[Sat Feb 26 13:26:04 2005] [notice] Digest: generating secret for digest authentication ...
[Sat Feb 26 13:26:04 2005] [notice] Digest: done
Allowed memory size of 64 bytes exhausted (tried to allocate 8 bytes)

Yukarıdaki hata ile karşılasırsanız çözümü şudur.

#pico /etc/php.ini


;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)

Memory limit’i düzenleyin yanına M koymayı unutmayın

#service httpd start

Yorum Bırak

Comment