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
    Senior Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    124
    Liked
    0 times

    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
    Senior Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    124
    Liked
    0 times
    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
    Auckland, New Zealand, New Zealand
    Posts
    3,998
    Liked
    11 times
    Which forum might that be?

  4. #4
    Senior Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    124
    Liked
    0 times
    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
    Auckland, New Zealand, New Zealand
    Posts
    3,998
    Liked
    11 times
    and done!

    (I was thinking Reviews. )

  6. #6
    Senior Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    124
    Liked
    0 times
    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, 10:22 PM
  2. Performance problem
    By ned in forum Troubleshooting
    Replies: 5
    Last Post: 04-23-2006, 12:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •