mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Merge pull request #1694 from webmin/dev/apache-list-hosts-in-table
Fix to display hosts in table in Apache module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
show_list=0
|
||||
show_list=1
|
||||
httpd_dir=/etc/httpd
|
||||
httpd_path=/usr/sbin/httpd
|
||||
mime_types=/etc/mime.types
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
show_list=0
|
||||
show_list=1
|
||||
httpd_dir=/etc/httpd
|
||||
httpd_path=/usr/sbin/httpd
|
||||
mime_types=/etc/mime.types
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
show_list=0
|
||||
show_list=1
|
||||
httpd_dir=/etc/httpd
|
||||
httpd_path=/usr/sbin/httpd
|
||||
mime_types=/etc/mime.types
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
show_list=0
|
||||
show_list=1
|
||||
httpd_dir=/etc/httpd
|
||||
httpd_path=/usr/sbin/httpd
|
||||
mime_types=/etc/mime.types
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
show_list=1
|
||||
httpd_dir=/etc/httpd
|
||||
httpd_path=/usr/sbin/httpd
|
||||
mime_types=/etc/mime.types
|
||||
|
||||
@@ -20,3 +20,4 @@ apachectl_path=/usr/sbin/apache2ctl
|
||||
show_names=0
|
||||
allow_virtualmin=0
|
||||
format_config=1
|
||||
show_list=1
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
show_list=1
|
||||
httpd_dir=/etc/httpd
|
||||
httpd_path=/usr/sbin/httpd
|
||||
mime_types=/etc/mime.types
|
||||
|
||||
Reference in New Issue
Block a user