Will ISPConfig3 work with Apache 2.4+

Discussion in 'Installation/Configuration' started by eddie-prefere, Nov 8, 2012.

  1. eddie-prefere

    eddie-prefere New Member

    Will ISPConfig3 work perfectly with Apache 2.4+ - will all features still be supported?

    Thank you.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Have not tested it yet, but I see no reason why it should not work.
     
  3. eddie-prefere

    eddie-prefere New Member

    Nginex

    It works fine - tested and everything with nginex, right - and nginex is suppossed to serve more pages with less memory and cpu usage thatn apache 2.4, right?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    nginx is faster and uses less resources then apache, but it also has less functions, especially no .htaccess support. When you plan to switch to nginx, you should evaluate first if it provides all functions that you need for your sites as it is not a simple drop in replacement for apache.
     
  5. eddie-prefere

    eddie-prefere New Member

    do you mean that nginx wouldn't be right for drupal 7 sites, or wordpress 3 sites?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    The "nice" URL features of these cms systems will not work out of the box as the rewrite rules delivered as part of this cms systems will not work on nginx. You will have to trnslate them into nginx rules and insert the nginx rules in the nginx directives field of the website to get the url features working.

    So the cms systems will work on nginx, but you have to manually insert and adjust rewrite rules if you want to use all features of the cms systems.
     
  7. thunder11

    thunder11 New Member

    Well

    Most people do not bother to optimaze apache webserver which can be rather slow with default settings. The point is that it can be slow and it can be fast. How apache performs is up to you. :D
     
  8. falko

    falko Super Moderator Howtoforge Staff

Share This Page