OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Jun-2007 17:20:45
Branch: HEAD Handle: 2007062216204500
Modified files:
openpkg-src/apache apache.base
Log:
provide MIME types for .crt and .crl files
Summary:
Revision Changes Path
1.22 +2 -0 openpkg-src/apache/apache.base
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.base
============================================================================
$ cvs diff -u -r1.21 -r1.22 apache.base
--- openpkg-src/apache/apache.base 22 Jun 2007 15:14:46 -0000 1.21
+++ openpkg-src/apache/apache.base 22 Jun 2007 15:20:45 -0000 1.22
@@ -275,6 +275,8 @@
<Directory "@l_prefix@/cgi">
SSLOptions +StdEnvVars
</Directory>
+ AddType application/x-x509-ca-cert .crt
+ AddType application/x-pkcs7-crl .crl
</IfModule>
# Include Extension Configurations
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]