![]() |
Помоги с настройкой апача
У меня проблема я настроил апач и виртуальный хост
<VirtualHost 192.168.2.60:80> ServerAdmin franchav@fc.kiev.ua DocumentRoot /share/primus ServerName pcard.fc.kiev.ua ErrorLog /usr/log_httpd/error.log CustomLog /usr/log_httpd/access.log common </VirtualHost> все работает но проблема заключается в том что ErrorLog /usr/log_httpd/error.log Пишется нормально , а в CustomLog /usr/log_httpd/access.log common пишется только слово common Из за чего это может быть ? |
Filariel Операционка какая?
|
линукс ред хат
Еще я заметил что у меня закоментированы вот эти строки # # The following directives define some format nicknames for use with # a CustomLog directive (see below). # #LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined #LogFormat "%h %l %u %t \"%r\" %>s %b" common #LogFormat "%{Referer}i -> %U" referer #LogFormat "%{User-agent}i" agent # # The location and format of the access logfile (Common Logfile Format). # If you do not define any access logfiles within a <VirtualHost> # container, they will be logged here. Contrariwise, if you *do* # define per-<VirtualHost> access logfiles, transactions will be # logged therein and *not* in this file. # #CustomLog /usr/local/apache/logs/access_log common # # If you would like to have agent and referer logfiles, uncomment the # following directives. # #CustomLog /usr/local/apache/logs/referer_log referer #CustomLog /usr/local/apache/logs/agent_log agent Может их надо разкоментировать ? |
Filariel, так ясен перец! common это псевдоним формата, который определяется директивой LogFormat, которая у тебя закомментирована. Ты уже догадался наверное, что надо раскоментить строчку
Цитата:
|
Sham Зачем же так? Лучше раскомментировать
Цитата:
|
dmitryst, согласен, но я просто вопрос внимательно читал... :)
И тогда уж и в CustomLog придется писать combined а не common. Плюс к этому при желании можно еще че-нить свое замутить :) Вообще здесь хозяин-барин... что ему нужно видеть, то и сделает... у каждого свои тараканы... :) |
Sham Ага, угу, ждем ответа "хозяин-барин" -а :)
|
Время: 08:50. |
Время: 08:50.
© OSzone.net 2001-