I am sorry to say that it still comes up with the 403 Forbidden error, even with your recommended chmod permissions, is there any thing else that could be causing the problem, as by looking at the log files everything is working correctly.
I have also had a look at the apache2 error log and it says:
Quote:
client denied by server configuration
So that would suggest the vhost file is wrong but looking at it
Quote:
<VirtualHost 178.79.136.75:80>
ServerAdmin
mark.leach@mastersofpc.co.uk ServerName statistics.mastersofpc.co.uk
DocumentRoot /var/cache/munin/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
LogLevel notice
CustomLog /var/log/apache2/access.log combined
ErrorLog /var/log/apache2/error.log
ServerSignature On
</VirtualHost>
there appears to be nothing wrong with it, as it was copied from the tutorial and modified to suit my needs.
Any other thoughs would be appreciated.
Many thanks in advance.
Regards.