Index: /branches/releng-10/nanobsd/files/usr/local/etc/apache24/httpd.conf
===================================================================
--- /branches/releng-10/nanobsd/files/usr/local/etc/apache24/httpd.conf	(revision 13234)
+++ /branches/releng-10/nanobsd/files/usr/local/etc/apache24/httpd.conf	(revision 13267)
@@ -152,5 +152,11 @@
 #LoadModule rewrite_module libexec/apache24/mod_rewrite.so
 LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so
-
+#
+# Load mpm module (Multi-Processing Modules) for using with APU board.
+# Without this module Apache is not starting.
+# 
+LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so 
+#
+#
 # Third party modules
 IncludeOptional etc/apache24/modules.d/[0-9][0-9][0-9]_*.conf
