我目前正在尝试使用带有symfony2的2台服务器进行简单的随机负载平衡。
在/ web .htaccess文件中,我尝试了很多组合,但结果总是空白,我没有看到调试的方法。有什么用呢?
.htaccess文件:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteMap servers rnd:/map.txt
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app.php [QSA,PT]
</IfModule>
map.txt也位于/ web文件夹中。
添加行RewriteMap servers rnd:/map.txt