This document describes how to set up and use new features in Confixx Professional 3.3 (01) Httpd options (02) Shared Domains Httpd options ============= Httpd options is an improvement of Httpd specials. Now you can give names to logical pieces of apache configuration, so that you don't no need to specify configuration entries manually. For example, you can set up a "safe_mode" option with values "on" and "off", which refer to parameters "php_admin_flag safe_mode on" and "php_admin_flag safe_mode off", correspondingly. Instead of manually entering the parameter, you can enable or disable the safe_mode by selecting the "on" or "off" box for a domain/user/reseller in "httpd special" menu. Confixx 3.3 goes with the following predefined httpd options * PHP debug - no debug/errors&warnings/all * PHP memory limit - 8MB/16MB/32MB/64MB * PHP open_basedir - none * PHP register_globals - on/off * PHP safe_mode - on/off * PHP upload file size - 2MB/4MB/8MB * WebServer error log - on/off (Warning: If you have more than 300 users, turning error log on or off for all users might make apache unstable) * WebServer mod_rewrite - on/off (Actually, this is a permission to use mod_rewrite in .htaccess) * WebServer mod_rewrite debug - level 0/level 1/level 2/level 3 To define your own httpd options, run admin.pl utility in the "Web Server" menu and turn Httpd Options on. Then go to Administrator interface, menu "Settings"->"Httpd options". You may also want to entrust some options to be used by Resellers/Users. For example, if a user wants to debug a php website, he/she should be able to turn on the "PHP debug" option for a domain. You can grant such privileges to a Reseller/User by modifying his or her list of available services ('Reseller"/"User" -> "Change Reseller" "../User"). Httpd options are also included in the hosting plans (templates). Shared Domains ============== Shared domains are domains that Reseller can sell to several Users. Users can perform the same operations on shared domains: create subdomains, e-mail accounts, mail lists - except using the domain itself to host their web content. To enable the Shared Domains feature, turn it on with admin.pl in the "General" menu.