# Don't edit this file # Bitte diese Datei nicht ändern # Kérem ne változtassa meg ezt a fájlt ServerAdmin admin DocumentRoot /srv/www/htdocs ServerName admin Alias /doc/ "/usr/share/doc/packages/" Options -Indexes -FollowSymlinks MultiViews AddType application/x-x509-ca-cert .der Options None AllowOverride None Order allow,deny Allow from all ServerAdmin postmaster DocumentRoot /srv/www/admin ServerName admin ErrorLog /var/log/apache2/admin-error_log TransferLog /var/log/apache2/admin-access_log Options None AllowOverride None Order allow,deny Allow from all Alias /images/ "/srv/www/admin/images/" ScriptAlias /imap-bin/ "/srv/www/admin/imap-bin/" ScriptAlias /start/ "/srv/www/admin/start/" Perlrequire /srv/www/admin/start/slemsstart.perl PerlModule ModPerl::Registry PerlAccessHandler RefSecMod #PerlFreshRestart On ScriptAlias /admin-cgi/ "/srv/www/admin/imap-bin/" AllowOverride None Options None Order allow,deny Allow from all SetHandler perl-script PerlHandler ModPerl::Registry Options ExecCGI PerlSendHeader On #PerlSetVar StatINCDebug On SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /etc/ssl/servercerts/servercert.pem SSLCertificateKeyFile /etc/ssl/servercerts/serverkey.pem SSLCACertificateFile /etc/ssl/certs/YaST-CA.pem #SSLCARevocationFile /etc/ssl/crl/crl.pem SSLVerifyClient none SSLVerifyDepth 5 SSLOptions +StdEnvVars SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 CustomLog /var/log/apache2/admin-ssl_request_log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"