Loading...
 
Architecture / Installation

Architecture / Installation


Re: problem, my file galleri does not accept large files

posts: 82 Norway

I found this example, does it look reasonable? Can I just upload it? Where do I place it?

Thanks

  1. Override PHP.ini variables:

  1. If you are using Apache 2, you have to use
  2. instead of .


php_value max_execution_time 600
php_value upload_max_filesize "25M"
php_value memory_limit "24M"

  1. Not sure what these should be, but they were recommended. They are timeouts in seconds and seem arbitrarily large.


php_value session.cache_expire 200000
php_value session.gc_maxlifetime 200000
php_value session.cookie_lifetime 2000000

There are no comments at this time.