Thanks, it is an Apache problem, but I got another one, sorry :-(
with native password in Calibre-Server / CherryPy / Python with passwords :
Code:
TypeError: n must be a native str (got unicode)
I saw the error was knowed but I did not find the solution.
I tried all this arguments :
password toto
password=toto
password "toto"
password="toto"