start writing a documentation
[dyn-nsupdate.git] / apache-ns.example.com.conf
diff --git a/apache-ns.example.com.conf b/apache-ns.example.com.conf
new file mode 100644 (file)
index 0000000..d1ff42b
--- /dev/null
@@ -0,0 +1,14 @@
+<VirtualHost *:443>
+    ServerName ns.example.com
+    ServerAlias ipv4.ns.example.com ipv6.ns.example.com
+    DocumentRoot /srv/ns.example.com
+
+    # add your SSL configuration here
+
+    # allow access and CGI
+    <Directory /srv/ns.example.com>
+        Allow from all
+        SetHandler cgi-script
+        Options +ExecCGI
+    </Directory>
+</VirtualHost>