Re: how do I really proof, that my script is running under apaches mod_perl?

2000-11-07 Thread Pierre-Yves BONNETAIN
Hello Alexander, maybe this one is a rookie-question ;) Only unsaid questions are rookie-ones :-) Is your script doing some system() or `command` ? If so, this will explain the fork/exec-ing you see. Beware, some modules do make calls to system() or `command`, so check your

how do I really proof, that my script is running under apaches mod_perl?

2000-11-06 Thread Alexander Förster
Hi all, maybe this one is a rookie-question ;) Q:Is it normal, that under linux, running apache with mod_perl, for requests on a script a separate system process is starting ? I saw a lot of processes (via `top`), all running separate my script, as I made some benchmark tests... - I thought,

Re: how do I really proof, that my script is running under apaches mod_perl?

2000-11-06 Thread G.W. Haywood
Hi there, On Mon, 6 Nov 2000, [iso-8859-1] Alexander Förster wrote: Q:Is it normal, that under linux, running apache with mod_perl, for requests on a script a separate system process is starting ? Not unless you intentionally start one from your script. I wrote a script, included it via