On 1/16/07, Jain, Abhay K, INFOT <jainabhay@xxxxxxx> wrote:
We had tried running with trace and last statement seem to be fork(). There was a pid associated with fork(). Then next statement was exit(0).
When tracing a program you have to make sure it traces child processes too, otherwise you will see what happens after the fork. Which option you need to give to trace on your OS I don't know, so consult the man page. On Solaris I use "truss -f" when tracing problems. The -f option tells truss to follow children too. One possible reason for your problem (I've seen this before) might be the user and group directives in your httpd.conf. The default values apache ships with (-1) is not suitable on some variants of Unix. Edit your httpd.conf and make set the user and group to a real existing user and group on your system. (nobody:nobody if exists will do fine, but I usually create a apache user and www group). Krist -- krist.vanbesien@xxxxxxxxx Bremgarten b. Bern, Switzerland -- "...what you don't realize is that in the future Google WILL reach sentience, will [have had] invent[ed] a time machine, and will [have had] travel[ed] back in time to prevent Bill Gates... only to become Bill Gates by accident because of a search engine optimization miscalculation." (Comment on the Dilbert Blog) --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx