c7f433a042
fix(admin): remove mentions of apc.enable_cli
...
After https://github.com/nextcloud/server/pull/46151 , Nextcloud does not require `apc.enable_cli` to be enabled anymore, but will fallback to the dummy NullCache instead for CLI calls. All mentions of this PHP configuration option are hence removed.
Additionally, one left mention of `opcache.enable_cli` is removed, which was never required.
Signed-off-by: MichaIng <micha@dietpi.com >
2024-10-29 16:35:41 +01:00
8ee35d1d9d
docs(admin): Add more details about configuring APCu
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-08-27 15:48:11 +02:00
2f269adec6
feat: hello codespell
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-07-23 13:04:10 +02:00
ebbacc4e0f
Require Redis v4.0.0+
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-07-15 10:38:35 +02:00
c3a5f060d2
Update caching_configuration.rst
...
Add some comma
Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com >
2024-05-08 08:31:43 +02:00
f2bb43a64e
Update caching_configuration.rst
...
Missing comma in config redis cluster
Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com >
2024-05-07 13:19:43 +02:00
5d7c11516d
Remove old redis installation hints
...
Follow up on https://github.com/nextcloud/documentation/pull/11264 .
There is more outdated documentation regarding redis:
- instruction to retired Ubuntu 14.04 manual
- php-redis packages are now included in Ubuntu (since 20.04 LTS), older onces are or are about to expire by now (18.04 + 5 years)
- info about redis suppot for php7.1/2 compatibility is not relevant, these versions are not supported for quite some time.
Not sure about the fedora/CentOS part, but there is just an information how to retrieve package information on a setup, that does not really help.
We can probably backport these changes to all supported versions.
Signed-off-by: tflidd <tflidd@aspekte.net >
2023-11-05 15:31:22 +01:00
814724043c
Correct minor spelling and punctuation flaws
...
I'm bothered by 'distrebuted' in line 92, and found more improvements.
Signed-off-by: printplaatreparatie <60609704+printplaatreparatie@users.noreply.github.com >
2023-09-20 11:33:03 +02:00
d55186892a
Fix admin_manual warnings
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-08-11 10:15:18 +02:00
4a25e81fc6
Merge pull request #9093 from martin-rueegg/patch-3
2023-03-16 09:58:00 +01:00
540475628f
Update admin_manual/configuration_server/caching_configuration.rst
...
Signed-off-by: Daniel <mail@danielkesselberg.de >
2022-12-29 15:13:09 +01:00
be1014ce28
Remove extra line
...
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch >
2022-09-03 00:17:16 +02:00
11d84a4fa7
Incorporating note from #9125
...
Credits: @2fst4u in #9125
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch >
2022-09-03 00:14:46 +02:00
5372491ecb
Incorporating review feedback
...
- replace "memcache" with "data cache" in the introduction to avoid confusion with "memcached"
- moving the "Recommendations" section to the top of the page (between intro and cache configuration)
- re-organize and expand the "Recommendations* section
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch >
2022-09-03 00:06:51 +02:00
d038bab090
Update admin_manual/configuration_server/caching_configuration.rst
...
Co-authored-by: Carl Schwan <carl@carlschwan.eu >
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch >
2022-09-02 23:50:36 +02:00
27c42ea100
Update admin_manual/configuration_server/caching_configuration.rst
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch >
2022-09-02 23:05:57 +02:00
b502cc7f27
Note on Redis for local cache
...
Explain that using Redis for local cache is possible, but not recommended
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch >
2022-07-29 11:35:02 +02:00
2214d473e4
Improve readability and completedness for Redis
...
- give more complete examples for Redis config
- use separate sections for the different connection types (TCP, TLS, socket)
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch >
2022-07-15 14:04:54 +02:00
85932d4cce
Clarification on permisions for the Redis socket
...
After running into the problem myself and searching online for a solution i think a clarification on how to ensure proper permissions on the redis socket would be helpful to novice administrators
2022-04-15 08:20:08 +02:00
d29e232ae7
Add doc to connect to Redis over TLS
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-02-16 15:50:50 +01:00
e1e1487f86
Notes on using the Redis session handler
...
Requested by https://github.com/nextcloud/docker/pull/1364#issuecomment-765472103
Signed-off-by: Mike Griego <mike@griegocentral.com >
2021-03-21 12:31:02 -05:00
122ed88e53
Update urls to HTTPS
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2020-09-17 20:33:30 +02:00
e4f08b5af7
Update caching_configuration.rst
...
Expand Redis explanation: inform user to update Redis config, and update socket name to a [more modern](https://help.nextcloud.com/t/error-redisexception-no-such-file-or-directory-at-closure/90684/2 ) one.
2020-08-27 10:20:25 +02:00
38a0a33e4e
admin/configuration/caching: apc.enable_cli configurable on cron job call
...
Signed-off-by: Felix Stupp <felix.stupp@outlook.com >
2020-06-07 19:12:24 +02:00
9c3228c1d3
Update caching_configuration.rst
...
implement feedback.
2019-07-19 14:52:51 +02:00
2262637c23
note on the redis socket file permissions
...
This can take forever to debug ;-)
2019-07-18 20:46:06 +02:00
d5780957ad
Rename sections and remove "configuration/configure" from the elements in the configuration section
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-02-01 16:48:33 +01:00
7e64e0efde
Clarified on the usage of Redis and PHP 7.0+ is required now
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-01-14 22:12:48 +01:00
16d28f19e0
Change Redis example to hostname
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-01-14 21:59:16 +01:00
c5fa1b6859
apc.enable_cli docs
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2018-12-07 16:37:55 +01:00
41a4bd9a0a
Update memcache configuration to reflect the current status and recommendation for Redis
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2018-11-30 16:23:38 +01:00
baa0e6c2e0
update link to blog
2018-10-19 21:43:51 +02:00
0b43f1d0ed
Remove all mentions of php 5.6 and below
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2018-09-04 12:11:07 +02:00
9919a3fd3d
#600 Change headers to sentence case
2017-11-20 15:15:05 -05:00
f3a90d1406
Updated caching_configuration.rst
...
Signed-off-by: NickTh <nick-athens30@ubuntu.com >
Same as previous #541 . The package name has changed, in Ubuntu 16.04 (Xenial), to `php-apcu`.
https://packages.ubuntu.com/xenial/php/php-apcu
It is a dual build package for both PHP 5.6 and 7.0.
2017-08-03 20:51:18 +03:00
643b936783
Update caching_configuration.rst
...
On Ubuntu 16.04, assuming on Debian too, there are no packages named php5-redis or php7.0-redis. Instead, php-redis exist.
2017-08-02 01:43:38 +03:00
66aa779a86
Downstream of https://github.com/owncloud/documentation/pull/2700
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2017-01-05 10:40:31 +01:00
748c45704c
FIx typo
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2017-01-05 10:15:23 +01:00
af8987fdfc
Take in changed from tflidd
...
https://github.com/nextcloud/documentation/pull/300
Signed-off-by: Joas Schilling <coding@schilljs.com >
2017-01-05 10:10:18 +01:00
27cb92fb6b
Adjust more mentions on php versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2017-01-05 10:00:43 +01:00
6485f42b3e
Update caching_configuration.rst
2016-12-17 12:51:27 +01:00
f184d32702
Document all config options taken by RedisFactory
...
I wanted to use a non-default DB number and ended up reading source code.
2016-12-14 13:14:40 +01:00
d3d6ea5ac4
Some more cleanup
2016-07-21 15:31:49 +02:00
6ccd2c5678
Branding
2016-07-21 00:21:47 +02:00
8c7c126b77
Fix label order in caching_configuration.rst
2016-05-16 21:59:51 +02:00
3d3feb3705
Additional notes for Redis vs. APCu
2016-05-16 15:40:05 +02:00
55414d49c8
Revert "remove RHEL/CentOS php upgrade docs"
...
This reverts commit 46343e4766
.
2016-05-05 14:09:52 -07:00
46343e4766
remove RHEL/CentOS php upgrade docs
...
because it's impossible to document sanely
2016-04-19 09:16:47 -07:00
323b2d0b4f
Update caching_configuration.rst
2016-04-15 10:12:39 +02:00
7f14f12e6c
Ubuntu 14.04 install APCu from backports
...
Added APCu install step for Ubuntu 14.04LTS from backports to get a Owncloud compatible 4.0.7 version
2016-04-03 13:49:38 +02:00