Apache 2.4.6

7 posts / 0 new
Last post
#1 Tue, 09/17/2013 - 18:46
OC2PS

Apache 2.4.6

Is webmin (and Virtualmin) compatible with Apache webserver 2.4.6?

Tue, 09/17/2013 - 18:52
andreychek

Howdy,

Apache 2.4 isn't shipped with any distributions supported by Virtualmin, so that's not something we recommend, and that's not something which gets much testing.

All that said -- it should work! I believe some folks in the forums here have described using third party repositories in order to upgrade to Apache 2.4, and having that work successfully.

-Eric

Mon, 08/04/2014 - 09:51
Karl

Hi Eric,

are there any news regarding Virtualmin and Apache 2.4?

Thanks, Karl

Mon, 08/04/2014 - 10:28
andreychek

Howdy,

Virtualmin does support Apache 2.4. Ubuntu 14.04 comes with that, and when CentOS 7 support is released shortly, that will be Apache 2.4 as well.

-Eric

Tue, 08/05/2014 - 18:01
ejimba

Hi Eric,

I did an apache upgrade on one of my client's server running Debian Linux 7.5 and Virtualmin version 4.09.gpl GPL which broke a some websites. The websites were redirecting to the default server. I later learned from the apache docs that the NameVirtualHost directive had been deprecated. Inserting the IP in the virtual host files of the websites, brought them back to life.

Changing this

<VirtualHost *:80>
...
</VirtualHost>

to this:

<VirtualHost 12.34.56.78:80>
...
</VirtualHost>

I don't know if there is already a fix for that.

Thanks, Eric E

Sun, 08/31/2014 - 09:20
srmobile

How do you upgrade apache on a Centos 6.5? I've tried everything and YUM keeps saying No Packages marked for Update...

Need the latest version (2.4.x) for PCI compliance, yes I know that there are back ports but the company running the scans aren't satisfied with that answer and want the latest.

Thank you

Mon, 09/01/2014 - 10:38
andreychek

Howdy,

There is no supported way to run Apache 2.4.x on CentOS 6. The Apache version you're running on your distro is the latest available, and contains all security fixes.

If your PCI company doesn't accept that, I recommend a new PCI company :-)

Most PCI companies understand how that works and will accept that as an answer if you're able to show them that you're using the latest version available to your distro.

-Eric

Topic locked