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

Re: mod_perl/Apache troubles with cell phone

2005-03-12 Thread Rodger Castle
2005 10:16:02 -0800 Ofer Nave <[EMAIL PROTECTED]> wrote: > 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

Re: mod_perl/Apache troubles with cell phone

2005-03-15 Thread Rodger Castle
on. I'm sure it was suggested before, but perhaps I just needed to time away from it to look deeper. Rodger On Tue, 15 Mar 2005 22:25:10 -0500 Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Sat, 2005-03-12 at 18:25 -0500, Rodger Castle wrote: > > I got around the immediate prob

Re: Read from Apache error.log

2005-03-27 Thread Rodger Castle
> Hello, im very new to the perl, modperl and apache combination. > So am I, but I think I have a usable solution for you. > I am invoking another program from within my perl module using a > 'System(...)' call. Although the call is successfull, there are times when > the invoked program may t

Re: Read from Apache error.log

2005-03-27 Thread Rodger Castle
> I had Initially tried using 'eval' however it seemed to me that no > exceptions were thrown by the function call within the eval {system...} but > within the called program itself, I may be wrong. In either case that method > brought me no success unfortunately. Admittedly, I should have read

Re: Segmentation Fault

2005-03-31 Thread Rodger Castle
> I've just installed Apache 2.0.53 with Mod-Perl 2. > > I'm trying to write a virtual host system in Perl but I get this error upon > starting Apache. > > Starting web server: Apache2/usr/sbin/apache2ctl: line 99: 2799 > Segmentation fault $HTTPD -k start -DSSL > > > Setup: > -- > Ap

Re: Segmentation Fault

2005-03-31 Thread Rodger Castle
> > > I am unaware of a fix, but PHP/MySQL is your problem. There's apparently > > a SQL library collision between PHP and DBI. > > >Rodger > > There shouldn't be. It works fine in apache 1.* with mod_perl and php. Same > is, that it works in Debian Testing with Apache2 and mod_perl. But that_s

Re: Segmentation Fault

2005-03-31 Thread Rodger Castle
> > http://perl.apache.org/docs/1.0/guide/ > troubleshooting.html#_exit_signal_Segmentation_fault__11___with_mysql > http://perl.apache.org/docs/2.0/user/troubleshooting/ > troubleshooting.html#Segmentation_Fault_when_Using_DBI > Ah, yes, that's the one. Thank you. I had no success with this

Re: Segmentation Fault

2005-04-01 Thread Rodger Castle
> >> All you need to do is rebuild php. > > > > Ehm, in what way? > > > > So, I first need to build mod_perl, THEN build php? ... > > cd PHP > ./configure --with-apxs2=/usr/local/apache2/bin/apxs > --with-config-file-path=/usr/local/lib/php4.3.9.ini --with-mysql > make >

Re: Which OS would you choose given a free choice

2005-04-15 Thread Rodger Castle
> I'm getting a new server and was planning on going with Fedora Core 3 > and plesk. But it was just suggested that I maybe consider FreeBSD and > DA. Never even heard of DA (about to look it up) but being a Mac user > I must know a little about FreeBSD. > > So if you had a free choice of OS and c

Re: [MP2] How to turn off caching?

2005-06-03 Thread Rodger Castle
> If I am not mistaken, modperl tends to cache all output until the script > is completed, then it sends out the page. If I want to (for example) > print a period (.) back to the browser every second, what do I need to > do? I tried $| but it does not work. I fought with this for a while, too.

Re: Two Server Setup Strategy Question

2005-07-27 Thread Rodger Castle
On Wed, Jul 27, 2005 at 11:01:56AM -0700, Philippe M. Chiasson wrote: > Jonathan Vanasco wrote: .. > are trying to do. > > > I've always installed mp2 as a dso - should i not? > > It's perfectly fine to do so. As a warning, though, there are known issues > with mod_perl DSO and FreeBSD's defaul

Re: Two Server Setup Strategy Question

2005-07-27 Thread Rodger Castle
On Wed, Jul 27, 2005 at 03:27:36PM -0400, Perrin Harkins wrote: > On Wed, 2005-07-27 at 14:15 -0400, Rodger Castle wrote: > > You know, I've been experiencing incremental growth my mod_perl2 httpd > > processes, but these are during operation. > > That's normal. As

mod_perl2 custom form handler and Motorola i530 phone

2005-08-24 Thread Rodger Castle
This is likely not a strictly mod_perl2 problem, but I'm not finding resolution elsewhere. I have written a custom form data submission parser for our site. Admittedly, not one of my wiser decisions, but it works .. until now. We have a customer trying to use a Motorola i530 phone with a portio

mod_perl2 custom form handler and Motorola i530 phone

2005-08-25 Thread Rodger Castle
This is likely not a strictly mod_perl2 problem, but I'm not finding resolution elsewhere. I have written a custom form data submission parser for our site. Admittedly, not one of my wiser decisions, but it works .. until now. We have a customer trying to use a Motorola i530 phone with a portio

Re: mod_perl2 custom form handler and Motorola i530 phone

2005-08-27 Thread Rodger Castle
, it's > really easy to use and reads parameters for GET and POST requests > including file uploads. Its part of libapreq2 which can be 'fun' to > install :) > > Also the phone should accept cookies but for maximum compatibility use > the Version=1 attribute, m