Hello,

i have installed Apache 2.2.16 on my FreeBSD Server with SSL. I has the
follow configuration:


Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl    .crl
SSLPassPhraseDialog  builtin
SSLSessionCache        "shmcb:/var/run/ssl_scache(512000)"
SSLSessionCacheTimeout  300
SSLMutex  "file:/var/run/ssl_mutex"
<VirtualHost 88.198.38.240:443>
 DocumentRoot "/usr/local/www/post/"
 ServerName post.silvio-siefke.de:443
 ErrorLog "/var/log/apache/httpd-error-ssl.log"
 TransferLog "/var/log/apache/httpd-access-ssl.log"
 DirectoryIndex index.html index.php
        SSLEngine on
        SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
        SSLCertificateFile "/usr/local/www/etc/ssl/post_silvio-siefke_de.crt"
        SSLCertificateKeyFile "/usr/local/www/etc/ssl/silvio-siefke_de.key"
        <FilesMatch "\.(cgi|shtml|phtml|php)$">
        SSLOptions +StdEnvVars
        </FilesMatch>
        BrowserMatch ".*MSIE.*" \
        nokeepalive ssl-unclean-shutdown \
        downgrade-1.0 force-response-1.0
        CustomLog "/var/log/apache/httpd-ssl_request.log" \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>


When i go on the webite i has a 403 Forbidden. In the logs ui find the
message:

[Mon Sep 20 13:11:49 2010] [error] [client] client denied by server
configuration: /usr/local/www/post/
[Mon Sep 20 13:11:49 2010] [error] [client] client denied by server
configuration: /usr/local/www/post/favicon.ico


Has someone a idea what is wrong? Thanks for support.


Regards
Silvio

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to