Re: [Cherokee] debugging cgi

2005-12-29 Thread Eric S. Johansson
Pablo Fischer wrote: Alo is right, Cherokee doesn't provides a good debugger for web applications and this is understandable, adding a debugger to Cherokee will make it a bit slower and we don't want that ;-). slower in a failed state is not a problem ;-) I'd suggest you to use: xdebug: htt

Re: [Cherokee] cherokee panic

2005-12-29 Thread Alvaro Lopez Ortega
Eric S. Johansson wrote: > Request "^/mailman/?$" { >Handler redir { >URL "http://tbtf.com/mailman/listinfo"; >} > } > > place the above in more than one virtual domain or virtual domain and > default and cherokee panics. at least it does on my pack. It seems

Re: [Cherokee] debugging cgi

2005-12-29 Thread Pablo Fischer
Hi, >My understanding is that Cherokee can't do much on that. > >I usually have to spread awful things like this along the code I >need to debug. :-( > > echo "I'm here: val=$val"; die; > >Anyway, I know that Jonathan or Pablo are subscribed to the list, >(they are the

[Cherokee] not helpful config error message

2005-12-29 Thread Eric S. Johansson
[EMAIL PROTECTED]:/etc/cherokee/sites-enabled# cherokee Error parsing file :649 'syntax error', symbol '}' Couldn't read the config file could use a bit more detail like file name and line number within file. ---eric ___ Cherokee mailing list Cherokee

[Cherokee] cherokee panic

2005-12-29 Thread Eric S. Johansson
Request "^/mailman/?$" { Handler redir { URL "http://tbtf.com/mailman/listinfo"; } } place the above in more than one virtual domain or virtual domain and default and cherokee panics. at least it does on my pack. ---eric __