----- Original Message ----- 
From: "s h o n" <[EMAIL PROTECTED]>
To: "Apache Frontpage support list" <[EMAIL PROTECTED]>
Sent: Wednesday, October 08, 2003 12:32 PM
Subject: [Apache-FP] Incorrect permissions on webroot ??


> Incorrect permissions on webroot "/var/www/html/web11/_vti_pvt" and
> webroot's _vti_pvt directory in FrontPageAlias().
> [error] [client 10.70.0.100] File does not exist: /var/www/html/web11
>
> The owner and group permissions for _vti_* dirs and  the parent dir are
> same.

The error means that /var/www/html  is not owned by the user.group that
Frontpage thinks should own it. Usually this happens when you upgrade to a
new build of Apache and the RPM changes ownership to User: root and Group:
root. You probably wanted it to be owned by apache.apache rather than
root.root or some other combo. Just

chown apache.apache /var/www/html

And replace apache.apache with the user.group that you think should own it.
It will fix the problem immediately. If you aren't sure about the ownership
just

ls -ld /var/www/html/web11

and see who owns that. It's probably the same.

-Josh

_______________________________________________
Apache-FP mailing list
[EMAIL PROTECTED]
http://lists.joshie.com/mailman/listinfo/apache-fp

Donations:
http://www.amazon.com/paypage/PT5LZITM9L227 

Reply via email to