canmove, Confirmed users
1,173
edits
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
It is strongly recommended that the Weave User Server be set up under https, or behind a firewall with an https proxy in front of it. It uses standard http auth (implemented in the code), which will send the password in the clear unless done over https. | It is strongly recommended that the Weave User Server be set up under https, or behind a firewall with an https proxy in front of it. It uses standard http auth (implemented in the code), which will send the password in the clear unless done over https. | ||
The Weave Server requires PHP with PDO and JSON support installed. This should be the case if you are running PHP 5.1+. PDO will need drivers for whatever storage and authentications engines are used. | The Weave Server requires PHP with PDO, UTF8 and JSON support installed. This should be the case if you are running PHP 5.1+. PDO will need drivers for whatever storage and authentications engines are used. | ||
WebDav must not be enabled for this server - it intercepts some of the http packets and syncing will fail. | WebDav must not be enabled for this server - it intercepts some of the http packets and syncing will fail. | ||