summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2007-11-11 14:41:24 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2007-11-11 14:41:24 +0000
commita3353b712f9322c61f3b99868afb600a7b65b1be (patch)
treee1ab78792daaa5eecc0bc827611861fcacab45f9 /README
parentac571d982242ea10b2d72c9282d14b9cd2dbcf27 (diff)
README: zeichensatz confured
git-svn-id: svn://svn.cccv.de/engel-system@248 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 18 insertions, 15 deletions
diff --git a/README b/README
index 7b9b57c8..23c718c9 100644
--- a/README
+++ b/README
@@ -109,21 +109,24 @@ NameVirtualHost *:80
/etc/apache2/sites-available/https:
<VirtualHost *:443>
-# SSL (START)
-SSLEngine on
-SSLCertificateFile /etc/apache2/ssl/apache.pem
-SSLCertificateKeyFile /etc/apache2/apache.pem
-# SSL (ENDE)
-ServerAdmin ichdasich@jabber.ccc.de
-#kann auch einfach eine IP sein
-ServerName localhost
-DocumentRoot /var/www/https
-<Directory /var/www/https>
-Order Deny,Allow
-Allow from all
-# Zeige keine Verzeichnisse an
-Options -Indexes
-</Directory>
+ # SSL (START)
+ SSLEngine on
+ SSLCertificateFile /etc/apache2/ssl/apache.pem
+ SSLCertificateKeyFile /etc/apache2/apache.pem
+
+ # SSL (ENDE)
+ ServerAdmin ichdasich@jabber.ccc.de
+
+ #kann auch einfach eine IP sein
+ ServerName localhost
+ DocumentRoot /var/www/https
+ <Directory /var/www/https>
+ Order Deny,Allow
+ Allow from all
+ # Zeige keine Verzeichnisse an
+ Options -Indexes
+ AddDefaultCharset ISO-8859-1
+ </Directory>
</VirtualHost>
/etc/apache2/ports.conf: