Sunday, October 11, 2009

PHP INI Settings for Moodle

Here are my settings for PHP.ini file for Moodle...any suggestions?

Modify to reflect values below:

display_errors = Off
display_startup_errors = Off
register_globals = Off
post_max_size = 2000M
mysql.connect_timeout = -1

max_execution_time = 5000
max_input_time = 5000
memory_limit = 500M

file_uploads = On
upload_max_filesize = 500M

Remove the ; from in front of these:

extension=php_curl.dll
extension=php_ldap.dll
extension="eaccelerator.so"
eaccelerator.shm_size="16"
eaccelerator.cache_dir="/temp"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"



Subscribe to Around the Corner-MGuhlin.org


Everything posted on Miguel Guhlin's blogs/wikis are his personal opinion and do not necessarily represent the views of his employer(s) or its clients. Read Full Disclosure

0 comments: