Re : Bienvenu à Bhoa, un petit serveur HTTP très stupide
Ok, c'est un bug sur PHP5.3.2 et 5.3.3 apparemment: http://bugs.php.net/49948. Serait-ce trop demander que tu essayes avec PHP 5.3.5 (la dernière stable) http://windows.php.net/download/ ?
J'aimerais que tu essayes ceci sinon. En fait, je vais te macher le travail. Je te fais une try-release. Tu la trouveras à cette adresse : http://download.hoa-project.net/Try/Try 110315.zip Tu désarchives, et tu fais ça :
cd Project/Data/Bin
hoa.bat bhoa:startPuis dans ton navigateur, tu ouvres la page : http://localhost:8888/foobar. Dis moi ce que ça donne dans le terminal et dans ton navigateur. Normalement, tu devrais voir You said: foobar! dans le navigateur et ? GET foobar dans le terminal (à un encodage Unicode près pour le DOS …).
Merci pour ces tests. Je ne serai pas ingrat
.
Pour Mercurial derrière un proxy, dans ton .hgrc (et son équivalent Windows) :
[http_proxy]
host=myproxy:8080
user=<username>
passwd=<password>
no=<localhost1>,<localhost2>,<localhost3>,...Ou sinon, directement en une ligne de commande, comme montré ici : Mecurial: pulling from behing a proxy