@@ -47,14 +47,6 @@ <h2><tmpl_var name="list_head_txt"></h2>
4747 < label for ="nginx_vhost_conf_enabled_dir "> {tmpl_var name='nginx_vhost_conf_enabled_dir_txt'}</ label >
4848 < input name ="nginx_vhost_conf_enabled_dir " id ="nginx_vhost_conf_enabled_dir " value ="{tmpl_var name='nginx_vhost_conf_enabled_dir'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
4949 </ div >
50- < div class ="ctrlHolder ">
51- < label for ="CA_path "> {tmpl_var name='CA_path_txt'}</ label >
52- < input name ="CA_path " id ="CA_path " value ="{tmpl_var name='CA_path'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
53- </ div >
54- < div class ="ctrlHolder ">
55- < label for ="CA_pass "> {tmpl_var name='CA_pass_txt'}</ label >
56- < input name ="CA_pass " id ="CA_pass " value ="{tmpl_var name='CA_pass'} " size ="40 " maxlength ="255 " type ="password " class ="textInput " />
57- </ div >
5850 < div class ="ctrlHolder ">
5951 < p class ="label "> {tmpl_var name='security_level_txt'}</ p >
6052 < div class ="multiField ">
@@ -69,12 +61,49 @@ <h2><tmpl_var name="list_head_txt"></h2>
6961 {tmpl_var name='check_apache_config'}
7062 </ div >
7163 </ div >
72- < div class ="ctrlHolder ">
64+ < div class ="ctrlHolder apache ">
65+ < label for ="user "> {tmpl_var name='web_user_txt'}</ label >
66+ < input name ="user " id ="user " value ="{tmpl_var name='user'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
67+ </ div >
68+ < div class ="ctrlHolder apache ">
69+ < label for ="group "> {tmpl_var name='web_group_txt'}</ label >
70+ < input name ="group " id ="group " value ="{tmpl_var name='group'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
71+ </ div >
72+ < div class ="ctrlHolder nginx ">
73+ < label for ="nginx_user "> {tmpl_var name='nginx_user_txt'}</ label >
74+ < input name ="nginx_user " id ="nginx_user " value ="{tmpl_var name='nginx_user'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
75+ </ div >
76+ < div class ="ctrlHolder nginx ">
77+ < label for ="nginx_group "> {tmpl_var name='nginx_group_txt'}</ label >
78+ < input name ="nginx_group " id ="nginx_group " value ="{tmpl_var name='nginx_group'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
79+ </ div >
80+ < div class ="ctrlHolder nginx ">
81+ < label for ="nginx_cgi_socket "> {tmpl_var name='nginx_cgi_socket_txt'}</ label >
82+ < input name ="nginx_cgi_socket " id ="nginx_cgi_socket " value ="{tmpl_var name='nginx_cgi_socket'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
83+ </ div >
84+ < div class ="ctrlHolder apache ">
85+ < label for ="htaccess_allow_override "> {tmpl_var name='htaccess_allow_override_txt'}</ label >
86+ < input name ="htaccess_allow_override " id ="htaccess_allow_override " value ="{tmpl_var name='htaccess_allow_override'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
87+ </ div >
88+ < div class ="subsectiontoggle "> < span > </ span > {tmpl_var name='ssl_settings_txt'}< em > </ em > </ div >
89+ < div style ="display:none; ">
90+ < div class ="ctrlHolder ">
7391 < p class ="label "> {tmpl_var name='enable_sni_txt'}</ p >
7492 < div class ="multiField ">
7593 {tmpl_var name='enable_sni'}
7694 </ div >
7795 </ div >
96+ < div class ="ctrlHolder ">
97+ < label for ="CA_path "> {tmpl_var name='CA_path_txt'}</ label >
98+ < input name ="CA_path " id ="CA_path " value ="{tmpl_var name='CA_path'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
99+ </ div >
100+ < div class ="ctrlHolder ">
101+ < label for ="CA_pass "> {tmpl_var name='CA_pass_txt'}</ label >
102+ < input name ="CA_pass " id ="CA_pass " value ="{tmpl_var name='CA_pass'} " size ="40 " maxlength ="255 " type ="password " class ="textInput " />
103+ </ div >
104+ </ div >
105+ < div class ="subsectiontoggle "> < span > </ span > {tmpl_var name='permissions_txt'}< em > </ em > </ div >
106+ < div style ="display:none; ">
78107 < div class ="ctrlHolder ">
79108 < p class ="label "> {tmpl_var name='set_folder_permissions_on_update_txt'}</ p >
80109 < div class ="multiField ">
@@ -97,22 +126,9 @@ <h2><tmpl_var name="list_head_txt"></h2>
97126 < label for ="connect_userid_to_webid_start "> {tmpl_var name='connect_userid_to_webid_start_txt'}</ label >
98127 < input name ="connect_userid_to_webid_start " id ="connect_userid_to_webid_start " value ="{tmpl_var name='connect_userid_to_webid_start'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
99128 </ div >
100- < div class ="ctrlHolder apache ">
101- < label for ="user "> {tmpl_var name='web_user_txt'}</ label >
102- < input name ="user " id ="user " value ="{tmpl_var name='user'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
103- </ div >
104- < div class ="ctrlHolder apache ">
105- < label for ="group "> {tmpl_var name='web_group_txt'}</ label >
106- < input name ="group " id ="group " value ="{tmpl_var name='group'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
107- </ div >
108- < div class ="ctrlHolder nginx ">
109- < label for ="nginx_user "> {tmpl_var name='nginx_user_txt'}</ label >
110- < input name ="nginx_user " id ="nginx_user " value ="{tmpl_var name='nginx_user'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
111- </ div >
112- < div class ="ctrlHolder nginx ">
113- < label for ="nginx_group "> {tmpl_var name='nginx_group_txt'}</ label >
114- < input name ="nginx_group " id ="nginx_group " value ="{tmpl_var name='nginx_group'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
115- </ div >
129+ </ div >
130+ < div class ="subsectiontoggle "> < span > </ span > {tmpl_var name='php_settings_txt'}< em > </ em > </ div >
131+ < div style ="display:none; ">
116132 < div class ="ctrlHolder apache ">
117133 < label for ="php_ini_path_apache "> {tmpl_var name='php_ini_path_apache_txt'}</ label >
118134 < input name ="php_ini_path_apache " id ="php_ini_path_apache " value ="{tmpl_var name='php_ini_path_apache'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
@@ -145,14 +161,9 @@ <h2><tmpl_var name="list_head_txt"></h2>
145161 < label for ="php_open_basedir "> {tmpl_var name='php_open_basedir_txt'}</ label >
146162 < input name ="php_open_basedir " id ="php_open_basedir " value ="{tmpl_var name='php_open_basedir'} " size ="40 " type ="text " class ="textInput " />
147163 </ div >
148- < div class ="ctrlHolder nginx ">
149- < label for ="nginx_cgi_socket "> {tmpl_var name='nginx_cgi_socket_txt'}</ label >
150- < input name ="nginx_cgi_socket " id ="nginx_cgi_socket " value ="{tmpl_var name='nginx_cgi_socket'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
151- </ div >
152- < div class ="ctrlHolder apache ">
153- < label for ="htaccess_allow_override "> {tmpl_var name='htaccess_allow_override_txt'}</ label >
154- < input name ="htaccess_allow_override " id ="htaccess_allow_override " value ="{tmpl_var name='htaccess_allow_override'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
155164 </ div >
165+ < div class ="subsectiontoggle "> < span > </ span > {tmpl_var name='apps_vhost_settings_txt'}< em > </ em > </ div >
166+ < div style ="display:none; ">
156167 < div class ="ctrlHolder ">
157168 < label for ="apps_vhost_port "> {tmpl_var name='apps_vhost_port_txt'}</ label >
158169 < input name ="apps_vhost_port " id ="apps_vhost_port " value ="{tmpl_var name='apps_vhost_port'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
@@ -165,6 +176,9 @@ <h2><tmpl_var name="list_head_txt"></h2>
165176 < label for ="apps_vhost_servername "> {tmpl_var name='apps_vhost_servername_txt'}</ label >
166177 < input name ="apps_vhost_servername " id ="apps_vhost_servername " value ="{tmpl_var name='apps_vhost_servername'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
167178 </ div >
179+ </ div >
180+ < div class ="subsectiontoggle "> < span > </ span > {tmpl_var name='awstats_settings_txt'}< em > </ em > </ div >
181+ < div style ="display:none; ">
168182 < div class ="ctrlHolder ">
169183 < label for ="awstats_conf_dir "> {tmpl_var name='awstats_conf_dir_txt'}</ label >
170184 < input name ="awstats_conf_dir " id ="awstats_conf_dir " value ="{tmpl_var name='awstats_conf_dir'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
@@ -181,6 +195,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
181195 < label for ="awstats_buildstaticpages_pl "> {tmpl_var name='awstats_buildstaticpages_pl_txt'}</ label >
182196 < input name ="awstats_buildstaticpages_pl " id ="awstats_buildstaticpages_pl " value ="{tmpl_var name='awstats_buildstaticpages_pl'} " size ="40 " maxlength ="255 " type ="text " class ="textInput " />
183197 </ div >
198+ </ div >
184199 </ fieldset >
185200
186201 < input type ="hidden " name ="id " value ="{tmpl_var name='id'} ">
0 commit comments