Пытаюсь завести https на сервере centos.
Апач успешно складывает логи в /var/log.
ls /var/log - выдаёт логи, которые там желат
file /var/log - /var/log: directory
df -h /var/log
-bash-4.1# df -h /var/log
Filesystem Size Used Avail Use% Mounted on
none 0 0 0 - /var/log
При попытке проинсталить mod_ssl выдаёт ошибку, которую не знаю, как решить.
Прошу помощи.yum install mod_ssl
-bash-4.1# yum install mod_ssl
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirrors.cicku.me
* epel: mirrors.n-ix.net
* extras: mirrors.cicku.me
* nux-dextop: mirror.li.nux.ro
* updates: mirrors.cicku.me
* webtatic: uk.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package mod_ssl.x86_64 1:2.2.15-54.el6.centos will be installed
--> Processing Dependency: httpd = 2.2.15-54.el6.centos for package: 1:mod_ssl-2.2.15-54.el6.centos.x86_64
--> Running transaction check
---> Package httpd.x86_64 0:2.2.15-47.el6.centos.1 will be updated
--> Processing Dependency: httpd = 2.2.15-47.el6.centos.1 for package: httpd-devel-2.2.15-47.el6.centos.1.x86_64
---> Package httpd.x86_64 0:2.2.15-54.el6.centos will be an update
--> Processing Dependency: httpd-tools = 2.2.15-54.el6.centos for package: httpd-2.2.15-54.el6.centos.x86_64
--> Running transaction check
---> Package httpd-devel.x86_64 0:2.2.15-47.el6.centos.1 will be updated
---> Package httpd-devel.x86_64 0:2.2.15-54.el6.centos will be an update
---> Package httpd-tools.x86_64 0:2.2.15-47.el6.centos.1 will be updated
---> Package httpd-tools.x86_64 0:2.2.15-54.el6.centos will be an update
--> Finished Dependency Resolution
Dependencies Resolved
====================================================================================================
Package Arch Version Repository Size
====================================================================================================
Installing:
mod_ssl x86_64 1:2.2.15-54.el6.centos updates 97 k
Updating for dependencies:
httpd x86_64 2.2.15-54.el6.centos updates 833 k
httpd-devel x86_64 2.2.15-54.el6.centos updates 156 k
httpd-tools x86_64 2.2.15-54.el6.centos updates 79 k
Transaction Summary
====================================================================================================
Install 1 Package(s)
Upgrade 3 Package(s)
Total size: 1.1 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Check Error:
installing package httpd-2.2.15-54.el6.centos.x86_64 needs 4KB on the /var/log filesystem
Error Summary
-------------