Update README.md
This commit is contained in:
parent
ae700cc3db
commit
d7fe52ecc1
1 changed files with 8 additions and 7 deletions
15
README.md
15
README.md
|
@ -41,13 +41,14 @@ Please see the INSTALL.md in this folder.
|
|||
# 6. Troubleshooting
|
||||
|
||||
## Problem with Cal/CardDAV auth
|
||||
On webservers where PHP is served as FastCGI (check your phpinfo()
|
||||
to find out if that's the case for you), Apache does not pass HTTP
|
||||
Auth informations to PHP, and thus preventing Cal/CardDAV to auth
|
||||
requests properly. Baïkal tries to address this issue by re-routing
|
||||
HTTP Auth informations using Apaches mod_rewrite. This is done by the
|
||||
Apache config directives found in the /.htaccess file that comes with Baïkal
|
||||
(or /html/.htaccess for the non-ftp package).
|
||||
On webservers where PHP is served as FastCGI (check your phpinfo()
|
||||
to find out if that's the case for you), Apache does not pass HTTP
|
||||
Auth informations to PHP, and thus preventing Cal/CardDAV to auth
|
||||
requests properly.
|
||||
Baïkal tries to address this issue by re-routing HTTP Auth informations
|
||||
using Apaches mod_rewrite. This is done by the Apache config directives
|
||||
found in the /.htaccess file that comes with Baïkal (or /html/.htaccess
|
||||
for the non-ftp package).
|
||||
Note: if this file is empty / does not exist, you should try to add it manually
|
||||
(sometimes FTP clients decide to not send files with names beginning with a dot ".")
|
||||
|
||||
|
|
Loading…
Reference in a new issue