diff --git a/build/linux/httpd.conf b/build/linux/httpd.conf
index 99d797fa9b..cc3251bc01 100644
--- a/build/linux/httpd.conf
+++ b/build/linux/httpd.conf
@@ -60,16 +60,16 @@ AddType application/x-httpd-php .php .php3 .php4
# directory settings.
DirectoryIndex index.html index.htm index.php
- AllowOverride none
- Require all denied
+ AllowOverride none
+ Require all denied
- Options Indexes FollowSymLinks
- AllowOverride All
- Require all granted
+ Options Indexes FollowSymLinks
+ AllowOverride All
+ Require all granted
- Require all denied
+ Require all denied
# logs
@@ -80,11 +80,15 @@ CustomLog "logs/access_log" combined
# If you want visit zentao like http://localhost/, uncomment these lines.
#
-# ServerAdmin zentao@local.net
-# DocumentRoot "/opt/lampp/zentao/www"
-# ServerName localhost
-# ErrorLog "logs/error_log"
-# CustomLog "logs/access_log" combind
+# ServerAdmin zentao@local.net
+# DocumentRoot "/opt/lampp/zentao/www"
+# ServerName localhost
+#
+# AllowOverride none
+# Require all granted
+#
+# ErrorLog "logs/error_log"
+# CustomLog "logs/access_log" combind
#
# setting for zentao.