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
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
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
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
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
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