LINUX.ORG.RU

Не получается запустить httpd service

 , ,


1

2

Даю команду: «sudo service httpd start». Получаю такой вот вывод: «job for httpd.service failed. see 'systemctl status httpd.service' and 'journalctl». В чем моя ошибка?

По ссылке можно увидеть выводы команд 'systemctl status httpd.service' и 'journalctl'.

Ниже вывод команд.

httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled) Active: failed (Result: exit-code) since Ср 2015-10-14 03:38:35 PDT; 2min 16s ago Process: 13621 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE) Process: 13619 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE) Main PID: 13619 (code=exited, status=1/FAILURE) CGroup: /system.slice/httpd.service окт 14 03:38:35 localhost.localdomain systemd[1]: Starting The Apache HTTP Server... окт 14 03:38:35 localhost.localdomain httpd[13619]: AH00526: Syntax error on line 6 of /etc/httpd/conf.d/iou.conf: окт 14 03:38:35 localhost.localdomain httpd[13619]: Either all Options must start with + or -, or no Option may. окт 14 03:38:35 localhost.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE окт 14 03:38:35 localhost.localdomain kill[13621]: kill: cannot find process «» окт 14 03:38:35 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1 окт 14 03:38:35 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server. окт 14 03:38:35 localhost.localdomain systemd[1]: Unit httpd.service entered failed state.



-- Logs begin at Ср 2015-10-14 03:24:31 PDT, end at Ср 2015-10-14 03:46:26 PDT. — окт 14 03:40:01 localhost.localdomain CROND[13673]: (root) CMD (/usr/lib64/sa/sa1 1 1) окт 14 03:46:25 localhost.localdomain sudo[13873]: kini : TTY=pts/0 ; PWD=/home/kini ; USER=root ; COMMAND=/sbin/service httpd start окт 14 03:46:25 localhost.localdomain systemd[1]: Starting The Apache HTTP Server... — Subject: Unit httpd.service has begun with start-up — Defined-By: systemd — Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel — -- Unit httpd.service has begun starting up. окт 14 03:46:26 localhost.localdomain httpd[13889]: AH00526: Syntax error on line 6 of /etc/httpd/conf.d/iou.conf: окт 14 03:46:26 localhost.localdomain httpd[13889]: Either all Options must start with + or -, or no Option may. окт 14 03:46:26 localhost.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE окт 14 03:46:26 localhost.localdomain kill[13891]: kill: cannot find process «» окт 14 03:46:26 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1 окт 14 03:46:26 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server. — Subject: Unit httpd.service has failed — Defined-By: systemd — Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel — -- Unit httpd.service has failed. — -- The result is failed. окт 14 03:46:26 localhost.localdomain systemd[1]: Unit httpd.service entered failed state.



Последнее исправление: JB (всего исправлений: 2)

По ссылке можно увидеть выводы команд 'systemctl status httpd.service' и 'journalctl'.

Скопируй сюда, это же просто текст.

dexpl ★★★★★
()

Syntax error on line 6 of /etc/httpd/conf.d/iou.conf:

pahom
()
Ответ на: комментарий от dexpl
<Directory /opt/iou/html> 
    AllowOverride All 
</Directory> 
<Directory /opt/iou/data> 
    AllowOverride None 
    Options Indexes -FollowSymLinks 
    IndexOptions FancyIndexing FoldersFirst SuppressIcon 
    HeaderName /includes/HEADER.html 
    ReadmeName /includes/FOOTER.html 
    AddDescription "Exported files" Export 
    AddDescription "Imported files" Import 
    AddDescription "Log files" Logs 
    AddDescription "PCAP/Sniffer files" Sniffer 
    AddDescription "Current database file" database.sdb 
    AddDescription "Initial database file" template.sdb 
    AddDescription "Apache access log file" access.txt 
    AddDescription "Apache error log file" error.txt 
    AddDescription "IOU log file" exec.txt 
    AddDescription "PHP log file" php_errors.txt
dkini
() автор топика
Ответ на: комментарий от dkini

Options Indexes -FollowSymLinks
Either all Options must start with + or -, or no Option may.

Т. е. либо Options -Indexes -FollowSymLinks (если хочется отключить их обе), либо Options +Indexes -FollowSymLinks (если хочется включить первую и отключить вторую).

Кстати, в конце файла в самом деле отсутствует </Directory>, которая должна там быть, или ты так скопировал?

dexpl ★★★★★
()
Ответ на: комментарий от dkini

Возможно следует включить необходимые модули apache

Elyas ★★★★★
()
Ответ на: комментарий от dexpl

Да, так скопировал. Спасибо, ты оказался прав.

dkini
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.