, 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
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
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
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
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
> 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.
> 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
> >> 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
>
>
> 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
>
> > 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
> 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
> 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
> 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
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
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
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
16 matches
Mail list logo