Hello, I enabled rewrite-mod for the cms systems by generating rewrite.load file under my apache2/mods-enabled folder. But it causes my network to slow down, more or less, but for time to time it even drops the whole network off. So basically I cannot use that feature on the apache and not the other functionally with my cms.. What can cause this? Like I said I need this feature just for the one of my CMS, so is there a way to point this only for that "section" so it would not effect the server other vice?
mod rewrite processes every hit, its impossible to say why its slowing down, unless you show your .htaccess and perhaps even some site details reduce tweak and enhance those processes
Thanks for reply. mod_rewrite processes every hit, meaning that it processes all the hits to the server? Or only the hits that are coming to certaing section of the server where .htaccess rewrite rules are used? Basically I have server where I have multiple sites, and the rewrite rules are used only on one site, for the wordpress multisite functionality. And this is testing site so there should not be a lot of traffic, but the server is still slowing down dramatically. So it seems, at least to me, that somehow a lot of traffic is affected. Could I trace this traffic somehow?
Ok, Im kind a lost here, it feels stupid that the wordpress multisite function is so heavy that is useless. even my outgoing traffic is so slow that 1/5 times it will timeout before reaching the website... Cant anyone point me a way to find out why this is so heavy?