Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Security Stats The Internet

Apache Now the Leader in SSL Servers? 160

miller60 writes "Apache has overtaken Microsoft as the leading developer of secure web servers, according to Netcraft's monthly SSL survey. Apache now runs on 44.0% of secure web sites, compared to 43.8% for Microsoft. Apache's recent gains are attributed to the inclusion of mod_ssl in version 2, and strong growth of SSL-enabled sites in non-US markets where Apache has stronger market share."
This discussion has been archived. No new comments can be posted.

Apache Now the Leader in SSL Servers?

Comments Filter:
  • Congratulations (Score:5, Interesting)

    by EraserMouseMan ( 847479 ) on Thursday April 27, 2006 @04:37PM (#15215691)
    to a quality open source product! Whatever Apache is doing development and management-wise, don't change a thing!
  • Shows what I know (Score:5, Interesting)

    by Illbay ( 700081 ) on Thursday April 27, 2006 @04:38PM (#15215704) Journal
    I didn't even know that Apache had NOT been the leader in this category.
  • Just now? (Score:3, Interesting)

    by TimmyDee ( 713324 ) on Thursday April 27, 2006 @04:42PM (#15215739) Homepage Journal
    With IIS's myriad of security issues, you'd think this would have happened a long time ago. I guess we just have to chalk it up to the slow movements of corporations (or the death of those who used IIS ;).
  • Re:Congratulations (Score:4, Interesting)

    by Homology ( 639438 ) on Thursday April 27, 2006 @04:45PM (#15215769)
    to a quality open source product! Whatever Apache is doing development and management-wise, don't change a thing!

    They rejected many security patches from OpenBSD for httpd 1.3.29, and even before OpenBSD forked httpd 1.3 (the infamous license change) the in-tree diff was over 4000 lines of code.

  • Re:oblig troll (Score:2, Interesting)

    by bepe86 ( 945139 ) <bjorn.petterNO@SPAMkysnes.com> on Thursday April 27, 2006 @04:45PM (#15215770)
    Well, statistics can always lie, but apache has had a steady growth, according to that graph, so I'm not too certain that Microsoft will take back that position by next sunday... Anyways, another victory for FOSS, and proves once again that there's still hope for alternative software has a place in professional businesses :) What I'm really curious about, is how many of those apache servers runs on windows machines, anyone got a statistic to point me to?
  • Re:Shows what I know (Score:4, Interesting)

    by PFI_Optix ( 936301 ) on Thursday April 27, 2006 @04:46PM (#15215781) Journal
    I'm not sure why this was modded redundant. I too am surprised that Apache wasn't the leading secure server. I'd find it interesting to know just how many people didn't realize that MS held as much share in this particular category as they do.
  • false readings (Score:4, Interesting)

    by Keruo ( 771880 ) on Thursday April 27, 2006 @04:56PM (#15215851)
    Netcraft statistics lie.
    I run several ssl www-servers with linux+apache configuration, and yet they show as windows 2003 on netcraft surveys because eNom reports them that way.
    The true amount of IIS-based ssl servers is much smaller.
  • Re:Shows what I know (Score:4, Interesting)

    by DaHat ( 247651 ) on Thursday April 27, 2006 @04:59PM (#15215879)
    I agree... but for a different reason: I'm surprised that this was not mentioned previously by the Microsoft camp in response to the traditional OSS claim of Apache and Linux running more web servers than Windows and IIS.
  • by Alkrun ( 960306 ) on Thursday April 27, 2006 @05:14PM (#15216003)
    That hasn't been my experience at all. I run some PHP forums and I'm a .NET developer so I don't think I really qualify as an administrator. But my experience has been:

    As far as dynamic web-page language/technology goes, PHP runs poorly, is a bit painful to install / configure compared to the .NET runtime which is almost a no-brainer install.

    As far as databases go, MS SQL server comes with better tools than mysql, and generally requires less knowledge to administer.

    Apache might be more configurable but editing Apache configuration XML has been problematic for me the limited times I've had to do it. IIS has most of that exposed in the UI, and there are generally more "30 second how-tos" for doing that stuff with the meta-data editor if you need to.

    Linux vs. Windows comes down to the fact that I prefer Linux for a server OS but IIS / MS SQL don't run on Linux.
  • by CCFreak2K ( 930973 ) on Thursday April 27, 2006 @05:16PM (#15216021) Homepage Journal
    I think this indeed is a case in point for my argument. Why do people NOT switch from IIS to Apache? TCO. Not only do they have to change over all of their IIS running machines (may just be one, may be more than one), but they have to learn an entirely new product. Apache isn't all point-and-click, either (from my standpoint, anyway; I set up apache on a server without X on it), so they have to contend with administrative incompetence until they understand it. It costs dollars to train those people. On the flip side, Microsoft software is easier to set up, but the dollars are lost in licensing for use of the software in the first place.

    I'm not FOR IIS, nor am I against it. I'm just saying that it's sometimes difficult for someone/some group to make such a big switch.
  • Re:Just now? (Score:3, Interesting)

    by Not_Wiggins ( 686627 ) on Thursday April 27, 2006 @05:27PM (#15216102) Journal
    It is more likely attributable to corporations setting up separate web/app servers. It is fairly common to have the front-end content served up by Apache and requests for dynamic content forwarded from the front-end webservers back through firewalls to application servers. Those backend appservers may still be anything... Websphere, IIS, WebLogic, etc.

    The stats listed might simply be reflecting this trend towards a split/more secure setup.
  • by Thundersnatch ( 671481 ) on Thursday April 27, 2006 @06:28PM (#15216539) Journal

    It's all about the developers. People use IIS because it serves ASP and more importantly ASP.net. Say what you will about Microsoft, but Visual Stuido is a first-class development environment. Building scalable and functional web applications in ASP.net using the graphical tools in VS is easier than anything I've seen in the LAMP world, with the possible exception of Rails.

    Plus, Microsoft's near-suicidal devotion to backwards compatibility makes heavily mixed ASP/ASP.net sites like CDW [cdw.com] reasonably easy, probably easier than mixing different web frameworks on a LAMP or Java platform.

  • by DrSkwid ( 118965 ) on Thursday April 27, 2006 @07:01PM (#15216766) Journal
    How about we sum the value of the transactions shipped via the 44.0% of secure web sites, compared to 43.8% for Microsoft.

"If it ain't broke, don't fix it." - Bert Lantz

Working...