From 328453863ae555697547f83b62af78e922e5f96b Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 15 Mar 2007 13:29:56 +0000 Subject: [PATCH] added --- .../etc/apache2/vhosts.d/01_ocsp_vhost.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/hosts/winnetou/etc/apache2/vhosts.d/01_ocsp_vhost.conf diff --git a/testing/hosts/winnetou/etc/apache2/vhosts.d/01_ocsp_vhost.conf b/testing/hosts/winnetou/etc/apache2/vhosts.d/01_ocsp_vhost.conf new file mode 100644 index 0000000000..a904a7171c --- /dev/null +++ b/testing/hosts/winnetou/etc/apache2/vhosts.d/01_ocsp_vhost.conf @@ -0,0 +1,13 @@ +# OCSP Server + + + ServerAdmin root@strongswan.org + DocumentRoot /etc/openssl/ocsp + ServerName ocsp.strongswan.org + ServerAlias 192.168.0.150 + + Options +ExecCGI + + ErrorLog /var/log/apache2/ocsp/error_log + CustomLog /var/log/apache2/ocsp/access_log combined +