Apc Filetrs Htaccess

Hello All,

I am trying to access /var/www/html/site

For APC Implementation , i want to exclude some directory from getting accessed.

In apc.ini




apc.filters = "-site/protected/views/folder_to_exclude/.*";



[b]Is something wrong with this syntax as it is still caching files in folder_to_exclude?

How to exclude only .html files?

Can we implement this by putting apc.filters in .htaccess in site folder?[/b]

PHP docs state that you specify filenames here, not paths. Maybe just write ‘.*\.html’.