[CentOS] Httpd

Thu Sep 23 18:55:58 UTC 2021
Gokan Atmaca <linux.gokan at gmail.com>

> https://vault.centos.org/6.9/os/

I've added the repos below. Worked. :)

[code]# cat /etc/yum.repos.d/CentOS-Base.repo
[C6.10-base]
name=CentOS-6.10 - Base
baseurl=http://vault.centos.org/6.10/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1
metadata_expire=never

[C6.10-updates]
name=CentOS-6.10 - Updates
baseurl=http://vault.centos.org/6.10/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1
metadata_expire=never

[C6.10-extras]
name=CentOS-6.10 - Extras
baseurl=http://vault.centos.org/6.10/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1
metadata_expire=never

[C6.10-contrib]
name=CentOS-6.10 - Contrib
baseurl=http://vault.centos.org/6.10/contrib/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0
metadata_expire=never

[C6.10-centosplus]
name=CentOS-6.10 - CentOSPlus
baseurl=http://vault.centos.org/6.10/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=0
metadata_expire=never




On Thu, Sep 23, 2021 at 5:14 PM Christopher Wensink
<cwensink at five-star-plastics.com> wrote:
>
> Have you looked for the package in the vault?
>
> https://vault.centos.org/6.9/os/
>
> On 9/23/2021 3:23 AM, Gokan Atmaca wrote:
> > Hello
> >
> > I have a very old server. It's running Centos 6.9. (end of life)
> > "mod_ssl" for httpd is not installed. The package I need is
> > "mod_ssl-2.2.15-69.el6.centos.x86_64.rpm". Or I need a library file
> > that I can load manually. Can you help with this? (Website PHP5.4. We
> > can't migrate it for now. Too many old settings. We can't update it
> > either. )
> >
> >
> > Thanks.
> > _______________________________________________
> > CentOS mailing list
> > CentOS at centos.org
> > https://lists.centos.org/mailman/listinfo/centos
>
> --
> Christopher Wensink
> IS Administrator
> Five Star Plastics, Inc
> 1339 Continental Drive
> Eau Claire, WI 54701
> Office:  715-831-1682
> Mobile:  715-563-3112
> Fax:  715-831-6075
> cwensink at five-star-plastics.com
> www.five-star-plastics.com
>
>