--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -28,7 +28,7 @@
 # same ServerRoot for multiple httpd daemons, you will need to change at
 # least PidFile.
 #
-ServerRoot "@@ServerRoot@@"
+ServerRoot "/etc/sdhttpd"
 
 #
 # Mutex: Allows you to set the mutex mechanism and mutex file directory
@@ -63,21 +63,9 @@
 # Example:
 # LoadModule foo_module modules/mod_foo.so
 #
-@@LoadModule@@
 
-<IfModule unixd_module>
-#
-# If you wish httpd to run as a different user or group, you must run
-# httpd as root initially and it will switch.  
-#
-# User/Group: The name (or #number) of the user/group to run httpd as.
-# It is usually good practice to create a dedicated user and group for
-# running httpd, as with most system services.
-#
-User daemon
-Group daemon
-
-</IfModule>
+Include mods-enabled/*.load
+Include mods-enabled/*.conf
 
 # 'Main' server configuration
 #
@@ -96,7 +84,7 @@
 # e-mailed.  This address appears on some server-generated pages, such
 # as error documents.  e.g. admin@your-domain.com
 #
-ServerAdmin you@example.com
+ServerAdmin support@spacedump.se
 
 #
 # ServerName gives the name and port that the server uses to identify itself.
@@ -113,8 +101,10 @@
 # <Directory> blocks below.
 #
 <Directory />
-    AllowOverride none
-    Require all denied
+    Options FollowSymLinks
+    AllowOverride None
+#    AllowOverride none
+#    Require all denied
 </Directory>
 
 #
@@ -129,32 +119,11 @@
 # documents. By default, all requests are taken from this directory, but
 # symbolic links and aliases may be used to point to other locations.
 #
-DocumentRoot "@exp_htdocsdir@"
-<Directory "@exp_htdocsdir@">
-    #
-    # Possible values for the Options directive are "None", "All",
-    # or any combination of:
-    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
-    #
-    # Note that "MultiViews" must be named *explicitly* --- "Options All"
-    # doesn't give it to you.
-    #
-    # The Options directive is both complicated and important.  Please see
-    # http://httpd.apache.org/docs/2.4/mod/core.html#options
-    # for more information.
-    #
-    Options Indexes FollowSymLinks
+DocumentRoot "/usr/web/webs/notconfigured"
 
-    #
-    # AllowOverride controls what directives may be placed in .htaccess files.
-    # It can be "All", "None", or any combination of the keywords:
-    #   AllowOverride FileInfo AuthConfig Limit
-    #
+<Directory "/usr/web/webs">
+    Options FollowSymLinks
     AllowOverride None
-
-    #
-    # Controls who can get stuff from this server.
-    #
     Require all granted
 </Directory>
 
@@ -416,3 +385,5 @@
 SSLRandomSeed connect builtin
 </IfModule>
 
+Include vhosts/*.conf
+
