amuck-landowner

Search results

  1. T

    vpsBoard - Community input and feedback on our infrastructure and future

    @manacit, Once again, how does a single server provide redundancy?   Honestly, this could run with 1 MySQL server and 2 backend servers running in round-robin with out issue.  The idea here is to show that expansion is easy and that as a COMMUNITY we can come together to provide the resources...
  2. T

    vpsBoard - Community input and feedback on our infrastructure and future

    If you know of a way to accomplish  this I am all ears, I was actually trying to figure this out my self and hadn't had much luck yet. (On a setup I already have running with a clients forum) @manacit, Part of the goal is redundancy, you can't accomplish that with a single server.  Also, once...
  3. T

    vpsBoard - Community input and feedback on our infrastructure and future

      Part of the goal (in my opinion) is to use VPS (as this is a board about VPS).  Also, we are trying to keep this low cost, and we will be asking providers if they wish to contribute some resources.  Another consideration is we would like to have availability in more than a single location...
  4. T

    vpsBoard - Community input and feedback on our infrastructure and future

    I have done Master-Master replication with MySQL 5.5, it actually works pretty well.  I suppose in a forum with a lot of activity that @Kenshin may be correct that having Master-Slave may be a bit more quick and reliable.  If the replication lags you could see a new item on one server and it not...
  5. T

    Using varnish as a http cache

    @member='jcaleb'], on Debian (I am not sure about CentOS) this is controlled in the file /etc/default/varnish  # # Default TTL used when the backend does not specify one # VARNISH_TTL=120 Edit: On a side note, in case you didn't know, doing a ctrl-Refresh in your client will actually force it...
  6. T

    FAPVPS KVM SSD VPS - Fast Affordable Professional VPS Starting at $4.19/Month

    Hmm, okay.  I mean I can see posting a new advertisement if something changed, but I still say its redundant when its the exact same advertisement.  If that is what the rules say though, my apologies.   Cheers!
  7. T

    FAPVPS KVM SSD VPS - Fast Affordable Professional VPS Starting at $4.19/Month

    Can I ask you a serious question?  Why did you feel obligated to post another offer when you last one was posted on July 3rd?   Did something drastically change? New Location?  I mean, I get that you want to advertise but it is kinda redundant.  I can not see why you would need to post the exact...
  8. T

    vpsBoard - Community input and feedback on our infrastructure and future

    Hello Everyone, Over the past month there have been several topics going back and forth, from selling Ad space to finding a way that we can make this place fully community supported. MannDude and I have been going back and forth in private message for a few weeks now on this topic and we...
  9. T

    Using varnish as a http cache

    @acd, You are correct. I guess I should have been more specific, but it was late when I was replying. What you said is correct though, it should read "up to 2x bandwidth". Thanks for pointing that out. Cheers!
  10. T

    Trailer Park Boys - Season 8 in the works.

    "Randy, why don't you go on and eat a cheeseburger, you basketball eating walrus mahf*cker" Sooooo many hilarious quotes from that show.... its kinda like a sitcom, you have to watch and laugh at the purposeful and blatant stupidity.
  11. T

    VPS needed in Sweden Location

    Seriously? I would think you had experienced these threads here already and wouldn't be this dumb?  After all the other peoples dreams we have shattered, you would think you would realize this is not a place to ask for "free" vps. Stupid is as stupid does, I suppose.   As I stated to the last...
  12. T

    TeraFire -- VPS Hosting @ $7/mo

    Can you please give the locations for your service? Also if you have it available a Test Ip/Test download file? Cheers!
  13. T

    BurstNET partners with UKfast

    The title to this really needs changed.  BHost is not BurstNET and people reading it thinking it is BHost may get the wrong idea.  Cheers!
  14. T

    vpsBoard advertisements.

    You know, maybe I am just annoyed in general, but seriously you invited us all here and said this wasn't going to be a commercial venture and you said that you were able to support it regardless of its size and here we are playing the lets put ads on the site game? More than a few people have...
  15. T

    Using varnish as a http cache

    @peterw, it is all dependent on the amount of latency you are willing to live with, which was one of @'s points.  Yes you can use offloaded mysql, but you will also incur a slight delay in load times based on the latency of the mysql server. For most smaller sites this really isn't an issues. ...
  16. T

    Using varnish as a http cache

    I have never experienced this, in fact, quite the opposite.  Varnish does not require much memory to operate efficiently, I am not sure in what ways you have been using it.  Also, I would still use Varnish in front of an nginx setup, varnish does way better as a cache and has a lot more options...
  17. T

    Using varnish as a http cache

    @, The difference between using varnish and not are night and day.  Also, I would still suggest using varnish in front of nginx+php-fpm.  The best use for varnish with Apache may actually be on a cPanel server, it can reduce load substantially.  To give you an example, I  have been working on a...
  18. T

    Using varnish as a http cache

    #Add forwarded header if (req.restarts == 0) { if (req.http.x-forwarded-for) { set req.http.X-Forwarded-For = req.http.X-Forwarded-For + ", " + client.ip; } else { set req.http.X-Forwarded-For = client.ip; } } Also, unless you...
  19. T

    Using varnish as a http cache

    Your quite welcome for the idea.  However, as I stated in my small tutorial, it is very important to make sure you know which version of varnish you are working with as the VCL language is a bit different between versions. I see you updated the .deb above, however, vanilla repos do have varnish...
  20. T

    Low Latency Networking Across USA

    Latisys Peers to Equinix which has an incredible amount of bw into Comcast as it is one of Comcast's largest peering points in the north east besides New York.  I am not sure what your looking for but its usually 20ms or less, I use Comcast here and I also have server in Latisys my self, I can...
Top
amuck-landowner