ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Lenya Khachaturov <lenya@chemsell.yaroslavl.ru>
To: Kataev Andrey <mandrake-russian@linuxteam.iplabs.ru>
Subject: [mdk-re] Re: [mdk-re] Re: [mdk-re] про Apache/1.3.17 mod ssl/2.8.0
Date: Tue Feb 27 23:22:11 2001
Message-ID: <13024807441.20010227232149@chemsell.yaroslavl.ru> (raw)
In-Reply-To: <20010227203434.A979@acma.rh>

Hello Kataev,

Wednesday, February 28, 2001, 4:34:34 AM, you wrote:

KA> Viacheslav Kaloshin [multik@asplinux.ru] wrote:
>> > Кто нибудь юзает эту связку?
>> > Есть вопросы как по сабжу точно, так и общие...
>> > АУ!!!!
>> Только что сегодня выложил обновленную доку, описывающую
>> apache_1.3.14rusPL30.0+mod_ssl-2.7.1
>> но думаю, особой разницы нет ... в чем вопрос-то ?
>> -- 
>> With best wishes,
>> Viacheslav Kaloshin
>> multik@asplinux.ru tel. +7 095 722-4529
>> http://linuxnews.ru
>> 
>> _______________________________________________
>> Mandrake-russian mailing list
>> Mandrake-russian@linuxteam.iplabs.ru
>> http://linuxteam.iplabs.ru/mailman/listinfo/mandrake-russian
KA> Вопросов несколько.
KA> При запуске апача с ссл спрашивает пароль - как сделать чтоб не спрашивал
Читайте доки openssl. Есть команда для вырезания пароля из
сертификата, навскидку не вспомню. Вообще говоря делать это не
рекомендуется, т.к. пароль защищает private key, и его вырезание
чревато. Без этого можно обойтись: у Апача есть директива:
SSLPassPhraseDialog exec:/path/to/script/get_pass

где get_pass - перл-скрипт, передающий пароль:

#!/usr/bin/perl

# check which virutal's passphrase is required and send it to STDOUT

if ($ARGV[0] =~ /^ssl\.host1\.co\.uk/) {
        print "hubble bubble toil and trouble";
}
elsif ($ARGV[0] =~ /^ssl\.host2\.com/) {
        print "a c&y%t*c passh phrase";
}
elsif ($ARGV[0] =~ /^ssl\.host3\.to/) {
        print "passphrase number three";
}

KA> как получить сертификат чтоб всякие браузеры не говорили что он левый
Если в браузере нет сертификата того Root CA, который выдал сертификат
серверу, то ругань будет. Т.е. можно создать собственный CA, запихать
его сертификат в браузер, и больше ругани не будет. Если решите
попробовать, можете написать мне лично, помогу с доками/советами.

KA> а про апач - метод пост
KA> как запостиь картинку, чтоб он не приляпывал content-type?
KA> раньше этого не было началось только с 14 версии...




-- 
Best regards,
 Lenya                            mailto:lenyak@mail.ru





  reply	other threads:[~2001-02-27 23:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-27 18:21 [mdk-re] про Apache/1.3.17 mod_ssl/2.8.0 Kataev Andrey
2001-02-27 18:46 ` [mdk-re] про Apache/1.3.17 mod ssl/2.8.0 Viacheslav Kaloshin
2001-02-27 20:34   ` [mdk-re] " Kataev Andrey
2001-02-27 23:22     ` Lenya Khachaturov [this message]
2001-02-28  8:49     ` [mdk-re] Re: [mdk-re] ÐÒÏ Apache/1.3.17 mod ssl/2.8. 0 Sergei
2001-02-28 10:22       ` [mdk-re] Re: [mdk-re] UUU " Kataev Andrey
2001-02-28 15:21         ` A.A.Valishev
2001-02-28 16:04           ` Kataev Andrey
2001-03-01  7:11             ` A.A.Valishev
2001-03-01 10:22               ` Kataev Andrey
2001-03-01 12:26         ` [mdk-re] " Mikhail Zabaluev
2001-03-01 12:56           ` Kataev Andrey
2001-03-01 13:11             ` Alexander Bokovoy
2001-03-01 14:05               ` Kataev Andrey
2001-03-01 12:26     ` [mdk-re] Re: про Apache/1.3.17 mod ssl/2.8.0 Mikhail Zabaluev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13024807441.20010227232149@chemsell.yaroslavl.ru \
    --to=lenya@chemsell.yaroslavl.ru \
    --cc=mandrake-russian@linuxteam.iplabs.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git