README: zeichensatz confured
git-svn-id: svn://svn.cccv.de/engel-system@248 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
ac571d9822
commit
a3353b712f
33
README
33
README
|
@ -109,21 +109,24 @@ NameVirtualHost *:80
|
||||||
/etc/apache2/sites-available/https:
|
/etc/apache2/sites-available/https:
|
||||||
|
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
# SSL (START)
|
# SSL (START)
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile /etc/apache2/ssl/apache.pem
|
SSLCertificateFile /etc/apache2/ssl/apache.pem
|
||||||
SSLCertificateKeyFile /etc/apache2/apache.pem
|
SSLCertificateKeyFile /etc/apache2/apache.pem
|
||||||
# SSL (ENDE)
|
|
||||||
ServerAdmin ichdasich@jabber.ccc.de
|
# SSL (ENDE)
|
||||||
#kann auch einfach eine IP sein
|
ServerAdmin ichdasich@jabber.ccc.de
|
||||||
ServerName localhost
|
|
||||||
DocumentRoot /var/www/https
|
#kann auch einfach eine IP sein
|
||||||
<Directory /var/www/https>
|
ServerName localhost
|
||||||
Order Deny,Allow
|
DocumentRoot /var/www/https
|
||||||
Allow from all
|
<Directory /var/www/https>
|
||||||
# Zeige keine Verzeichnisse an
|
Order Deny,Allow
|
||||||
Options -Indexes
|
Allow from all
|
||||||
</Directory>
|
# Zeige keine Verzeichnisse an
|
||||||
|
Options -Indexes
|
||||||
|
AddDefaultCharset ISO-8859-1
|
||||||
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
/etc/apache2/ports.conf:
|
/etc/apache2/ports.conf:
|
||||||
|
|
Loading…
Reference in New Issue