Workaround for PHP APC bug affecting Ubuntu 12.04
This commit is contained in:
parent
8daca16fac
commit
431ce7cefb
|
@ -3,3 +3,6 @@ memory_limit = 512M
|
|||
magic_quotes_gpc = Off
|
||||
file_uploads = On
|
||||
upload_tmp_dir = /tmp
|
||||
apc.write_lock = 1
|
||||
apc.slam_defense = 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue