Results 1 to 6 of 6

VBSEO Lighttpd configuration issues

This is a discussion on VBSEO Lighttpd configuration issues within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, We are transitioning from apache to lighttpd, and I've spent probably 8 hours trying to figure the configuration out. ...

  1. #1
    Junior Member
    Real Name
    Sergey
    Join Date
    Feb 2008
    Posts
    8
    Liked
    0 times

    VBSEO Lighttpd configuration issues

    Hello,
    We are transitioning from apache to lighttpd, and I've spent probably 8 hours trying to figure the configuration out. When I turn off VBSEO everything works fine.

    the site does not have a forum directory so the forum lives on the root.

    $HTTP["host"] == "mywebsite.com" {
    server.document-root = "/var/www/mywebsite.com"
    url.rewrite-once = (
    "^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1",
    "^(/(admincp|modcp|clientscript|cpstyles|images|custom avatars)/.*)$" => "$1",
    "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1",
    "^/(.+)\?(.*)$" => "/vbseo.php?$2",
    "^/(.+)$" => "/vbseo.php"
    )
    }

    The behavior is really wierd if you open a homepage it keeps on loading same html without stop, so its like an endless loop of html loading, no redirects. If you go to the
    http://www.mywebsite.com/vbseo.php?v...ad.php&t=47483 it changes url correctly but it doesn't load any content.

    Has anyone experience anything like this?

    I'm also including mod_redirect and mod_rewrite in lighttpd.config

    Thanks!

  2. #2
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hello Sergey,

    Please try to define the rules without the $HTTP["host"] part, i.e:

    server.document-root = "/var/www/mywebsite.com"
    url.rewrite-once = (
    "^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1",
    "^(/(admincp|modcp|clientscript|cpstyles|images|custom avatars)/.*)$" => "$1",
    "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1",
    "^/(.+)\?(.*)$" => "/vbseo.php?$2",
    "^/(.+)$" => "/vbseo.php"
    )
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  3. #3
    Junior Member
    Real Name
    Sergey
    Join Date
    Feb 2008
    Posts
    8
    Liked
    0 times
    now its even worse for article page it loads a homepage and then redirects again and then again, in the infinite loop

  4. #4
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hmm could you please create a support ticket with SSH and FTP login details for troubleshooting?.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  5. #5
    Junior Member
    Real Name
    Sergey
    Join Date
    Feb 2008
    Posts
    8
    Liked
    0 times
    I dont' think we can do that out license has expired...:(

  6. #6
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    You can renew your license here:

    http://www.vbseo.com/purchase/renew-vbseo.html
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


Similar Threads

  1. can I vbseo with lighttpd?
    By taoqcom in forum Pre-Sales Questions
    Replies: 3
    Last Post: 08-28-2010, 09:42 AM
  2. Like vBSEO configuration file
    By universo in forum General Discussion
    Replies: 15
    Last Post: 07-23-2010, 12:04 AM
  3. about a few vbseo configuration parameters
    By symptome in forum General Discussion
    Replies: 2
    Last Post: 08-14-2008, 06:04 PM
  4. VBSEO Configuration
    By hdeassis in forum General Discussion
    Replies: 6
    Last Post: 07-14-2008, 07:36 PM

Tags for this Thread

Posting Permissions

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