* [sisyphus] httpd2 не стартует
@ 2008-04-25 9:27 Andrey Kuleshov
2008-04-25 10:32 ` Alexey Morsov
0 siblings, 1 reply; 10+ messages in thread
From: Andrey Kuleshov @ 2008-04-25 9:27 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Здравствуйте!
Сразу после установки ALS 4.0.1 не поднимается сервис httpd2.
Я правильно понимаю, что это есть альтератор, который должен отвечать на
https://host.domain:8080 ?
# service httpd2 start
Starting httpd2 service: httpd2: Syntax error on line 48 of
/etc/httpd2/conf/httpd2.conf: Could not open configuration file
/etc/httpd2/conf/ports-enabled/http-A1PROXIED.conf: No such file or
directory
[FAILED]
# ls -la /etc/httpd2/conf/ports-enabled/http-A1PROXIED.conf
lrwxrwxrwx 1 root root 38 Apr 17 23:20
/etc/httpd2/conf/ports-enabled/http-A1PROXIED.conf ->
../ports-available/http-A1PROXIED.conf
т.е. имеем хардлинк на несуществующий файл
# ls -la /etc/httpd2/conf/ports-available
total 20
drwxr-xr-x 2 root root 4096 Apr 25 01:12 .
drwxr-xr-x 20 root root 4096 Apr 25 01:16 ..
-rw-r--r-- 1 root root 407 Apr 25 01:12 http-localhost-8088.conf
-rw-r--r-- 1 root root 388 Sep 28 2007 http.conf
-rw------- 1 root root 435 Sep 28 2007 https.conf
как исправить ситуацию, т.е. каково должно быть содержимое файла
/etc/httpd2/conf/ports-available/http-A1PROXIED.conf
и что могло привести к его отсутствию?
Спасибо!
--
AK1041-UANIC
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] httpd2 не стартует
2008-04-25 9:27 [sisyphus] httpd2 не стартует Andrey Kuleshov
@ 2008-04-25 10:32 ` Alexey Morsov
2008-04-25 10:45 ` Alexey Shabalin
2008-04-25 11:19 ` Andrey Kuleshov
0 siblings, 2 replies; 10+ messages in thread
From: Alexey Morsov @ 2008-04-25 10:32 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]
On Fri, Apr 25, 2008 at 12:27:03PM +0300, Andrey Kuleshov wrote:
> Сразу после установки ALS 4.0.1 не поднимается сервис httpd2.
> Я правильно понимаю, что это есть альтератор, который должен отвечать на
> https://host.domain:8080 ?
альтератор это service httpd-alterator (или ahttpd)
>
> # service httpd2 start
Это просто второй апач.
> Starting httpd2 service: httpd2: Syntax error on line 48 of
> /etc/httpd2/conf/httpd2.conf: Could not open configuration file
> /etc/httpd2/conf/ports-enabled/http-A1PROXIED.conf: No such file or
что это за файл? У меня такого не было и нет.
--
WBR,
Alexey Morsov
программист ЗАО "ИК "Риком-Траст"
Jabber: samurai@www.fondmarket.ru
ALT Linux Team Member
вот что и бесит в ffmpeg, что их "косметические" изменения
ломают api каждый раз.
-- lakostis in devel@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] httpd2 не стартует
2008-04-25 10:32 ` Alexey Morsov
@ 2008-04-25 10:45 ` Alexey Shabalin
2008-04-25 11:21 ` Andrey Kuleshov
2008-04-25 11:28 ` Alexey Morsov
2008-04-25 11:19 ` Andrey Kuleshov
1 sibling, 2 replies; 10+ messages in thread
From: Alexey Shabalin @ 2008-04-25 10:45 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
25.04.08, Alexey Morsov написал(а):
> On Fri, Apr 25, 2008 at 12:27:03PM +0300, Andrey Kuleshov wrote:
> > Сразу после установки ALS 4.0.1 не поднимается сервис httpd2.
> > Я правильно понимаю, что это есть альтератор, который должен отвечать на
> > https://host.domain:8080 ?
>
> альтератор это service httpd-alterator (или ahttpd)
>
> >
> > # service httpd2 start
> Это просто второй апач.
>
> > Starting httpd2 service: httpd2: Syntax error on line 48 of
> > /etc/httpd2/conf/httpd2.conf: Could not open configuration file
> > /etc/httpd2/conf/ports-enabled/http-A1PROXIED.conf: No such file or
>
> что это за файл? У меня такого не было и нет.
Странно, как это у вас его никогда небыло. Я например после установки
сервера(где нужен apache2) первым делом начинаю борьбу с этим файлом,
искореняя его.
--
Alexey Shabalin
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] httpd2 не стартует
2008-04-25 10:45 ` Alexey Shabalin
@ 2008-04-25 11:21 ` Andrey Kuleshov
2008-04-25 11:35 ` Alexey Shabalin
2008-04-25 11:28 ` Alexey Morsov
1 sibling, 1 reply; 10+ messages in thread
From: Andrey Kuleshov @ 2008-04-25 11:21 UTC (permalink / raw)
To: shaba, ALT Linux Sisyphus discussions
Alexey Shabalin пишет:
>> > /etc/httpd2/conf/httpd2.conf: Could not open configuration file
>> > /etc/httpd2/conf/ports-enabled/http-A1PROXIED.conf: No such file or
>>
>> что это за файл? У меня такого не было и нет.
>>
> Странно, как это у вас его никогда небыло. Я например после установки
> сервера(где нужен apache2) первым делом начинаю борьбу с этим файлом,
> искореняя его.
>
Так поделитесь же опытом борьбы для достижения светлой цели!
--
AK1041-UANIC
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] httpd2 не стартует
2008-04-25 11:21 ` Andrey Kuleshov
@ 2008-04-25 11:35 ` Alexey Shabalin
2008-04-25 12:00 ` Andrey Kuleshov
0 siblings, 1 reply; 10+ messages in thread
From: Alexey Shabalin @ 2008-04-25 11:35 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
25.04.08, Andrey Kuleshov<drew@bumer.com.ua> написал(а):
> Alexey Shabalin пишет:
>
>
> >
> > > > /etc/httpd2/conf/httpd2.conf: Could not open configuration file
> > > > /etc/httpd2/conf/ports-enabled/http-A1PROXIED.conf:
> No such file or
> > >
> > > что это за файл? У меня такого не было и нет.
> > >
> > >
> > Странно, как это у вас его никогда небыло. Я например после установки
> > сервера(где нужен apache2) первым делом начинаю борьбу с этим файлом,
> > искореняя его.
> >
> >
> Так поделитесь же опытом борьбы для достижения светлой цели!
a2disport для начала.
В вообще
apt-get remove apache2-configs-A1PROXIED
На новой установке ALS, с обновлением до branch4 действительно этой
проблемы больше не существует. А вот 4.0.0 вроде присутствует.
--
Alexey Shabalin
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] httpd2 не стартует
2008-04-25 11:35 ` Alexey Shabalin
@ 2008-04-25 12:00 ` Andrey Kuleshov
2008-04-25 12:57 ` Alexey Shabalin
0 siblings, 1 reply; 10+ messages in thread
From: Andrey Kuleshov @ 2008-04-25 12:00 UTC (permalink / raw)
To: shaba, ALT Linux Sisyphus discussions
Alexey Shabalin пишет:
> 25.04.08, Andrey Kuleshov<drew@bumer.com.ua> написал(а):
>
>> Alexey Shabalin пишет:
>>
>>
>>
>>>> > /etc/httpd2/conf/httpd2.conf: Could not open configuration file
>>>> > /etc/httpd2/conf/ports-enabled/http-A1PROXIED.conf:
>>>>
>> No such file or
>>
>>>> что это за файл? У меня такого не было и нет.
>>>>
>>>>
>>>>
>>> Странно, как это у вас его никогда небыло. Я например после установки
>>> сервера(где нужен apache2) первым делом начинаю борьбу с этим файлом,
>>> искореняя его.
>>>
>>>
>>>
>> Так поделитесь же опытом борьбы для достижения светлой цели!
>>
> a2disport для начала.
>
видимо это и есть решение.
Тогда подскажите что нужно указать в последней строке:
# a2disport
Which port config would you like to disable?
Your choices are: http-A1PROXIED
Port config name?
> В вообще
> apt-get remove apache2-configs-A1PROXIED
>
Потому и не работало, что apache2-configs-A1PROXIED был не установлен
> На новой установке ALS, с обновлением до branch4 действительно этой
> проблемы больше не существует. А вот 4.0.0 вроде присутствует.
>
>
--
AK1041-UANIC
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] httpd2 не стартует
2008-04-25 10:45 ` Alexey Shabalin
2008-04-25 11:21 ` Andrey Kuleshov
@ 2008-04-25 11:28 ` Alexey Morsov
1 sibling, 0 replies; 10+ messages in thread
From: Alexey Morsov @ 2008-04-25 11:28 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 925 bytes --]
On Fri, Apr 25, 2008 at 02:45:59PM +0400, Alexey Shabalin wrote:
> Странно, как это у вас его никогда небыло. Я например после установки
> сервера(где нужен apache2) первым делом начинаю борьбу с этим файлом,
> искореняя его.
ну вот даже на чистом als4
morsov@prime httpd2/conf/ports-enabled $ ls
morsov@prime httpd2/conf/ports-enabled $
--
WBR,
Alexey Morsov
программист ЗАО "ИК "Риком-Траст"
Jabber: samurai@www.fondmarket.ru
ALT Linux Team Member
Если же не сработает и такой вариант, остаётся только помянуть
недобрым словом разработчиков BIOS и использовать видеокарту в
PCI-режиме (Option "NvAGP" "0").
-- vsu in hardware@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [sisyphus] httpd2 не стартует
2008-04-25 10:32 ` Alexey Morsov
2008-04-25 10:45 ` Alexey Shabalin
@ 2008-04-25 11:19 ` Andrey Kuleshov
2008-04-25 11:30 ` Alexey Morsov
1 sibling, 1 reply; 10+ messages in thread
From: Andrey Kuleshov @ 2008-04-25 11:19 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Alexey Morsov пишет:
> On Fri, Apr 25, 2008 at 12:27:03PM +0300, Andrey Kuleshov wrote:
>
>> Сразу после установки ALS 4.0.1 не поднимается сервис httpd2.
>> Я правильно понимаю, что это есть альтератор, который должен отвечать на
>> https://host.domain:8080 ?
>>
> альтератор это service httpd-alterator (или ahttpd)
>
Видимо это как-то связано со вторым апачем?
# service httpd-alterator status
httpd2.prefork is running
>> # service httpd2 start
>>
> Это просто второй апач.
>
>> Starting httpd2 service: httpd2: Syntax error on line 48 of
>> /etc/httpd2/conf/httpd2.conf: Could not open configuration file
>> /etc/httpd2/conf/ports-enabled/http-A1PROXIED.conf: No such file or
>>
> что это за файл? У меня такого не было и нет.
>
У меня его тоже не было и нет. Потому и спрашиваю
При попытке убрать в конфиге ссылку на него
# service httpd2 restart
Service httpd2 is not
running.
[PASSED]
Checking configuration sanity for httpd2: Syntax OK
[ DONE ]
Starting httpd2 service: no listening sockets available, shutting down
Unable to open logs
[FAILED]
Почему ругается и не стартует апач?
--
AK1041-UANIC
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-04-25 12:57 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-25 9:27 [sisyphus] httpd2 не стартует Andrey Kuleshov
2008-04-25 10:32 ` Alexey Morsov
2008-04-25 10:45 ` Alexey Shabalin
2008-04-25 11:21 ` Andrey Kuleshov
2008-04-25 11:35 ` Alexey Shabalin
2008-04-25 12:00 ` Andrey Kuleshov
2008-04-25 12:57 ` Alexey Shabalin
2008-04-25 11:28 ` Alexey Morsov
2008-04-25 11:19 ` Andrey Kuleshov
2008-04-25 11:30 ` Alexey Morsov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git