hello,
i'm trying to install IPplan on my debian 3.1 box, but i keep gettin this error when trying to change the directory ownership and permissions of the installation dir:
+chown -R root.nobody ipplan
+chown: `root.nobody': invalid group
it appears that i don't have a nobody group, so i change it to
+chown -R root.nogroup ipplan
then, according to installation manual
+chmod -R 750 ipplan
then i opened a web browser and pointed it to the installation script in the admin directory (
http://mywebserver.com/ipplan/admin/install.php)
but i got this error:
Forbidden
You don't have permission to access /ipplan/admin/install.php on this server.
Apache/1.3.33 Server at mywebserver Port 80
can anyone help me out here....????