I assume this is a problem due to configuration of sudo. Am I right?

No. It means that somewhere in the directory hierarchy (start at /var and work your way down), www-data has no permission to access that file. All the sudo -u www-data is doing is running the command as www-data, so you can pretend to be the user as which apache is running to check the permissions.

Based on this and other emails:
/var
/var/cache
/var/cache/doxygen

all look okay (they're world readable), so let's see the permissions of
/var/cache/doxygen/RayWare/
/var/cache/doxygen/RayWare/html
/var/cache/doxygen/RayWare/html/index.html
--
SIXNET - Industrial and Wireless Connectivity
331 Ushers Road, Ballston Lake, NY 12019
Tel: 1.518.877.5173, Fax: 1.518.877.8346
www.sixnet.com

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to