ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] настройка bugzill-ы (2.6.18-alt2)
@ 2005-05-20 17:48 Pavel Vainerman
  2005-05-20 22:46 ` Pavel Vainerman
  0 siblings, 1 reply; 8+ messages in thread
From: Pavel Vainerman @ 2005-05-20 17:48 UTC (permalink / raw)
  To: sisyphus

	Доброго времени суток, всем!

	Пытаюсь установить багзиллу дома.
1) Установил пакеты bugzilla bugzilla-ru
2) создал БД, пользователя и записал в localconfig
3) запустил checksetup.pl
4) Для каталога "/var/www/html/bugzilla".
настроил в  httpd.conf 
<Directory "/var/www/html/bugzilla">
        AllowOverride All
        Options ExecCGI FollowSymlinks Indexes Includes
        Order allow,deny
        Allow from all
</Directory>

(хотя я так понимаю надо надо выносить в отдельный файл
и класть его в addon-modules.d )

5) В .htaccess написал
<IfModule mod_perl.c>
    PerlSendHeader On
    AddHandler perl-script .cgi
    PerlHandler Apache::Registry
</IfModule>

DirectoryIndex index.cgi
AddHandler cgi-script .cgi

CharsetDisable on
CharsetDefault koi8-r
CharsetSourceEnc koi8-r
AddDefaultCharset KOI8-R


-----------------------------------------
В результате первая страница выдаётся, всё нормально.
При попытке войти (администратором) и вводе ПРАВИЛЬНОГО логина и пароля 
выдаётся

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to 
complete your request.
....

-------------

Подскажите пожалуйста! что я упустил?!

Есть подозрение, что связано с SSL. Насколько я помню при входе
на bugs.altlinux.ru происходит переход на "https".
Но как это настраивается или проверяется я не знаю...


	P.P.S. Кстати 10 мая появилась "Release of Bugzilla 2.16.10"


-- 
Pavel Vainerman
Eternity Software Team
http://www.etersoft.ru


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [sisyphus] настройка bugzill-ы (2.6.18-alt2)
  2005-05-20 17:48 [sisyphus] настройка bugzill-ы (2.6.18-alt2) Pavel Vainerman
@ 2005-05-20 22:46 ` Pavel Vainerman
  2005-05-23  7:25   ` Epiphanov Sergei
  0 siblings, 1 reply; 8+ messages in thread
From: Pavel Vainerman @ 2005-05-20 22:46 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

	Насчёт подозрений с "https" может и поспешил.
Как я понял не работает всё, что связано с вызовом "simple_query.cgi".
Т.е. не только "Log In", но и например "Query"....

Вот что в логах апача (/var/log/httpd/errors.log):

Deep recursion on subroutine "CGI::Carp::warn" 
at /usr/lib/perl5/diagnostics.pm line 509.
[Tue May 17 23:32:21 2005] [error] [client 212.176.217.70] Premature end of 
script headers: /var/www/html/bugzilla/simple_query.cgi
Use of uninitialized value in substitution (s///) at globals.pl line 1246 (#1)
    (W uninitialized) An undefined value was used as if it were already
    defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
    To suppress this warning assign a defined value to your variables.

    To help you figure out what was undefined, perl tells you what operation
    you used the undefined value in.  Note, however, that perl optimizes your
    program and the operation displayed in the warning may not necessarily
    appear literally in your program.  For example, "that $foo" is
    usually optimized into "that " . $foo, and the warning will refer to
    the concatenation (.) operator, even though there is no . in your
    program.

============
И около 50 строк вида:

[Sat May 21 02:27:34 2005] simple_query.cgi: 
Use of uninitialized value in substitution (s///) at globals.pl line 1246.

-- 
Павел Вайнерман
Eternity Software TEAM
http://www.etersoft.ru


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [sisyphus] настройка bugzill-ы (2.6.18-alt2)
  2005-05-20 22:46 ` Pavel Vainerman
@ 2005-05-23  7:25   ` Epiphanov Sergei
  2005-05-23 19:52     ` Pavel Vainerman
  0 siblings, 1 reply; 8+ messages in thread
From: Epiphanov Sergei @ 2005-05-23  7:25 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 21 Май 2005 02:46 Pavel Vainerman написал:

