K, vbseo runs terffically under huge loads and im just after benchmarking.
However, i noticed, if i benchmark my site like this:
./ab -n 1000 -c 100 -k http://www.domain.com/
everything stops responding, perminantly (have to restart light)
however if i benchmark it like this:
./ab -n 1000 -c 100 -k http://www.domain.com/index.php
it works wonderfully
-----------
Now, to test if its a mod-rewrite/lighttpd/fastcgi/php, i benchmarked the wordpress blog (shivers ugh its awful heh). And with or without index.php it peformed, didnt stop the site and pages still loaded.
-----------
Rig:
FreeBSD 5.4
1GB ram
400MB to php
500 to mySQL
Php5.2.1
vbseo rc8
--mod rewrite settings--
$HTTP["host"] == "[ snipped ]" {
server.document-root = "[ snipped ]"
url.rewrite-once = (
"^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1",
"^(/(admincp|modcp|clientscript|cpstyles|images|images 2|vbseo_sitemap|summary|arcade|smilies|store|chat)/.*)$" => "$1",
"^(.*clear\.gif)$" => "$1",
"^/(archive/.*)$" => "/vbseo.php?vbseourl=$1",
"^/(.+)\?(.*)$" => "/vbseo.php?vbseourl=$1&$2",
"^/(.+)$" => "/vbseo.php?vbseourl=$1",
)
}
-------
If you need any further information please dont hesitate to ask.
Pierce







Reply With Quote