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