> I've set up IBM's Internet Connect Server software on an AIX box for an intranet.
> I've setup several NFSed directories on that box to get directory listings across the
> intranet. One of the directories always returns a "Document contains no data" error
> whenever I try to get a listing of it. All of the directories are setup identically
> including other directories NFSed from the same machine as the problem directory. And
> although I can't get a listing of that one directory, if I specify a file in that
> directory, comes up fine. I've tried this with Netscape 2.02, 3.0 and Communicator
> with the same response. Any help would be greatly appreciated.
> Thanks,
> Kal Abdalla
> Petresim Integrated Technologies, Inc.
--
It sounds like file permissions. But, first check your /etc/httpd.conf
and make sure DirAccess is set correctly. If DirAccess is set to On,
then anydir will return a listing. If DirAcess is set to Selective,
then you must have the file .www_browsable in that directory.
Assuming DirAccess is set correctly, check and make sure that the
NFS drive has been exported with read permissions, and it has been
mounted on a drive with permissions that nobody/nobody can read.
Even though the server is started by root, the sticky bit allows the
server to spawn the daemon as the nobody user, unless you have
specifically changed the UserId and GroupId to be a different user.
Just because the files are readable, that mount point/dir might not be.
Hope this helps...
----------------------------------------------------------------
Craig R Kisely AiC/IBM
http://www.analysts.com/ http://www.ics.raleigh.ibm.com
IBM Internet Division/Software Solutions Group
Disclaimer: All opinions expressed here are my own, and do not
nescessarily reflect those of IBM or AiC.
----------------------------------------------------------------