Hi,

Please check the permissions and the /etc/ocsinventory/ocsreports.conf
file

$ file /etc/apache2/conf.d/ocsreports.conf
/etc/apache2/conf.d/ocsreports.conf: symbolic link to 
'/etc/ocsinventory/ocsreports.conf'

<Files install.php>
     Order deny,allow
     Deny from all
</Files>

Maybe you should try changing that to

<Files install.php>
Order allow,deny
Allow from all
</Files>

HTH,
Yogesh.

-- 
apache server says: You don't have permission to access /ocsreports/install.php 
on this server
https://bugs.launchpad.net/bugs/587220
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to