Re: WEb hosting..

2003-02-28 Thread Oleg Shaikhatarov
Hi, http://www.usonyx.com (USA) http://www.usonyx.net (Singapore) http://www.rusonyx.ru (Russa) They are HSPs selling VPS based on Virtuozzo(tm) VPS technology and HSPcomplete hosting automation solution: http://www.sw-soft.com/products/virtuozzo/ http://www.sw-soft.com/products/hspcomplete/

Re: [mod_perl] Re: WEb hosting..

2003-02-28 Thread Jonathan M. Hollin
Some know web hosting providers with mod_perl support... http://perl.apache.org/help/isps.html As usual, if you know of ISPs that aren't listed there (or listed, but not providing modperl support any longer), please let us know. In the UK, http://www.firstserv.com/ provide an excellent package

Re: Apache is exiting....

2003-02-28 Thread Paolo Campanella
On 27 Feb 2003 11:35:15 -0500 Perrin Harkins [EMAIL PROTECTED] wrote: On Thu, 2003-02-27 at 11:06, Paolo Campanella wrote: Just one thing though: when the process dies, it really does take the main server process down with it: [Thu Feb 27 17:55:04 2003] [alert] Child 8592 returned a

How to avoid loss of POST data in a good way?

2003-02-28 Thread Frank Maas
Hi, Excuse me for this question that is, without question, due to my newbie- ness, but I am against a wall here. I am creating a website that is running under mod_perl and using several handlers of the chain. The website uses the POST method to send form data. I first used Apache::Request-new()

Re: How to avoid loss of POST data in a good way?

2003-02-28 Thread Geoffrey Young
Frank Maas wrote: Hi, Excuse me for this question that is, without question, due to my newbie- ness, but I am against a wall here. I am creating a website that is running under mod_perl and using several handlers of the chain. The website uses the POST method to send form data. I first used

register_cleanup

2003-02-28 Thread Denis Banovic
Hi! I'm trying to migrate some stuff from mod_perl 1. I've read the tutorial on perl.apache.org but it didn't help. I've a perl script that looks like this: if ($runnung_on_mod_perl) { Apache-request-register_cleanup(\init_globals); } Under mod_perl 1.0 works fine with

Re: [error] Insecure dependency in unlink while running with -T switch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line 106

