debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since f6c7dec was
8ed8e96,
checked in by Daniel Kahn Gillmor <dkg@…>, 6 years ago
|
committing NMU 0.6-1.4 (thanks, Thomas!)
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | <IfModule mod_gnutls.c> |
---|
2 | <VirtualHost _default_:443> |
---|
3 | ServerAdmin webmaster@localhost |
---|
4 | DocumentRoot /var/www/html |
---|
5 | <Directory /> |
---|
6 | Options FollowSymLinks |
---|
7 | AllowOverride None |
---|
8 | </Directory> |
---|
9 | <Directory /var/www/html> |
---|
10 | Options Indexes FollowSymLinks MultiViews |
---|
11 | AllowOverride None |
---|
12 | Order allow,deny |
---|
13 | allow from all |
---|
14 | </Directory> |
---|
15 | ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ |
---|
16 | <Directory "/usr/lib/cgi-bin"> |
---|
17 | AllowOverride None |
---|
18 | Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch |
---|
19 | Order allow,deny |
---|
20 | Allow from all |
---|
21 | </Directory> |
---|
22 | ErrorLog ${APACHE_LOG_DIR}/error.log |
---|
23 | # Possible values include: debug, info, notice, warn, error, crit, alert, emerg. |
---|
24 | LogLevel warn |
---|
25 | CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined |
---|
26 | # GnuTLS Switch: Enable/Disable SSL/TLS for this virtual host. |
---|
27 | GnuTLSEnable On |
---|
28 | # A self-signed (snakeoil) certificate can be created by installing the ssl-cert package. See /usr/share/doc/apache2.2-common/README.Debian.gz for more info. |
---|
29 | GnuTLSCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem |
---|
30 | GnuTLSKeyFile /etc/ssl/private/ssl-cert-snakeoil.key |
---|
31 | # See http://www.outoforder.cc/projects/apache/mod_gnutls/docs/#GnuTLSPriorities |
---|
32 | GnuTLSPriorities NORMAL |
---|
33 | </VirtualHost> |
---|
34 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.