X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/blobdiff_plain/9600b17be11c899d4c5d0be19eb96b3d67f1da39..41c21cf865670780f1ce529862b077aec6b20724:/apache-ns.example.com.conf diff --git a/apache-ns.example.com.conf b/apache-ns.example.com.conf new file mode 100644 index 0000000..d1ff42b --- /dev/null +++ b/apache-ns.example.com.conf @@ -0,0 +1,14 @@ + + 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 + + Allow from all + SetHandler cgi-script + Options +ExecCGI + +