vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 6 of 6

Lighttpd performance

This is a discussion on Lighttpd performance within the Troubleshooting forums, part of the vBSEO SEO Plugin category; K, vbseo runs terffically under huge loads and im just after benchmarking. However, i noticed, if i benchmark my site ...

  1. #1
    Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    98

    Exclamation Lighttpd performance

    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

  2. #2
    Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    98
    god why did i put it here?! can a mod put it in the right forum.

    Thanks, sorry about that!

    Pierce

  3. #3
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    New Zealand
    Posts
    3,712
    Which forum might that be?
    Ace Shattock / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


    My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting

  4. #4
    Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    98
    i dont know, lets pull one from the hat..

    vBSEO SEO Plugin/troubleshooting or vBSEO SEO Plugin/bug reporting?

    Pierce

  5. #5
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    New Zealand
    Posts
    3,712
    and done!

    (I was thinking Reviews. )
    Ace Shattock / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


    My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting

  6. #6
    Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    98
    okay, lighttpd crashes without vbseo enabled.

    Regards,
    Pierce

Similar Threads

  1. Performance re MySQL version
    By jdougher in forum General Discussion
    Replies: 0
    Last Post: 02-25-2007, 09:22 PM
  2. Performance problem
    By ned in forum Troubleshooting
    Replies: 5
    Last Post: 04-23-2006, 11:27 AM