|
From: Ho-Sheng H. <qa...@ne...> - 2001-12-19 20:20:54
|
That depends entirely on what your Apache is running under. The RedHat installs of 7.0 and above runs Apache as the apache user. I know that previous distros of Redhat uses nobody.nobody. Certainly, other Unix platforms defaults to nobody.nobody. On Tue, Dec 18, 2001 at 10:59:50PM -0800, alta wrote: > The installation instructions are not 100% accurate. > > This worked for me, as root: > > chown nobody:nogroup templates users > chmod 777 templates users > > I believe execute capability is necessary for directories, contrary > to intuition. That's the traditional design of UNIX platforms, yes. You can probably dig up the esoteria somewhere from the original designers on why. It has slipped my mind. -Qaexl- |