Страница 1 из 1

Не стартует apache

Добавлено: 02 июн 2015, 13:53
ChuCha
Привет. Установил пакет task-lamp-php, вроде все необходимое он поставил.
На команду systemctl start apache пишет Failed to issue method call: Unit apache.service failed to load: No such file or directory.
Заветная "It's works" по адресу http://localhost/ не появляется. что делать?

Re: Не стартует apache

Добавлено: 02 июн 2015, 13:54
PastorDi

Код: Выделить всё

systemctl status httpd - статус
systemctl restart httpd - рестарт
systemctl stop httpd - остановка
systemctl start httpd - запуск
systemctl enable httpd - включение
systemctl disable httpd - отключение
http://vk.com/rosalab?w=wall-33847957_9369%2Fall

Re: Не стартует apache

Добавлено: 02 июн 2015, 14:10
ChuCha
PastorDi писал(а):

Код: Выделить всё

systemctl status httpd - статус
systemctl restart httpd - рестарт
systemctl stop httpd - остановка
systemctl start httpd - запуск
systemctl enable httpd - включение
systemctl disable httpd - отключение
http://vk.com/rosalab?w=wall-33847957_9369%2Fall
Спасибо.