Labs/Joey/ServerSetup: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 133: Line 133:
use joey;
use joey;
source joey.sql;
source joey.sql;
</pre>
php.ini changes:
PHP's default settings need to be tweak a bit for us:
<pre>
<pre>
-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)
+max_execution_time = 300    ; Maximum execution time of each script, in seconds
+max_input_time = 600  ; Maximum amount of time each script may spend parsing request data
+memory_limit = 100M      ; Maximum amount of memory a script may consume (8MB)
; Maximum allowed size for uploaded files.
-upload_max_filesize = 2M
+upload_max_filesize = 200M
; Maximum size of POST data that PHP will accept.
-post_max_size = 8M
+post_max_size = 200M
</pre>
Confirmed users
1,031

edits

Navigation menu