Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

50 MB limit on the Apache Server #3

Open
mvoneuw opened this issue Feb 2, 2023 · 4 comments
Open

50 MB limit on the Apache Server #3

mvoneuw opened this issue Feb 2, 2023 · 4 comments
Assignees

Comments

@mvoneuw
Copy link

mvoneuw commented Feb 2, 2023

course backups (from other systems) are larger than this

@Longs
Copy link

Longs commented Feb 2, 2023

instructions to fix:

"post_max_size"
"upload_max_filesize"
"max_execution_time"
All changed?
Restarted Apache?

From <forum post>

Site administration

Apache environment | Core |

upload_max_filesize 40M 40M

From php info

Mine was 50MB

@mvoneuw
Copy link
Author

mvoneuw commented Feb 16, 2023

Make the limit 500 MB

@4-3is4-me
Copy link
Contributor

'PHP_UPLOAD_MAX_FILESIZE': '500' added to container task def ENV. As per:
bitnami/moodle

php info now reports 'upload_max_filesize' as 500.

Please report if issue persists

@Longs
Copy link

Longs commented Feb 23, 2023

size is measured in Bytes so needs to be 500M

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants