mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Gentoo changes
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
show_list=0
|
||||
httpd_dir=/etc/apache
|
||||
httpd_path=/usr/sbin/apache
|
||||
apachectl_path=/usr/sbin/apachectl
|
||||
start_cmd=/etc/init.d/apache start
|
||||
stop_cmd=/etc/init.d/apache stop
|
||||
httpd_conf=/etc/apache/conf/apache.conf
|
||||
mime_types=/etc/apache/conf/mime.types
|
||||
httpd_dir=/etc/apache2
|
||||
httpd_path=/usr/sbin/apache2
|
||||
apachectl_path=/usr/sbin/apache2ctl
|
||||
start_cmd=/etc/init.d/apache2 start
|
||||
stop_cmd=/etc/init.d/apache2 stop
|
||||
httpd_conf=/etc/apache2/httpd.conf
|
||||
mime_types=/etc/apache2/mime.types
|
||||
show_order=0
|
||||
max_servers=100
|
||||
test_config=1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
at_style=linux
|
||||
at_dir=/var/cron/atjobs
|
||||
allow_file=/etc/at.allow
|
||||
deny_file=/etc/at.deny
|
||||
at_dir=/var/spool/at/atjobs
|
||||
allow_file=/etc/at/at.allow
|
||||
deny_file=/etc/at/at.deny
|
||||
|
||||
@@ -16,5 +16,5 @@ date_subs=0
|
||||
passwd_mode=0
|
||||
mysql_data=/var/lib/mysql
|
||||
max_dbs=50
|
||||
my_cnf=/etc/my.cnf
|
||||
my_cnf=/etc/mysql/my.cnf
|
||||
max_text=1000
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
webalizer=webalizer
|
||||
webalizer_conf=/etc/apache/conf/webalizer.conf
|
||||
webalizer_conf=/etc/webalizer.conf
|
||||
auto=apache,squid,proftpd,wuftpd
|
||||
naked=0
|
||||
|
||||
Reference in New Issue
Block a user