Re: Prob w/make test - server doesn't warm up

2001-08-01 Thread Doug MacEachern

On Sun, 15 Jul 2001, Joan Wang wrote:

 I am getting the same exact problem on RedHat7.0.
 I was wondering if there is a solution to this access permission
 problem?

sounds like it, when 'make  make test' are done as root, things break.
 
 The strace.out looks like this:
 
 accept(16,

which means the server has indeed started and is awaiting connections,
sounds like the permissions problem.





Re: Prob w/make test - server doesn't warm up

2001-08-01 Thread Joan Wang

Thanks for the reply.
I was able to eliminate this problem by not using PREP_HTTPD=1 option when
building mod_perl.  I used DO_HTTPD etc...  That got rid of the problem.

Doug MacEachern wrote:

  --
  From: Doug MacEachern[SMTP:[EMAIL PROTECTED]]
  Sent: Wednesday, August 01, 2001 6:26:31 PM
  To:   Joan Wang
  Cc:   [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Subject:  Re: Prob w/make test - server doesn't warm up
  Auto forwarded by a Rule
 
 On Sun, 15 Jul 2001, Joan Wang wrote:

  I am getting the same exact problem on RedHat7.0.
  I was wondering if there is a solution to this access permission
  problem?

 sounds like it, when 'make  make test' are done as root, things break.

  The strace.out looks like this:
 
  accept(16,

 which means the server has indeed started and is awaiting connections,
 sounds like the permissions problem.