Re: shared memory

2005-03-15 Thread Ofer Nave
Perrin Harkins wrote: I just want to make it very clear to people that they should not fork with an open db handle and then try to use it. And we appreciate it. :) -ofer

Re: mod_perl/Apache troubles with cell phone

2005-03-09 Thread Ofer Nave
Rodger Castle wrote: I've been pulling my hair out this evening trying to resolve a problem serving content to a cell phone. Phone is a LG VX-4500. I've written a simple handler as a start to just send "Hello" to the phone along with a Content-Length and Connection: Close header but the phone j

Re: mod_perl running code but output displays HTML code not HTML !!!!

2005-02-23 Thread Ofer Nave
First, I'm not sure if headers are case sensitive or not (8 years of web dev and somehow it never came up), but you might want to try changed "Content-type" to "Content-Type" Second, make sure you have an empty line between your headers and the start of your html document. -ofer Phil's Yahoo wr