Index: branches/releng-10/nanobsd/files/usr/local/etc/apache24/httpd.conf
===================================================================
--- branches/releng-10/nanobsd/files/usr/local/etc/apache24/httpd.conf	(revision 13217)
+++ branches/releng-10/nanobsd/files/usr/local/etc/apache24/httpd.conf	(revision 13224)
@@ -254,5 +254,5 @@
 #
 <IfModule dir_module>
-    DirectoryIndex index.html
+    DirectoryIndex index.html index.cgi
 </IfModule>
 
@@ -279,5 +279,5 @@
 # alert, emerg.
 #
-LogLevel warn
+LogLevel debug
 
 <IfModule log_config_module>
@@ -393,4 +393,23 @@
     #
     AddHandler cgi-script .cgi
+
+<Directory "/usr/local/www/wlweb">
+    AllowOverride None
+    Options Indexes FollowSymLinks ExecCGI
+    Require all granted
+</Directory>
+
+<Directory "/usr/local/www/wlportal">
+    AllowOverride None
+    Options Indexes FollowSymLinks ExecCGI
+    Require all granted
+</Directory>
+
+<Directory "/usr/local/www/portal">
+    AllowOverride None
+    Options Indexes FollowSymLinks ExecCGI
+    Require all granted
+</Directory>
+
 
     # For type maps (negotiated resources):
