Re: Restarting apache from child

2005-03-16 Thread Scott Gifford
Maxim Nechaev <[EMAIL PROTECTED]> writes: > Scott, thanks for response! > > SG> The main Apache process runs as root, and each Apache child process > SG> runs as a less-privileged user, and so would not have permission to > SG> signal the main process to tell it to reload. > > Ok i understand diff

Re[2]: Restarting apache from child

2005-03-16 Thread Maxim Nechaev
Scott, thanks for response! SG> The main Apache process runs as root, and each Apache child process SG> runs as a less-privileged user, and so would not have permission to SG> signal the main process to tell it to reload. Ok i understand difficulty. Maybe exists a way to force apache reread or c

Re: Restarting apache from child?

2005-03-15 Thread Scott Gifford
"Jain, Abhay K, ALABS" <[EMAIL PROTECTED]> writes: [...] > Scripts such as perl or ksh do not become root with setuid. > They really do not get the same privilege. Setuid to root > works ok with a compiled executable. It's OS-specific, so that may or may not be true. Some OS's, like Solaris, im

RE: Restarting apache from child?

2005-03-15 Thread Jain, Abhay K, ALABS
-Original Message- From: Scott Gifford [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 11:54 AM To: Maxim Nechaev Cc: modperl@perl.apache.org Subject: Re: Restarting apache from child? Maxim Nechaev <[EMAIL PROTECTED]> writes: > I need to restart or graceful resta

Re: Restarting apache from child?

2005-03-15 Thread Scott Gifford
Maxim Nechaev <[EMAIL PROTECTED]> writes: > I need to restart or graceful restart apache server from one of his > child. It is possible? If yes, how to do this more correctly? The main Apache process runs as root, and each Apache child process runs as a less-privileged user, and so would not have

Restarting apache from child?

2005-03-13 Thread Maxim Nechaev
I need to restart or graceful restart apache server from one of his child. It is possible? If yes, how to do this more correctly? Thanks Maxim Nechaev