Skip to content

Help trying to set up test environment testing/tutorials #389

Answered by Chacapamac
paurray asked this question in Q&A
Discussion options

You must be logged in to vote

@paurrayDo you still have the problem?

What can be tweaked up.
;Comment Out —> output_buffering = 4096
max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 300 ; Maximum amount of time each script may spend parsing request data
memory_limit = 256M ; Maximum amount of memory a script may consume (32MB)
file_uploads = On ; Whether to allow HTTP file uploads
;upload_tmp_dir = ; temporary directory for HTTP uploaded files (will use system default if not specified (; in front of the line))
upload_max_filesize = 100M ; Maximum allowed size for uploaded files
and
post_max_size = 150M ;Maximum size of POST data that PHP will accept. (Need to be bigger …

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

paurray
Sep 13, 2023
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

paurray
Sep 18, 2023
Collaborator Author

You must be logged in to vote
0 replies
Comment options

paurray
Oct 4, 2023
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by paurray
Comment options

paurray
Apr 3, 2024
Collaborator Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment