problem with APC support
the APC support in vbulletin works fine, but if you have 2 vbulletin installation on the same server it could be a problem... you can see tha cached pages of one forum on the other one...
is there anyone who know how to fix it?
$config['Datastore']['prefix'] = 'board1_';
Replacing 'board1_' with a unique value for each board (so, for example, 'board1_' and 'board2_'.
This will make the code use prefixes within APC's cache, thus seperating the two instances.
#If you have any other info about this subject , Please add it free.# |

