Results 1 to 7 of 7

lighttpd issue

This is a discussion on lighttpd issue within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I am moving to a lighttpd server and added the following to the config file as per the documentation: Code: ...

  1. #1
    Junior Member
    Real Name
    Jim Ohlstein
    Join Date
    Apr 2006
    Location
    Virginia Beach
    Posts
    19
    Liked
    0 times

    lighttpd issue

    I am moving to a lighttpd server and added the following to the config file as per the documentation:

    Code:
    $HTTP["host"] == "yourdomain.com" {
    server.document-root = "/path/to/your/public_html/"
    url.rewrite-once = (
    "^/forums/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1",
    "^(/forums/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1",
    "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1",
    "^/forums/(.+)\?(.*)$" => "/forums/vbseo.php?$2",
    "^/forums/(.+)$" => "/forums/vbseo.php"
    )
    }
    The top two lines were already in there so I put it below them. All I get is 404's with vBSEO turned on.

    I'm guessing that I am missing something obvious...

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    did you re-start lighty after changing the rules? the won't apply without a service restart

  3. #3
    Junior Member
    Real Name
    Jim Ohlstein
    Join Date
    Apr 2006
    Location
    Virginia Beach
    Posts
    19
    Liked
    0 times
    Yes. I even tried rebooting the VPS.

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    did you fill in these with your real info?

    $HTTP["host"] == "yourdomain.com" {
    server.document-root = "/path/to/your/public_html/"

  5. #5
    Junior Member
    Real Name
    Jim Ohlstein
    Join Date
    Apr 2006
    Location
    Virginia Beach
    Posts
    19
    Liked
    0 times
    As I said, the top two lines were already in there (and they were correct).

  6. #6
    Junior Member
    Real Name
    Jim Ohlstein
    Join Date
    Apr 2006
    Location
    Virginia Beach
    Posts
    19
    Liked
    0 times
    Double post -- deleted

  7. #7
    Junior Member
    Real Name
    Jim Ohlstein
    Join Date
    Apr 2006
    Location
    Virginia Beach
    Posts
    19
    Liked
    0 times
    Fixed it by uninstalling and re-installing lighty. Seems to be working now. Thanks.

Similar Threads

  1. can I vbseo with lighttpd?
    By taoqcom in forum Pre-Sales Questions
    Replies: 3
    Last Post: 08-28-2010, 10:42 AM
  2. Lighttpd performance
    By Pierce in forum Troubleshooting
    Replies: 5
    Last Post: 03-02-2007, 03:52 PM
  3. problem with lighttpd
    By akschu in forum URL Rewrite Settings
    Replies: 1
    Last Post: 10-15-2006, 10:03 AM
  4. freebsd + lighttpd + apc
    By amcd in forum Pre-Sales Questions
    Replies: 2
    Last Post: 10-04-2006, 09:20 AM
  5. about lighttpd
    By pablasso in forum Pre-Sales Questions
    Replies: 2
    Last Post: 06-30-2006, 09:55 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
  •