Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 12 of 12
  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge anton_latvia's Avatar
    Join Date
    May 2004
    Posts
    277

    Default lighttpd support

    Is WHM/Cpanel planning to add lighttpd support, instead of Apache? May be someone has already tried to change Apache to lighttpd? On our servers, that does not use CPanel, it showed really nice results - high performance with low load.

  2. #2
    Member
    Join Date
    Jun 2002
    Posts
    132

    Default

    Quote Originally Posted by anton_latvia
    Is WHM/Cpanel planning to add lighttpd support, instead of Apache? May be someone has already tried to change Apache to lighttpd? On our servers, that does not use CPanel, it showed really nice results - high performance with low load.
    We would also be very interested in Cpanel support for lighttpd as an alternative to Apache, such as what Cpanel has done with pureFTPd vs ProFTPd.

  3. #3
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    I very much doubt it. They have enough on their plate with apache2. If you want to suggest it to them:
    http://forums.cpanel.net/showthread.php?t=38350
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  4. #4
    Member
    Join Date
    May 2005
    Posts
    17

    Default

    Quote Originally Posted by anton_latvia
    Is WHM/Cpanel planning to add lighttpd support, instead of Apache? May be someone has already tried to change Apache to lighttpd? On our servers, that does not use CPanel, it showed really nice results - high performance with low load.
    I will second this. Lighttpd support would put Cpanel in an entire new market. A VPS is memory limited. Lighttpd uses significantly less memory (10% of 70MB or so for only 15 Apache 1.3 processes) then Apache. (This is probably why it is so fast, as most of the code can run from the processor cache.) VPS hosting providers could significantly increase the number of VPSs per server from the memory saving alone. That may make them chose Cpanel over Plesk or other control pannels.

    Cpanel really needs to get off their collective butts here and innovate like crazy. Their window of opportunity is rapidly closing. I am amazed how many times this is being said in these forums. Anyone remember Novell, Lotus, CPM, Visicalc, etc...? These guys need to be working weekends. I have been there, and I have done it. This is it guys. It won't come again.

    dicen

  5. #5
    Member
    Join Date
    Feb 2005
    Posts
    18

    Default

    The thing about Lighttpd is the limitation on features, such as no .htaccess and such.

  6. #6
    cPanel Partner NOC cPanel Partner NOC Badge anton_latvia's Avatar
    Join Date
    May 2004
    Posts
    277

    Default

    I know, I know.. After working with lighttpd for some time I understand, that my first question was a bit incorrect.
    * http://www.aleksandrov.eu/ - just a simple personal homepage.

  7. #7
    Member tom_taylor's Avatar
    Join Date
    Nov 2005
    Location
    Warrington, UK
    Posts
    33

    Default

    Check here, Nginx 0.5 is even faster (with its php-fastcgi) AND supports .htaccess files

    check out the NginxNews too!

    I think with regards to the htaccess files, the syntax may differ compared with apache - but at least we have its support (unlike lighty!)

    I reckon Nginx is mature enough to lighten up WHM and cPanel
    • Apache 2.2.3 = 4439 req/s
    • Lighttpd 1.4.11 = 7150 req/s
    • Nginx 0.4.12 = 8700 req/s

    http://blog.kovyrin.net/2006/04/17/t...onfigurations/
    http://blog.kovyrin.net/2006/04/04/n...ul-web-server/
    http://blog.zabiello.com/articles/20...-apache-killer
    http://zh.stikipad.com/notes/show/nginx
    http://blog.kovyrin.net/2006/05/30/n...fastcgi-howto/


    It also supports nearly all mods which LightTPD does, and probably does it better!

    Lets get this into WHM!


    my idea: http://forums.cpanel.net/showthread....d=1#post286555


    Cheers everyone!

  8. #8
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    If you want to make a suggestion to cPanel for such a move you should log an enhancement request in bugzilla and post back the link here for people to vote on it. That said, I'd be surprised if cPanel moved away from Apache for a few reasons:

    1. It has a long and respected history, even if it isn't the very fastest HTTPD server, especially as part of the LAMP philosophy

    2. There is a wealth and depth of knowlegde for Apache that is hard to compete with

    3. There are hundreds of modules that can be used with Apache which give additional functionality that might be hard to match with other servers that would be required for a web hosting solution

    I'm not saying it's not worth pursuing, but it might be difficult to make a convincing argument to move from both a technical and (especially) a commercial standpoint.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  9. #9
    Member tom_taylor's Avatar
    Join Date
    Nov 2005
    Location
    Warrington, UK
    Posts
    33

    Default

    Hiya!

    I agree with where you are coming from and i've always used apache since the very begining too.

    From a commercial point, using Nginx would be great its performance and reliability under load - compared with apache.

    Apache can still be used, but a proxy between Apache and Nginx woul be fantastic, allowing Nginx to take the strain.

    It has many modules too like apache and even supports .htaccess files and auth, but really it would be worth trying out.

    The only draw backs is what ever is set into apache's conf, would also be required in Nginx's conf also (but i'm sure the scripts in cpanel can be adopted to make that work)

    If there's a way for Nginx to capture a dynamic config for the host requested, then they're shouln't be a problem.

    PHP and static files (such as images, downloads etc) will fly with Nginx, and Apache could then deliver other content with its modules for say JSP with the mod_jk mod for Tomcat, etc

    This server is used by many hosts, sites and providors in Russia due to Nginx developer being of that origin and wanted to create a better and faster httpd than apache, for various reasons such as cheaper to operate on cheaper and lower spec hardware, bandwidth, and a httpd server written for the russian language and people!

    I'm trying my best myself to work on a solution, but if someone like yourself wouldlike to have a go also, we may be onto a winner!

    Cheers!
    Last edited by tom_taylor; 12-09-2006 at 07:08 AM.

  10. #10
    Member mike1s's Avatar
    Join Date
    Mar 2008
    Location
    Riverview, Florida, United States
    Posts
    13

    Default

    I would never use ngnix because its Russian and if you watch the news you will understand why I hate Russia

    If you need a link to a news article about why here you go: http://www.washingtonpost.com/wp-dyn...081600659.html
    http://afp.google.com/article/ALeqM5...Op-GGBxH7vSjZA
    http://www.washingtonpost.com/wp-dyn...081502199.html

  11. #11
    Member
    Join Date
    Mar 2006
    Posts
    31

    Default

    Quote Originally Posted by mike1s View Post
    I would never use ngnix because its Russian and if you watch the news you will understand why I hate Russia
    I have no problem using Russian applications. Russians are COOL. It is your problem and there is no need to post such a stupid message in here.

  12. #12
    Member
    Join Date
    Jul 2008
    Posts
    63

    Default

    Faster is usually better. But taking a quick look through the docs for both, I didn't get any impression that they support suexec. The lighttpd FAQ states that there is an unofficial experimental version.

    To me, the lack of official supported suexec/phpsuexec would be a deal breaker.

Similar Threads & Tags
Similar threads

  1. Lighttpd + cPanel
    By dlthhost in forum Feature Requests for cPanel/WHM
    Replies: 7
    Last Post: 12-17-2009, 03:57 PM
  2. lighttpd
    By DReade83 in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 12-16-2008, 04:00 PM
  3. lighttpd
    By taydu in forum New User Questions
    Replies: 2
    Last Post: 10-04-2007, 12:53 PM
  4. Lighttpd
    By cmanns in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 01-05-2007, 02:00 PM
  5. Lighttpd
    By HotShells in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 12-29-2006, 03:26 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube