Results 1 to 3 of 3

Servers Setup

This is a discussion on Servers Setup within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Ok, i'm working on setting up a second server with a load balancer and a file/attachment storage server. I've moved ...

  1. #1
    Junior Member
    Real Name
    jason
    Join Date
    Nov 2005
    Location
    usa
    Posts
    3
    Liked
    0 times

    Servers Setup

    Ok, i'm working on setting up a second server with a load balancer and a file/attachment storage server.

    I've moved all of vbulletins attachments that will be shared between the two servers to the file attachment server. However, it has been brought to my attention that the vbseo_sitemap/data/ has data written to it frequently. Should this also be moved to the attachment server, or is it ok that it sits on one web server?

    We have vbseo directory on both webservers but the content between them is NOT shared. Is there any reason for the data directory to be on a shared fileserver (NFS) or is this ok?

    Thank you.

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    It will need to be on both. /data is where the sitemap .xml.gz 's are located and will be accessed via google.

    if you can somehow make a rule on server A (which has the data file) to point to server B via re-write

    I'm not sure of the exact logistics of it though.

    Ideally, this should exist on your static/attachment server, as that's basically what it is.

    Some simple coding can get this done...

    could be as simple as changing vbseo_getsitemap.php with

    find:
    Code:
    if(file_exists(VBSEO_DAT_FOLDER . $smap))
    replace with

    Code:
    define(VBSEO_DAT_FOLDER, "\\192.168.1.2\data\")
    if(file_exists(VBSEO_DAT_FOLDER . $smap))
    or something to that effect to point to the attachment server directly in the generation file itself.

  3. #3
    Junior Member
    Real Name
    jason
    Join Date
    Nov 2005
    Location
    usa
    Posts
    3
    Liked
    0 times
    Ok thanks. That is what I was wondering.

Similar Threads

  1. Changing servers
    By newguy in forum Troubleshooting
    Replies: 2
    Last Post: 12-28-2008, 10:43 AM
  2. Changing Servers
    By newguy in forum General Discussion
    Replies: 2
    Last Post: 02-23-2008, 09:04 AM
  3. Moving Servers - How to ....
    By nsusa in forum General Discussion
    Replies: 3
    Last Post: 07-15-2007, 05:30 AM
  4. What to do When Moving Servers
    By sinjix_media in forum Troubleshooting
    Replies: 0
    Last Post: 05-02-2007, 07:22 AM

Posting Permissions

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