Index: branches/releng-10/nanobsd/files/usr/local/etc/httpd.conf
===================================================================
--- branches/releng-10/nanobsd/files/usr/local/etc/httpd.conf	(revision 12943)
+++ branches/releng-10/nanobsd/files/usr/local/etc/httpd.conf	(revision 12944)
@@ -233,5 +233,5 @@
     # for more information.
     #
-    Options Indexes FollowSymLinks
+    Options Indexes FollowSymLinks ExecCGI
 
     #
@@ -247,5 +247,8 @@
     Require all granted
 </Directory>
-
+<Directory "/usr/local/www/wlportal">
+Options Indexes FollowSymLinks ExecCGI
+AllowOverride None
+</Directory>
 #
 # DirectoryIndex: sets the file that Apache will serve if a directory
@@ -253,5 +256,5 @@
 #
 <IfModule dir_module>
-    DirectoryIndex index.html
+    DirectoryIndex index.html index.cgi
 </IfModule>
 
