migrate server scripts to python 3
[dyn-nsupdate.git] / apache-ns.example.com.conf
1 <VirtualHost *:443>
2     ServerName ns.example.com
3     ServerAlias ipv4.ns.example.com ipv6.ns.example.com
4     DocumentRoot /srv/ns.example.com
5
6     # add your SSL configuration here
7
8     # allow access and CGI
9     <Directory /srv/ns.example.com>
10         Allow from all
11         SetHandler cgi-script
12         Options +ExecCGI
13     </Directory>
14 </VirtualHost>