Forum Moderators: phranque
I want Apache to be able to read /usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf
I am not using .htaccess and I have tried the following without success:
<Directory "/usr/share/rrdtool/fonts/">
Options All
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I am getting an error on apache error log that says:
"Can't find font /usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf"
Any advice or tips are most welcome.
Thanks
That is why Im looking to giving apache the rights to read a folder outside the "htdocs" where my WEB page is located in.
Any ideas?
Thanks