> ============
> И около 50 строк вида:
>
> [Sat May 21 02:27:34 2005] simple_query.cgi:
> Use of uninitialized value in substitution (s///) at globals.pl line 1246

Ищите файл checksetup.pl, который Вам создасть файл localconfig. В последнем 
файлы будут локальные настройки. И читайте инструкцию.

-- 
С уважением, Епифанов Сергей


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [sisyphus] настройка bugzill-ы (2.6.18-alt2)
  2005-05-23  7:25   ` Epiphanov Sergei
@ 2005-05-23 19:52     ` Pavel Vainerman
  2005-05-24  6:13       ` Epiphanov Sergei
  0 siblings, 1 reply; 8+ messages in thread
From: Pavel Vainerman @ 2005-05-23 19:52 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

> Ищите файл checksetup.pl, который Вам создасть файл localconfig. В
> последнем файлы будут локальные настройки. 
	Так я этого я начал. 
Запускал checksetup.pl и правил localconfig на предмет работы с БД.
Во время запуска checkconfig.pl также вносил логин и пароль администратора....
Собственно проблемма в том, что bugzilla меня не пускает 
при правильном логине (пароле). И именно из-за каких-то настроек.
При неправильном как и должно быть, выдаётся
соответствующее предупреждение...


-- 
Павел Вайнерман
Eternity Software TEAM
http://www.etersoft.ru


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [sisyphus] настройка bugzill-ы (2.6.18-alt2)
  2005-05-23 19:52     ` Pavel Vainerman
@ 2005-05-24  6:13       ` Epiphanov Sergei
  2005-05-24 18:24         ` Pavel Vainerman
  0 siblings, 1 reply; 8+ messages in thread
From: Epiphanov Sergei @ 2005-05-24  6:13 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 23 Май 2005 23:52 Pavel Vainerman написал:
> > Ищите файл checksetup.pl, который Вам создасть файл localconfig. В
> > последнем файлы будут локальные настройки.
>
> 	Так я этого я начал.
> Запускал checksetup.pl и правил localconfig на предмет работы с БД.
> Во время запуска checkconfig.pl также вносил логин и пароль
> администратора.... Собственно проблемма в том, что bugzilla меня не
> пускает
> при правильном логине (пароле). И именно из-за каких-то настроек.
> При неправильном как и должно быть, выдаётся
> соответствующее предупреждение...

А после правки localconfig Вы снова запускали checksetup.pl согласно 
инструкции?

-- 
С уважением, Епифанов Сергей


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [sisyphus] настройка bugzill-ы (2.6.18-alt2)
  2005-05-24  6:13       ` Epiphanov Sergei
@ 2005-05-24 18:24         ` Pavel Vainerman
  2005-05-25 15:14           ` Aleksey Avdeev
  0 siblings, 1 reply; 8+ messages in thread
From: Pavel Vainerman @ 2005-05-24 18:24 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

> А после правки localconfig Вы снова запускали checksetup.pl согласно
> инструкции?
	Да запускал (он как-раз создал таблицы, настроил профиль
администратора, удалил какие-то там каталоги). 

На всякий сейчас запустил ещё разик. 
Результат пока тот же, не пускает с  выдачей
"500 Internal Server Error".

	P.S.  Под инструкцией понимается документация в 
"/usr/share/doc/bugzilla-2.16.8/docs/html/..."  или есть ещё какая-то?


-- 
Павел Вайнерман
Eternity Software TEAM
http://www.etersoft.ru


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [sisyphus] настройка bugzill-ы (2.6.18-alt2)
  2005-05-24 18:24         ` Pavel Vainerman
@ 2005-05-25 15:14           ` Aleksey Avdeev
  2005-05-25 20:02             ` Pavel Vainerman
  0 siblings, 1 reply; 8+ messages in thread
From: Aleksey Avdeev @ 2005-05-25 15:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Pavel Vainerman пишет:
>>А после правки localconfig Вы снова запускали checksetup.pl согласно
>>инструкции?
> 
> 	Да запускал (он как-раз создал таблицы, настроил профиль
> администратора, удалил какие-то там каталоги). 
> 
> На всякий сейчас запустил ещё разик. 
> Результат пока тот же, не пускает с  выдачей
> "500 Internal Server Error".

   Что в логах httpd?

-- 

С уважением. Алексей.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [sisyphus] настройка bugzill-ы (2.6.18-alt2)
  2005-05-25 15:14           ` Aleksey Avdeev
@ 2005-05-25 20:02             ` Pavel Vainerman
  0 siblings, 0 replies; 8+ messages in thread
From: Pavel Vainerman @ 2005-05-25 20:02 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

>    Что в логах httpd?
	Так вроде писал.
/var/log/httpd/errors.log
---------------------------------

Deep recursion on subroutine "CGI::Carp::warn" 
at /usr/lib/perl5/diagnostics.pm line 509.
[Tue May 17 23:32:21 2005] [error] [client 212.176.217.70] Premature end of 
script headers: /var/www/html/bugzilla/simple_query.cgi
Use of uninitialized value in substitution (s///) at globals.pl line 1246 (#1)
    (W uninitialized) An undefined value was used as if it were already
    defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
    To suppress this warning assign a defined value to your variables.

    To help you figure out what was undefined, perl tells you what operation
    you used the undefined value in.  Note, however, that perl optimizes your
    program and the operation displayed in the warning may not necessarily
    appear literally in your program.  For example, "that $foo" is
    usually optimized into "that " . $foo, and the warning will refer to
    the concatenation (.) operator, even though there is no . in your
    program.

============
И около 50 строк вида:

[Sat May 21 02:27:34 2005] simple_query.cgi: 
Use of uninitialized value in substitution (s///) at globals.pl line 1246.

-- 
Павел Вайнерман
Eternity Software TEAM
http://www.etersoft.ru


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-05-25 20:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-20 17:48 [sisyphus] настройка bugzill-ы (2.6.18-alt2) Pavel Vainerman
2005-05-20 22:46 ` Pavel Vainerman
2005-05-23  7:25   ` Epiphanov Sergei
2005-05-23 19:52     ` Pavel Vainerman
2005-05-24  6:13       ` Epiphanov Sergei
2005-05-24 18:24         ` Pavel Vainerman
2005-05-25 15:14           ` Aleksey Avdeev
2005-05-25 20:02             ` Pavel Vainerman

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