[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: Apache can't write log for virtual web server in a nfs filesystem State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Wed Aug 4 02:10:55 PDT 1999 State-Changed-Why: This is not an Apache issue but a general Unix issue. First, you have to ensure that the filesystem can be written to by root, presuming you are starting Apache as root as is normally done. Second, Linux has a bug in that if you open a file as one user, then switch to another user, you can not continue to write to the file unless the user you switched to has permissions to. This is a problem with Linux and there is nothing Apache can do to get around it.