Page 2 of 12 FirstFirst 1234 ... LastLast
Results 16 to 30 of 171

Thread: Varnish HTTP accellerator and Cpanel

  1. #16
    Member
    Join Date
    Jun 2004
    Location
    Nasik
    Posts
    9

    Thumbs up Re: Varnish HTTP accellerator and Cpanel

    Dear James,

    Indeed, the information you have shared is very helpful but a small correction in "sub vcl_recv" section which baffled me for sometime as I am not sure about how to record the startup logs for varnish
    sub vcl_recv {
    if (server.ip ~ a192_168_100_10) {
    set req.backend = b192.168.100.10;
    }
    if (server.ip ~ a192_168_100_11) {
    set req.backend = b192_168_100_11;
    }
    }
    It should be something like this.
    sub vcl_recv {
    if (server.ip ~ a192_168_100_10) {
    set req.backend = b192_168_100_10;
    }
    if (server.ip ~ a192_168_100_11) {
    set req.backend = b192_168_100_11;
    }
    }

    Thank you once again for sharing the information
    NickJ,
    System Administrator,
    http://eTechSupport.net
    AIM : support24by7 || Yahoo : etechservers || MSN : sales@eTechSupport.net

  2. #17
    Member
    Join Date
    Aug 2001
    Location
    Brisbane, Australia
    Posts
    247

    Default Re: Varnish HTTP accellerator and Cpanel

    Thanks James/EmptyMind for the guide, been playing with varnish on a non-whm server and like it, but good to know how to do this on whm/cpanel server.

  3. #18
    Member This forum account has been confirmed by cPanel staff to represent a vendor. UNIXy's Avatar
    Join Date
    Sep 2009
    Location
    Houston, Texas, USA
    Posts
    75
    cPanel/WHM Access Level

    DataCenter Provider

    Default Re: Varnish HTTP accellerator and Cpanel

    Hi,

    I just thought I'd let you all know that we (UNIXy) have released a cPanel Varnish add-on / plugin. Please read this page for more details: cPanel Varnish Script Plugin

    Cheers!
    Joe / UNIXy
    Last edited by UNIXy; 01-25-2011 at 07:24 PM.
    |- UNIXY :: Fully Managed Servers and Clusters Since 2006
    L- We LOVE helping our clients!

  4. #19
    Member
    Join Date
    Mar 2007
    Posts
    138

    Default Re: Varnish HTTP accellerator and Cpanel

    That sounds interesting, Joe, and I can't wait to try it out. Been waiting quite a few hours for my order to be processed...

  5. #20
    Member This forum account has been confirmed by cPanel staff to represent a vendor. UNIXy's Avatar
    Join Date
    Sep 2009
    Location
    Houston, Texas, USA
    Posts
    75
    cPanel/WHM Access Level

    DataCenter Provider

    Default Re: Varnish HTTP accellerator and Cpanel

    Quote Originally Posted by texo View Post
    That sounds interesting, Joe, and I can't wait to try it out. Been waiting quite a few hours for my order to be processed...
    Hi Texo,

    Thank you for signing up. The first batch of licenses are going to be processed early next week. Apologies for the delay.

    Best Regards
    Joe / UNIXY
    |- UNIXY :: Fully Managed Servers and Clusters Since 2006
    L- We LOVE helping our clients!

  6. #21
    Member This forum account has been confirmed by cPanel staff to represent a vendor. UNIXy's Avatar
    Join Date
    Sep 2009
    Location
    Houston, Texas, USA
    Posts
    75
    cPanel/WHM Access Level

    DataCenter Provider

    Default Re: Varnish HTTP accellerator and Cpanel

    FYI, we've release a beta of the script if you're interested. It's available for download.

    Cheers!
    |- UNIXY :: Fully Managed Servers and Clusters Since 2006
    L- We LOVE helping our clients!

  7. #22
    Member
    Join Date
    Aug 2008
    Location
    India
    Posts
    221

    Default Re: Varnish HTTP accellerator and Cpanel

    varnish serves pages from ram ? my webserver+mysql almost uses 80% ram anytime , doesn installing varnix help me or bring trouble ?

  8. #23
    Member
    Join Date
    Mar 2007
    Posts
    138

    Default Re: Varnish HTTP accellerator and Cpanel

    Quote Originally Posted by UNIXy View Post
    FYI, we've release a beta of the script if you're interested. It's available for download.

    Cheers!
    Can't download it: "Access Denied - You must purchase the associated product before you can download this"
    The product status is still listed as "Pending".

  9. #24
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    10,090
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Varnish HTTP accellerator and Cpanel

    Quote Originally Posted by UNIXy View Post
    Hi Texo,

    Thank you for signing up. The first batch of licenses are going to be processed early next week. Apologies for the delay.

    Best Regards
    Joe / UNIXY
    cPanel has a new area for Applications that you might have an interest in:
    Application Catalog

  10. #25
    Member
    Join Date
    Jun 2008
    Posts
    234

    Default Re: Varnish HTTP accellerator and Cpanel

    I'd be interested in this plugin, but we already have our dedicated server needs taken care of. Is the plugin available separately?

  11. #26
    Member This forum account has been confirmed by cPanel staff to represent a vendor. UNIXy's Avatar
    Join Date
    Sep 2009
    Location
    Houston, Texas, USA
    Posts
    75
    cPanel/WHM Access Level

    DataCenter Provider

    Default Re: Varnish HTTP accellerator and Cpanel

    Quote Originally Posted by bhanuprasad1981 View Post
    varnish serves pages from ram ? my webserver+mysql almost uses 80% ram anytime , doesn installing varnix help me or bring trouble ?
    Not only does mysql+apache use RAM but they also use a lot of CPU. Varnish barely uses any CPU. So installing Varnish (and giving it RAM) will definitely reduce the load. Memory is only as good as used.

    Best
    |- UNIXY :: Fully Managed Servers and Clusters Since 2006
    L- We LOVE helping our clients!

  12. #27
    Member This forum account has been confirmed by cPanel staff to represent a vendor. UNIXy's Avatar
    Join Date
    Sep 2009
    Location
    Houston, Texas, USA
    Posts
    75
    cPanel/WHM Access Level

    DataCenter Provider

    Default Re: Varnish HTTP accellerator and Cpanel

    Quote Originally Posted by texo View Post
    Can't download it: "Access Denied - You must purchase the associated product before you can download this"
    The product status is still listed as "Pending".
    I'll be happy to enable your trial. Would you please post your order# here? FYI, so far all trials have been invitational to control release and fixes.

    Regards
    Joe / UNIXY
    |- UNIXY :: Fully Managed Servers and Clusters Since 2006
    L- We LOVE helping our clients!

  13. #28
    Member This forum account has been confirmed by cPanel staff to represent a vendor. UNIXy's Avatar
    Join Date
    Sep 2009
    Location
    Houston, Texas, USA
    Posts
    75
    cPanel/WHM Access Level

    DataCenter Provider

    Default Re: Varnish HTTP accellerator and Cpanel

    Quote Originally Posted by Infopro View Post
    cPanel has a new area for Applications that you might have an interest in:
    Application Catalog
    Thank you for the tip. It was posted there a earlier in the week (Varnish Cache cPanel Addon / Script « Application Catalog)

    Regards,
    Joe / UNIXY
    |- UNIXY :: Fully Managed Servers and Clusters Since 2006
    L- We LOVE helping our clients!

  14. #29
    Member This forum account has been confirmed by cPanel staff to represent a vendor. UNIXy's Avatar
    Join Date
    Sep 2009
    Location
    Houston, Texas, USA
    Posts
    75
    cPanel/WHM Access Level

    DataCenter Provider

    Default Re: Varnish HTTP accellerator and Cpanel

    Quote Originally Posted by markb14391 View Post
    I'd be interested in this plugin, but we already have our dedicated server needs taken care of. Is the plugin available separately?
    Hi Mark,

    We're making this plugin available to anyone with a cPanel sever (with or without UNIXY).

    Best
    Joe
    |- UNIXY :: Fully Managed Servers and Clusters Since 2006
    L- We LOVE helping our clients!

  15. #30
    Member This forum account has been confirmed by cPanel staff to represent a vendor. UNIXy's Avatar
    Join Date
    Sep 2009
    Location
    Houston, Texas, USA
    Posts
    75
    cPanel/WHM Access Level

    DataCenter Provider

    Default Re: Varnish HTTP accellerator and Cpanel

    I forget to mention. We've added an interesting feature where you can have an opt-out list of domains/subdomains that Varnish will skip. The connection and traffic to those domains would be sent right back to Apache without any extra processing. This is part of release 1.1b which is scheduled for release tomorrow (current is 1.0b).

    Best
    Joe
    |- UNIXY :: Fully Managed Servers and Clusters Since 2006
    L- We LOVE helping our clients!

Page 2 of 12 FirstFirst 1234 ... LastLast

Similar Threads

  1. Varnish question
    By MikeTFH in forum Optimization
    Replies: 3
    Last Post: 01-29-2012, 06:34 PM
  2. Varnish cannot connect to Apache on 127.0.0.1
    By John_B in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 08-08-2011, 12:47 PM
  3. Varnish HTTP accellerator and Cpanel
    By kservik in forum New User Questions
    Replies: 20
    Last Post: 02-02-2011, 08:05 AM
  4. HELP PLZ - http://domain + http://www.domain same target using cpanel
    By britishnproud in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 02-12-2007, 06:20 PM
  5. installing mambo at http://www... not http://
    By taite11 in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 11-03-2005, 12:40 PM