2003-02-28 Thread Martin Moss
Is Apache::Session::DB_type Faster than Apache::Session::File? I already use a lot of DB connections and I used Apache::Session::File to reduce this, Marty - Original Message - From: Cees Hek [EMAIL PROTECTED] To: Martin Moss [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, February

Re: [error] Insecure dependency in unlink while running with -Tswitch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line106

2003-02-28 Thread Perrin Harkins
On Fri, 2003-02-28 at 08:47, Martin Moss wrote: Is Apache::Session::DB_type Faster than Apache::Session::File? It depends on your disk, OS, and filesystem. It stores all the files in one directory, which is quite slow on some systems and not a problem on others. I already use a lot of DB

Re: [error] Insecure dependency in unlink while running with -Tswitch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pm line106

2003-02-28 Thread Martin Moss
heheheh, I can't use Apache::DBI. I have multiple database connections.which are authenticated for different users. Am wondering whether to bother with the persistance at all, I can retrieve all the data I need out of the database anyway, I just wanted to reduce the database lookups. Especially

Re: [error] Insecure dependency in unlink while running with-Tswitch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pmline106

2003-02-28 Thread Perrin Harkins
On Fri, 2003-02-28 at 09:10, Martin Moss wrote: I can't use Apache::DBI. I have multiple database connections.which are authenticated for different users. You're pretty much screwed then on the database front. I just wanted to reduce the database lookups. If you just want to cache data,

Re: [error] Insecure dependency in unlink while running with-Tswitch at /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/File.pmline106

2003-02-28 Thread Martin Moss
Thanks mate, Will re-examine the drawing board.. Marty - Original Message - From: Perrin Harkins [EMAIL PROTECTED] To: Martin Moss [EMAIL PROTECTED] Cc: Cees Hek [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:52 PM Subject: Re: [error] Insecure dependency in

Re: Apache is exiting....

2003-02-28 Thread Perrin Harkins
Paolo Campanella wrote: I'm sure: [EMAIL PROTECTED] /root]# ps axf [...] 1212 ?S 0:00 httpd-modperl -f /etc/httpd/conf/httpd-modperl.conf 1215 ?S 0:00 \_ httpd-modperl -f /etc/httpd/conf/httpd-modperl.conf 1216 ?S 0:00 \_ httpd-modperl -f

RE: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-28 Thread Priest, Darryl - BALTO
I got the new CVS version applied the patch and I got a bit further, but it's still dying with: cd src/modules/perl make -f Makefile.modperl rm -f mod_perl.so ld -bhalt:4 -bM:SRE -bI:/usr/local/perl5.8.0/lib/5.8.0/aix/CORE/perl.exp -bE:mod_perl.exp -bnoentry -lc

mp2 runs scripts as root?

2003-02-28 Thread Mark James
Some of my scripts break when running under mp2 (cvs) because the UID is set as root rather than the Apache user (which for me is web). The problem manifests with RCS file locking. Is there some switch to set so that I can run scripts as web?

help with dl_install_.al error please

2003-02-28 Thread Warren Pollans
Hi Folks, I still need help with this. Which module is responsible for putting dl_install_.al in auto/DynaLoader? Dynaloader is there. Warren On Wed, 26 Feb 2003 12:20:16 -0500 Warren Pollans [EMAIL PROTECTED] wrote: Hello, I'm trying to work through recipe 9.16 in the cookbook -

Re: help with dl_install_.al error please

2003-02-28 Thread Geoffrey Young
Warren Pollans wrote: Hi Folks, I still need help with this. Which module is responsible for putting dl_install_.al in auto/DynaLoader? Dynaloader is there. you might want to ask this question over on [EMAIL PROTECTED], where there are people who specialize in the nuances of OS X.

Re: Apache is exiting....

2003-02-28 Thread Kyle Oppenheim
[Fri Feb 28 14:31:49 2003] [alert] Child 1216 returned a Fatal error... Apache is exiting! That's bad. Sounds like an apache bug to me. Can anyone else confirm if this is intended behavior or not? You might want to check the httpd lists and newsgroups for info about this. In

Can't connect to ppm-ia.ActiveState.com:80

2003-02-28 Thread Richard Heintze
I've searched the archives for connect and could find no hints. As per the mod_perl installation instructions, I type the following command: C:\Program Files\Apache Group\APACHE2\mod_perl-1.99_08ppm install http://theory x5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 And I get these errors

Re: Can't connect to ppm-ia.ActiveState.com:80

2003-02-28 Thread Randy Kobes
On Fri, 28 Feb 2003, Richard Heintze wrote: I've searched the archives for connect and could find no hints. As per the mod_perl installation instructions, I type the following command: C:\Program Files\Apache Group\APACHE2\mod_perl-1.99_08ppm install

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-28 Thread Stas Bekman
Priest, Darryl - BALTO wrote: I got the new CVS version applied the patch and I got a bit further good, I've committed that patch. , but it's still dying with: cd src/modules/perl make -f Makefile.modperl rm -f mod_perl.so ld -bhalt:4 -bM:SRE

Re: register_cleanup

2003-02-28 Thread Stas Bekman
Denis Banovic wrote: Hi! I'm trying to migrate some stuff from mod_perl 1. I've read the tutorial on perl.apache.org but it didn't help. I've a perl script that looks like this: if ($runnung_on_mod_perl) { Apache-request-register_cleanup(\init_globals); } Under mod_perl 1.0 works fine

Re: mp2 runs scripts as root?

2003-02-28 Thread Stas Bekman
Mark James wrote: Some of my scripts break when running under mp2 (cvs) because the UID is set as root rather than the Apache user (which for me is web). The problem manifests with RCS file locking. Is there some switch to set so that I can run scripts as web? Eh? Are you talking about 'make test'

Re: WEb hosting..

2003-02-28 Thread Charlie Garrison
Good afternoon, On 28/2/03 at 5:26 PM, Stas Bekman [EMAIL PROTECTED] wrote: http://perl.apache.org/help/isps.html As usual, if you know of ISPs that aren't listed there (or listed, but not providing modperl support any longer), please let us know. Make-Tracks (based in Australia) offers