Skip to content

Commit

Permalink
fix php53s.ini for using special setting for panel
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaramadhan committed Apr 13, 2014
1 parent 0c79a28 commit 5537aa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kloxo/bin/kloxoversion
@@ -1 +1 @@
6.5.1.b-2014041302
6.5.1.b-2014041303
10 changes: 5 additions & 5 deletions kloxo/init/php53s/php53s.ini
Expand Up @@ -61,7 +61,7 @@ auto_append_file =
;register_globals = off
display_errors = off
file_uploads = on
upload_max_filesize = 16M
upload_max_filesize = 2000M
log_errors = off
error_log = "/var/log/php53s-error.log"
output_buffering = off
Expand All @@ -70,10 +70,10 @@ register_argc_argv = on
;magic_quotes_runtime = off
;magic_quotes_sybase = off
mysql.allow_persistent = off
max_execution_time = 180
max_input_time = 180
memory_limit = 64M
post_max_size = 32M
max_execution_time = 3000000
max_input_time = 60000
memory_limit = 80000M
post_max_size = 2000M
allow_url_fopen = on
allow_url_include = on
session.save_path = /var/lib/php/session
Expand Down

0 comments on commit 5537aa6

Please sign in to comment.