Re: mod_perl/Apache troubles with cell phone

2005-03-15 Thread Rodger Castle
Perrin, My first inclination upon reading this post was "Silly, of course I checked the headers." However, upon doing what you suggested by putting the CGI.pm script and mod_perl version side by side in lynx, the only difference was the following header: Cache-Control:

Re: mod_perl/Apache troubles with cell phone

2005-03-15 Thread Perrin Harkins
On Sat, 2005-03-12 at 18:25 -0500, Rodger Castle wrote: > I got around the immediate problem by a per-file directive > for the particular script in question and writing it with CGI.pm with > no problems. This almost certainly means that your mod_perl script is not sending out the right headers.

Re: mod_perl/Apache troubles with cell phone

2005-03-12 Thread Rodger Castle
Thanks to all for all the suggestions. I've been afk for a couple days. This particular phone uses a 'standard' html browser, i.e. the content doesn't have to be wml. We've worked with a few of these before now. I got around the immediate problem by a per-file directive for the particular sc

Re: mod_perl/Apache troubles with cell phone

2005-03-10 Thread Larry Leszczynski
I bet Tom is on the right track about needing to set Content-type correctly, I have run into problems sending to certain text messaging systems because of that. I'd suggest using telnet (or curl or GET or whatever) to see what headers are being sent with the static content that successfully reach

Re: mod_perl/Apache troubles with cell phone

2005-03-09 Thread Scott Gifford
Tom Schindl <[EMAIL PROTECTED]> writes: > Is the content-type set appropiately? I don't know what its supposed > to be on for a cell-phone. Any could to help you would be appreciated. It should be text/vnd.wap.wml ScottG.

Re: mod_perl/Apache troubles with cell phone

2005-03-09 Thread Tom Schindl
Is the content-type set appropiately? I don't know what its supposed to be on for a cell-phone. Any could to help you would be appreciated. Tom 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'v

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/Apache troubles with cell phone

2005-03-09 Thread Jonathan Vanasco
Assuming the mod_perl works with a normal browser, I would ask this: a_ is the mod_perl serving the 'phone' directly, or is there an intermediary cache in between (ie, squid proxies to mod_perl or vanilla httpd, or a vanilla httpd proxies certain content to mod_perl) if not, i suggest that you

Re: mod_perl/Apache troubles with cell phone

2005-03-09 Thread Stas Bekman
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 just

mod_perl/Apache troubles with cell phone

2005-03-09 Thread Rodger Castle
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 just times out. With