aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-03-15 13:29:56 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-03-15 13:29:56 +0000
commit328453863ae555697547f83b62af78e922e5f96b (patch)
treea1840369c87b0bbbe37a0788fb1004c7303b2051 /testing/hosts
parent6f1ae5d21cbf7e37e1c8329c488ffdb4051c4959 (diff)
downloadstrongswan-328453863ae555697547f83b62af78e922e5f96b.tar.bz2
strongswan-328453863ae555697547f83b62af78e922e5f96b.tar.xz
added
Diffstat (limited to 'testing/hosts')
-rw-r--r--testing/hosts/winnetou/etc/apache2/vhosts.d/01_ocsp_vhost.conf13
1 files changed, 13 insertions, 0 deletions
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 000000000..a904a7171
--- /dev/null
+++ b/testing/hosts/winnetou/etc/apache2/vhosts.d/01_ocsp_vhost.conf
@@ -0,0 +1,13 @@
+# OCSP Server
+
+<VirtualHost *:8880>
+ ServerAdmin root@strongswan.org
+ DocumentRoot /etc/openssl/ocsp
+ ServerName ocsp.strongswan.org
+ ServerAlias 192.168.0.150
+ <Directory "/etc/openssl/ocsp">
+ Options +ExecCGI
+ </Directory>
+ ErrorLog /var/log/apache2/ocsp/error_log
+ CustomLog /var/log/apache2/ocsp/access_log combined
+</VirtualHost>