ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Дмитрий Дегтярев" <ddv@bgc.perm.ru>
To: ALT Linux sysadmins' discussion <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] Настройка SSL в apache2
Date: Wed, 01 Dec 2010 15:20:48 +0500
Message-ID: <4CF62180.8010406@bgc.perm.ru> (raw)
In-Reply-To: <4CECCF36.2030001@mail.ru>

  24.11.2010 13:39, Yury L.Olkov пишет:
> бята, кто может, напишите план дейст
то что для <VirtualHost *:80> переписать примерно так:
<IfModule mod_ssl.c>
<VirtualHost *:443>
         ServerName                              mydomain.ru
         ServerAlias                             www.mydomain.ru
         ServerAdmin                             user@mydomain.ru
         DocumentRoot                            
/var/www/vhosts/mydomain.ru/webspace
         ErrorLog                                
/var/log/httpd2/mydomain.ru-error.log
         TransferLog                             
/var/log/httpd2/mydomain.ru-access.log
         CustomLog                               
/var/log/httpd2/mydomain.ru-access.log combined

         SSLEngine On
         SSLProtocol -all +TLSv1 +SSLv3
         SSLCipherSuite HIGH:MEDIUM:!aNULL:+SHA1:+MD5:+HIGH:+MEDIUM

         SSLCertificateFile                      
/etc/httpd2/conf/ssl/mydomain.ru.crt
         SSLCertificateKeyFile                   
/etc/httpd2/conf/ssl/mydomain.ru.key
         SSLCertificateChainFile                 /etc/httpd2/conf/ssl/ca.crt

         SSLCACertificatePath                    /etc/httpd2/conf/ssl/
         SSLCACertificateFile                    /etc/httpd2/conf/ssl/ca.crt

<Location />
                 SSLRequireSSL

                 SSLVerifyClient none
                 SSLVerifyDepth 1

                 SSLOptions +StdEnvVars +StrictRequire +OptRenegotiate
</Location>
</VirtualHost>
</IfModule>


      parent reply	other threads:[~2010-12-01 10:20 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-24  8:39 Yury L.Olkov
2010-11-24  8:43 ` Dmitriy Kruglikov
2010-11-24  9:03   ` Anton Gorlov
2010-11-24  9:07     ` Dmitriy Kruglikov
2010-11-24  9:29       ` Anton Gorlov
2010-11-24  9:34         ` Andrey Konnov
2010-11-24  9:48           ` Dmitriy Kruglikov
2010-11-24  9:56             ` Alexei Takaseev
2010-11-24 10:06               ` Dmitriy Kruglikov
2010-11-24 10:15                 ` Sergey Vlasov
2010-11-24 10:22                   ` Dmitriy Kruglikov
2010-11-25  5:10                   ` Alexei Takaseev
2010-11-25  5:03                 ` Alexei Takaseev
2010-11-25  7:10                   ` Dmitriy Kruglikov
2010-11-24 10:11               ` Andrey Konnov
2010-11-24 10:14                 ` Dmitriy Kruglikov
2010-11-24 12:06                   ` Anton Kvashin
2010-11-24 12:07               ` Anton Gorlov
2010-11-24 12:13                 ` Anton Kvashin
2010-11-24 12:16                   ` Dmitriy Kruglikov
2010-11-24 12:22                     ` Anton Kvashin
2010-11-24 12:27                       ` Dmitriy Kruglikov
2010-11-24 12:14                 ` Dmitriy Kruglikov
2010-12-01  9:29   ` Yury L.Olkov
2010-12-01 10:20 ` Дмитрий Дегтярев [this message]

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=4CF62180.8010406@bgc.perm.ru \
    --to=ddv@bgc.perm.ru \
    --cc=sysadmins@lists.altlinux.org \
    /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 sysadmins discussion

This inbox may be cloned and mirrored by anyone:

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

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


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