Support intro
Sorry to hear you’re facing problems. 
The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.
If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.
Getting help
In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.
Before clicking submit: Please check if your query is already addressed via the following resources:
- Official documentation (searchable and regularly updated)
- How to topics and FAQs
- Forum search
(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. ![]()
The Basics
- Nextcloud Server version (e.g., 29.x.x):
34.0.3 - 34.0.3.2
- Operating system and version (e.g., Ubuntu 24.04):
Linux 6.8.0-137-generic #137-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 17 20:28:23 UTC 2026 x86_64
- Web server and version (e.g, Apache 2.4.25):
Apache/2.4.68 (Debian) (apache2handler)
- Reverse proxy and version _(e.g. nginx 1.27.2)
caddy v2.11.4 h1:XKxkMTgNSizEvKG6QHue6cAsFOteU2qA61w2tKkCWi0=
- PHP version (e.g, 8.3):
8.5.9
- Is this the first time you’ve seen this error? (Yes / No):
Yes
- When did this problem seem to first start?
since installation
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
nextcloud:latest docker image
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
No
Summary of the issue you are facing:
nextcloud app logs every GET request
I have a healthcheck that checks /status.php every couple of seconds
I would like to disable non-error GET request logging.
Steps to replicate it (hint: details matter!):
- Nextcloud logs GET requests
Log entries
[INFO] 26-08-15 08:58:32 [docker.service] [a2e81e3e4c57] [nextcloud-app-1] 172.18.0.4 - - [15/Aug/2026:08:58:32 +0000] "GET /status.php HTTP/1.1" 200 1063 "-" "Go-http-client/1.1"
[INFO] 26-08-15 08:58:37 [docker.service] [a2e81e3e4c57] [nextcloud-app-1] 172.18.0.4 - - [15/Aug/2026:08:58:37 +0000] "GET /status.php HTTP/1.1" 200 1063 "-" "Go-http-client/1.1"
[INFO] 26-08-15 08:58:42 [docker.service] [a2e81e3e4c57] [nextcloud-app-1] 172.18.0.4 - - [15/Aug/2026:08:58:42 +0000] "GET /status.php HTTP/1.1" 200 1063 "-" "Go-http-client/1.1"
[INFO] 26-08-15 08:58:47 [docker.service] [a2e81e3e4c57] [nextcloud-app-1] 172.18.0.4 - - [15/Aug/2026:08:58:47 +0000] "GET /status.php HTTP/1.1" 200 1063 "-" "Go-http-client/1.1"
Configuration
Nextcloud
The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):
{
"system": {
"htaccess.RewriteBase": "\/",
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"upgrade.disable-web": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"*"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "34.0.3.2",
"overwrite.cli.url": "http:\/\/redacted.com",
"overwriteprotocol": "https",
"auth.bruteforce.protection.enabled": false,
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"loglevel": 2,
"maintenance": false,
"twofactor_enforced": "false",
"twofactor_enforced_groups": [],
"twofactor_enforced_excluded_groups": [],
"remember_login_cookie_lifetime": 1296000,
"session_lifetime": 86400,
"lost_password_link": "https:\/\/www.youtube.com\/watch?v=dQw4w9WgXcQ",
"app_install_overwrite": []
}
}
Apps
Enabled:
- activity: 7.0.0
- app_api: 34.0.0
- appstore: 1.0.0
- bruteforcesettings: 7.0.0
- calendar: 6.5.3
- circles: 34.0.0
- cloud_federation_api: 1.18.0
- comments: 1.24.0
- contacts: 8.7.6
- contactsinteraction: 1.15.0
- dashboard: 7.14.0
- dav: 1.40.0
- federatedfilesharing: 1.24.0
- federation: 1.24.0
- files: 2.6.0
- files_downloadlimit: 5.2.0
- files_external: 1.26.0
- files_lock: 34.0.1
- files_pdfviewer: 7.0.0-dev.0
- files_reminders: 1.7.0
- files_sharing: 1.26.0
- files_trashbin: 1.24.0
- files_versions: 1.27.0
- firstrunwizard: 7.0.0-dev.0
- logreader: 7.0.0
- lookup_server_connector: 1.22.0
- nextcloud_announcements: 6.0.0
- notifications: 7.0.0-dev.1
- oauth2: 1.22.0
- office: 1.0.0
- password_policy: 6.0.0-dev.0
- photos: 7.0.0
- privacy: 6.0.0-dev.1
- profile: 1.3.0
- provisioning_api: 1.24.0
- recommendations: 7.0.0
- related_resources: 5.0.0-dev.0
- serverinfo: 6.0.0
- settings: 1.17.0
- sharebymail: 1.24.0
- spreed: 24.0.4
- support: 6.0.0
- survey_client: 6.0.0-dev.0
- systemtags: 1.24.0
- text: 8.0.0
- theming: 2.9.0
- twofactor_backupcodes: 1.23.0
- twofactor_totp: 16.0.0
- updatenotification: 1.24.0
- user_status: 1.14.0
- viewer: 7.0.0-dev.0
- weather_status: 1.14.0
- webhook_listeners: 1.6.0
- workflowengine: 2.16.0
Disabled:
- admin_audit: 1.24.0
- encryption: 2.22.0
- notify_push: 1.3.5 (installed 1.3.5)
- suspicious_login: 12.0.0-dev.0
- twofactor_nextcloud_notification: 8.0.0
- user_ldap: 1.25.0