On Tue, 21 Dec 1999, leonard wrote:

> My ServerRoot is: "/usr"
> 
> My MidgardRootFile is: /modules/midgard-root.php3

Are you sure about the '/' at the beginning? If so, the midgard
rootfile should be at that exact location.
$ ls -l /modules/midgard-root.php3
should return something like
-rw-r--r-- 1 root root ..... /modules/midgard-root.php3

If not, that's why midgard isn't serving pages: apache can't find
the midgard root.

> As for User and Group, I do not see those setting anywhere in my .conf file.
> Where should they be, and what should they be set to?

They should be set in any of the apache .conf files. Most Linux deployments
set them to nobody.nobody, but there's no 'should' for it. It depends
on what you want to achieve, security-wise.

> Also, the permissions for
> the Midgard-root.php3 file and it's directories. What should the permissions
> be set to, and where should it reside?

It should reside at the place the MidgardRootFile stipulates, or ServerRoot
+ MidgardRootFile if MidgardRootFile does not start with a '/'. Permissions
on the file should allow the user that Apache runs as to read the file
(which is why I asked about User & Group).

Bye,
Emile


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to