I want to know how i can get the position of the "-k start" as it can be at any location. So assuming some position of it and hard coding it does not help. Also I tried using 5.8.0 perl without the fix. It somehow did not reproduce the problem. How is this happening. Since apache was not giving the "-k start" to mod_perl how did 5.8.0 give the whole command line.

On 11/15/05, Philippe M. Chiasson <[EMAIL PROTECTED]> wrote:
pradeep kumar wrote:
> #diff src/modules/perl/modperl_config.c
> src/modules/perl/modperl_config.c.org
> 175c175
> < modperl_config_srv_t *modperl_config_srv_new(apr_pool_t *p, server_rec *s)
> ---
>> modperl_config_srv_t *modperl_config_srv_new(apr_pool_t *p)

In the future, diff -u is much more preferred (being more human readable)

> > [...]
> This however is not giving me the "-k start". How can I get that.

You would have to add it yourself, as -k arguments are used by apache to start
(or restart/shutdown) a running apache, so it will start an actual httpd process
_without_ that command line argument.

--------------------------------------------------------------------------------
Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5
http://gozer.ectoplasm.org/     F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5



Reply via email to