On Thursday, Jan 30, 2003, at 22:36 Europe/London, Stas Bekman wrote:
Matt, Apache::Test may not work when run under root, because Apache
won't let you start the server as 'User root' so it tries to use
'nobody' or something else as the username the server runs under,
which of course has no perms to access files created by root and hence
the problem.
I suppose the solution is to chown all the autogenerated files to that
chosen user and then the issue will be resolved. Meanwhile please try
to run the test suite as non-root.
That's not enough. Ever tried to run an apache docroot from a directory
that the parent directory is not rx by nobody? Doesn't work.