| | Version at: 01/02/2014, 21:00 vs. version at: 02/02/2014, 15:23 |
---|
1 | 1 | #Admin logs |
---|
2 | 2 | |
---|
3 | | Please put here everytime you do modification on tatoeba.org |
---|
| 3 | Please post a description here every time you do a modification on tatoeba.org. |
---|
4 | 4 | |
---|
5 | 5 | |
---|
6 | 6 | ###2nd February 2014 5AM China time |
---|
7 | 7 | |
---|
8 | 8 | * who: sysko |
---|
9 | 9 | * why: resolve login problems |
---|
10 | 10 | * what: used memcache instead of sqlite for storing session |
---|
11 | 11 | * how: |
---|
12 | 12 | |
---|
13 | 13 | installed: |
---|
14 | 14 | |
---|
15 | 15 | apt-get install memcached php5-memcache |
---|
16 | 16 | |
---|
17 | 17 | modified: `/etc/php5/apache2/php.ini` |
---|
18 | 18 | |
---|
19 | 19 | ``` |
---|
20 | 20 | [Session] |
---|
21 | 21 | session.save_handler = memcache |
---|
22 | 22 | session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15" |
---|
23 | 23 | ``` |
---|
24 | 24 | |
---|
25 | 25 | |
---|
diff view generated by jsdifflib |
---|
Version at: 01/02/2014, 21:00
#Admin logs
Please put here everytime you do modification on tatoeba.org
###2nd February 2014 5AM China time
* who: sysko
* why: resolve login problems
* what: used memcache instead of sqlite for storing session
* how:
installed:
apt-get install memcached php5-memcache
modified: `/etc/php5/apache2/php.ini`
```
[Session]
session.save_handler = memcache
session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
```
version at: 02/02/2014, 15:23
#Admin logs
Please post a description here every time you do a modification on tatoeba.org.
###2nd February 2014 5AM China time
* who: sysko
* why: resolve login problems
* what: used memcache instead of sqlite for storing session
* how:
installed:
apt-get install memcached php5-memcache
modified: `/etc/php5/apache2/php.ini`
```
[Session]
session.save_handler = memcache
session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
```
Note
The lines in green are the lines that have been added in the new version.
The lines in red are those that have been removed.
Actions