Keeping POST information between request phases

2001-09-30 Thread Issac Goldstand
I know this sounds like a rather newbie-ish question, but I guess I never really did many inter-request-phase stuff before... Anyway, how can I keep track of the information from a POST request between different phases of Apache's handling? For example, if I have a $q=new

Re: Keeping POST information between request phases

2001-09-30 Thread Thomas Eibner
On Sun, Sep 30, 2001 at 05:59:08PM +0200, Issac Goldstand wrote: I know this sounds like a rather newbie-ish question, but I guess I never really did many inter-request-phase stuff before... Anyway, how can I keep track of the information from a POST request between different phases of

Re: axkit segfaults

2001-09-30 Thread test
I read th FAQ but no succes: kampen@eureka:/w20/htdocs/xmltest strings /w20/bin/httpd |grep -i XML kampen@eureka:/w20/htdocs/xmltest I removed ssl and php4 from the build and only concentrated on modperl 1.26 and apache 1.3.20: [Sun Sep 30 18:06:32 2001] [notice] Apache/1.3.20 (Unix)

site copies under the one httpd

2001-09-30 Thread raptor
hi, I have a site, it has two copies one that is on the Dev server (dev-copy) and the other Production one. So what I want ? I want to have the Production site on my dev machine ... ( i'm arraging that the DB and all dependant stuff get copied after some time passes). But AS U KNOW I can't have

Re: site copies under the one httpd

2001-09-30 Thread Issac Goldstand
One solution could be to put your modules in some nonstandard location and include them in @INC in the mod_perl_start.pl. Then just use two different locations for the modules, and each server adds one of these locations into @INC - so production modules go to production server's @INC and dev