Talking out my arse

2005-05-07 Thread henri
Sorry i'm talking out of my arse. I can now execute test.pl which is just hello world. It's the game code that i'm trying to execute and it's failing - I need to run /path/to/game/startup.pl on server start. I have a virtualhost system but i don't think this should cause a problem? I have a PerlRe

Re: Mod_Perl install

2005-05-07 Thread henri
PerlResponseHandler ModPerl::Registry ^ I've narrowed it down to that line in httpd.conf - the source of my problems. When i uncomment it all the children start segfaulting. Until i uncomment it all the .pl files just display the source. That's even with: AddHandler perl-script pl SetHa

Re: Mod_Perl install

2005-05-07 Thread Randy Kobes
On Sun, 8 May 2005 [EMAIL PROTECTED] wrote: > Original Message > Subject: > From:[EMAIL PROTECTED] > Date:Sun, May 8, 2005 4:16 am > To: [EMAIL PROTECTED] > --

Mod_Perl install

2005-05-07 Thread henri
Original Message Subject: From:[EMAIL PROTECTED] Date:Sun, May 8, 2005 4:16 am To: [EMAIL PROTECTED] -- Lo, I'm getting a LOT of make test errors, Am i mi

Re: [mp1] post2get and multipart/form-data

2005-05-07 Thread Stas Bekman
Frank Maas wrote: Hi Stas, Thanks for responding. this work I convert POST requests to GET requests (so the parameters are not lost, based on a Geoff-example) and make sure that they get populated to the subrequest (via a transhandler). This works... worked :-( what has changed since it was worki

Re: Graphics / Pie Charts

2005-05-07 Thread Jason Dixon
On May 7, 2005, at 7:56 PM, Ron Savage wrote: DBD::Chart I second this recommendation. Stupid easy to use. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Graphics / Pie Charts

2005-05-07 Thread Ron Savage
DBD::Chart -- Cheers Ron Savage, [EMAIL PROTECTED] on 8/05/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [mp1] post2get and multipart/form-data

2005-05-07 Thread Frank Maas
Hi Stas, Thanks for responding. > >this work I convert POST requests to GET requests (so the parameters are > >not lost, based on a Geoff-example) and make sure that they get populated > >to the subrequest (via a transhandler). This works... worked :-( > > what has changed since it was working?

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-07 Thread Tom Williams
Stas Bekman wrote: Changes since RC5: (snip) improve the diagnostics when detecting mp2 < 1.999022, tell the user which files and/or dirs need to be removed [Stas] I'm trying to install mod_perl 2.0.0-RC6 on a RedHat 9 based Linux system that is currently running Apache 2.0.52/mod_perl 2.0.0-RC4

Re: Graphics / Pie Charts

2005-05-07 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, 1. Perl-based: Use SVG and then convert them using Image::LibRSVG to generate PNGs 2. Use PHP and the great module Image_Graph module from http://pear.veggerby.dk/samples/ Tom David Hofmann schrieb: | In order to provided stat data on my companies w

Re: [mp1] post2get and multipart/form-data

2005-05-07 Thread Stas Bekman
Frank Maas wrote: Hi, After some time doing other things, I recently started to upgrade our installation. While doing this I got the new version of CGI.pm that uses XHMTL for default and, as a result, uses multipart/form-data as default encoding... Our websystem works in a 2-phase manner: a user re