preloading modules and apache::dbi

2012-01-18 Thread mike cardeiro
handle for each httpd process? sorry if this is incoherent. Mike Cardeiro

Re: preloading modules and apache::dbi

2012-01-19 Thread mike cardeiro
> From: Perrin Harkins > However, if you are trying to make the handle persistent >yourself, by putting it in a global variable or something similar, >that will be a problem.  You have to close all connections you open >during startup, and open new ones in the child processes. > heres kinda s

mod perl installed but not running

2012-01-28 Thread mike cardeiro
any ideas...I am sure at one point it was running, and I have been playing around with prreloading various modules it is no longer working (i think). Mike Cardeiro

Re: mod perl installed but not running

2012-01-29 Thread mike cardeiro
reinstalling mod_per (not sure if that was a bad idea). Mike Cardeiro

mod perl installed but not running

2012-02-07 Thread mike cardeiro
rhel5 DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.5 Perl/v5.8.8 configured - - resuming normal operations am I nuts? it says "mod_perl/2.0.5 Perl/v5.8.8 configured" but if I run a script listing %ENV there is no mod_perl entry. Mike Cardeiro

Re: mod perl installed but not running

2012-02-07 Thread mike cardeiro
happening because my script permissions are 700 under the user that owns '/home/secret34/public_html/cgi-bin/' guess I have more playing around to do. I want the scripts to run as if run by that user. Mike Cardeiro

Re: mod perl installed but not running

2012-02-07 Thread mike cardeiro
rectory that is not accessible by the webserver; when another user logs in they can retrieve the file. It seems to be running the scripts as me when not using mod_perl (I assume so because the script permissions are 700) Mike Cardeiro

Re: mod perl installed but not running

2012-02-07 Thread mike cardeiro
cade but always on a shared server where I had no access to apache or anything other than my own little sandbox so I have never had to deal with all this stuff.  It is really fun (and a little scary).  I am learning a lot, it's nice to get help from people who know way more than me! Mike Cardeiro

Re: mod perl installed but not running

2012-02-07 Thread mike cardeiro
ber of files...I suppose there is a choking point when there are just too many files in one directory. Mike Cardeiro

Re: mod perl installed but not running

2012-02-07 Thread mike cardeiro
_perl). > I am a total newb to mod_perl.  This is definitely where I am heading...but I have a lng way to go, right now I just want to get my system running under mod_perl. Mike Cardeiro

Re: mod perl installed but not running

2012-02-07 Thread mike cardeiro
- Original Message - > From: André Warnier > > And it doesn't ? > The startup message of your Apache seemed to say that it does.. > Yes, it now is running and I am on my way!

Re: Interrupting a POST with file upload

2012-02-08 Thread mike cardeiro
ook'}}($filename ,$data, $totalbytes, >                                 $self->{'.upload_data'}); >     } >     print $filehandle $data if ($self->{'use_tempfile'}); >   } > thanks for all the knowledge Torsten (and everyone else).  This stuff is the holy grail I have been looking for for years.  This is a fantastic list! Mike Cardeiro