On Wed, May 15, 2002 at 11:26:42AM -0700, Aaron Bannert wrote: > Naw, you get dynamic linking failures as soon as you exec() the > process.
Yeah, that's true. Moving the start/restart logic into httpd still seems worthy though. I know that libtool can (supposedly) relink binaries to change the link paths. Could that be something we could do? Using a shell script is going to cause more problems than it helps - I like being able to do: gdb /usr/local/apache2/bin/httpd core.file Mozilla went down this route of a fake binary - I'm not sure I like that approach. -- justin
