Re: startup vs. child initialization question

2002-03-31 Thread Frank Wiles
On Sun, 31 Mar 2002 12:43:45 -0800 (PST) [EMAIL PROTECTED] wrote: > Hi! I had a question regarding where I should be placing global > configuration options in mod_perl. Here's the qweekie scenario: > > I want to load a configuration file of various options (such as db > arguments, system dire

startup vs. child initialization question

2002-03-31 Thread conark
Hi! I had a question regarding where I should be placing global configuration options in mod_perl. Here's the qweekie scenario: I want to load a configuration file of various options (such as db arguments, system directories, db connections, etc.) into a hash or perl object global to Apache s

Re: Proxy servers (was Re: AddModule mod_perl.c)

2002-03-31 Thread John Kolvereid
Hi Per (and Happy Easter), I have no idea where the bug is, I just know that when I load both services (mod_perl and PHP) everything installs properly according to the error_log w/ the single exception of: [notice]Accept mutex: sysvsem (Default: sysvsem) Then whenever I try to load any page in

Proxy servers (was Re: AddModule mod_perl.c)

2002-03-31 Thread Per Einar Ellefsen
At 15:08 31.03.2002, John Kolvereid wrote: >Hi Per, >I realized right after I sent the note that >mod_perl, as CGI, won't handle ordinary HTML. But I >did learn later that mod_perl and PHP cannot co-exist >at present. I'm not sure but I think there is a small >glitch which can easily be over

Re: AddModule mod_perl.c

2002-03-31 Thread John Kolvereid
Hi Per, I realized right after I sent the note that mod_perl, as CGI, won't handle ordinary HTML. But I did learn later that mod_perl and PHP cannot co-exist at present. I'm not sure but I think there is a small glitch which can easily be overcome by someone responsible for the PHP OR mod_per

Re: AddModule mod_perl.c

2002-03-31 Thread Per Einar Ellefsen
At 22:46 30.03.2002, John Kolvereid wrote: >Hi Per, >I did get my Apache to work w/ mod_perl only by >using the following configurations: Great! >My home page loads into the browser and when I try to >link to a .pl page in /perl/ where > SetHandler perl-script > PerlHandle Apache