Re: [Cppcms-users] Front-end http server without upload buffering
Brought to you by:
artyom-beilis
From: Julian P. <ju...@wh...> - 2010-11-24 19:45:17
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 24.11.2010 19:57, schrieb Artyom: > Ok this is very good. I'd just recommend you to make some > basic tests with cherokee - especially HTTP redirections > and HTTP status. > I had only little problems so far (using scgi), because cherokee seems to set another SCRIPT_NAME or PATH_INFO than lighttpd does (URL rewrite works in a quite different way). Is there a way to see in cppcms which SCRIPT_NAME/PATH_INFO is sent? So that I could adjust the paths properly? I could sove the problem temporarily by mounting my application with the mount path ^(.*)$ and passing the first match to the application. To me, it doesn't seem to make any difference, but mounting the application without any mount path results in 404 errors by cppcms. Besides of this one no problems occurred so far, but I didn't test it extensively yet. > I must admit I hand't tested CppCMS with Cherooke > (who makes Web server GUI configured??? It makes it very hard to test > it with cppcms_run script) The configuration GUI is very good indeed, Cherokee has a very sophisticated way of chaining virtual servers and handlers which can be configured much better by web interface/GUI than by configuration file IMHO. However, especially for script based approaches, you may edit the cherokee.conf directly. There are guides on their project site http://www.cherokee-project.com how to do this. Regards, Julian -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJM7Wt/AAoJENidYKvYQHlQQI0P/RgraH2x7YKj762CvQCQE2GP GowT6ke6WVLEQ4kv0rL8eCQ6Volq1tyGmU77CVDHEvj0u0PWOaOswO3z4GbD6k9T oLJNc+pbXjGCUviOjCZu1CaqkpkAidKVe2b2AsZO5bHPuDXHYLICpuixfDTkzCew oa/dOuNiSXjP4EsbZnDoQR1in8WAG+rr53kf3cGP2JQdfunT9ISaA3S/Rl2jPAau NBFnTfu/+jSrsOs+Ulkr/TSZJag+oyj3tYHFFmkyAN7SGWBVlyr4HDWENq62Ur5y EN0etJcuoqqrYDbJOJi7djo+Yhx9fT37ZdUELGz/ejJERYniymXJ/U9+nwQgQA6/ Awl9poVDABvXb9UMFGIHeyfKBGSQ2+h0MFwPfR7RjheDDRcYmVfBTxZx6ebsPAqY ATVgIN3N/dg2US3mhVe4ci6vqOxHY+W4pJK8QHJwTl0ae9UnYk9KhCmVL1tQTMmc FB8y3MCNSYibnVeR11J7lGwv+MRX1C7j+ECt6y55cjE/kQzyJ6YOGfsz9+gLorYD lkC4IS/P/MmjzPC5AkaLQ8Ikx/5dDAkfEjxeNR/XgKbtxtumWNzva9uA9LF/o3p7 /gd9wMMoeDytAcxso0/RAMVltJE0ph8PAB0SCVDv+sFTCoIJj9by1+AQLT5G4ZBH Ws2MV7WQmrHxZpompakX =xjk3 -----END PGP SIGNATURE----- |