Package: apache2
Version: 2.0.54-5

In /etc/apache2/sites-enabled/000-default I defined:

# globale Optionen fuer alle virtuellen Server:
ServerSignature Email
ServerTokens    ProductOnly


NameVirtualHost 62.206.102.82:80
<VirtualHost 62.206.102.82:80>
[snip]
        AddType application/x-x509-ca-cert .der
        AddType application/x-pkcs7-crl    .crl

</VirtualHost>


This works fine as long as I use the URL
http://62.206.102.82/ca.der
because Firefox tells me that this certificate would exists.

But when I use a FQDN that is not defined as a virtual server, Firefox wants to download ca.der. The behaviour should be the same as with the IP address, as 000-default is the valid config for all requests that are not defined as virtual server.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to