mirror of
https://github.com/webmin/webmin.git
synced 2025-08-01 07:22:48 +00:00
Add config files for Rocky Linux, another RHEL fork
This commit is contained in:
18
apache/config-Rocky-Linux-7.0-ALL
Normal file
18
apache/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,18 @@
|
||||
show_list=0
|
||||
httpd_dir=/etc/httpd
|
||||
httpd_path=/usr/sbin/httpd
|
||||
mime_types=/etc/mime.types
|
||||
start_cmd=systemctl start httpd.service
|
||||
apply_cmd=systemctl reload httpd.service
|
||||
stop_cmd=systemctl stop httpd.service
|
||||
show_order=0
|
||||
max_servers=100
|
||||
test_config=1
|
||||
test_manual=0
|
||||
apachectl_path=/usr/sbin/apachectl
|
||||
test_always=0
|
||||
test_apachectl=1
|
||||
auto_mods=1
|
||||
show_names=0
|
||||
allow_virtualmin=0
|
||||
pid_file=/run/httpd/httpd.pid
|
56
bind8/config-Rocky-Linux-6.0-ALL
Normal file
56
bind8/config-Rocky-Linux-6.0-ALL
Normal file
@ -0,0 +1,56 @@
|
||||
soa_style=0
|
||||
named_path=/usr/sbin/named
|
||||
named_conf=/etc/named.conf
|
||||
show_list=0
|
||||
records_order=0
|
||||
start_cmd=service named start
|
||||
stop_cmd=service named stop
|
||||
max_zones=50
|
||||
rev_def=0
|
||||
support_aaaa=1
|
||||
allow_comments=0
|
||||
allow_wild=1
|
||||
allow_long=0
|
||||
master_ttl=1
|
||||
pid_file=/var/run/named.pid /run/named.pid
|
||||
whois_cmd=whois
|
||||
short_names=0
|
||||
updserial_def=0
|
||||
updserial_on=1
|
||||
updserial_man=1
|
||||
ndc_cmd=ndc
|
||||
forwardzonefilename_format=ZONE.hosts
|
||||
reversezonefilename_format=ZONE.rev
|
||||
rev_must=0
|
||||
ipv6_mode=1
|
||||
allow_underscore=1
|
||||
by_view=0
|
||||
confirm_zone=1
|
||||
confirm_rec=0
|
||||
no_chroot=0
|
||||
relative_paths=0
|
||||
rndc_cmd=rndc
|
||||
master_dir=/var/named
|
||||
slave_dir=/var/named/slaves
|
||||
no_pid_chroot=0
|
||||
soa_start=0
|
||||
rndc_conf=/etc/rndc.conf
|
||||
rndcconf_cmd=rndc-confgen
|
||||
largezones=0
|
||||
checkzone=named-checkzone
|
||||
keygen=dnssec-keygen
|
||||
signzone=dnssec-signzone
|
||||
checkconf=named-checkconf
|
||||
other_slaves=1
|
||||
restart_cmd=restart
|
||||
keygen=dnssec-keygen
|
||||
tmpl_dnssec=0
|
||||
dnssec_period=21
|
||||
tmpl_dnssec_dt=1
|
||||
dnssectools_conf=/etc/dnssec-tools/dnssec-tools.conf
|
||||
dnssectools_rollrec=/var/named/system.rollrec
|
||||
dnssectools_keydir=/var/named/dtkeys
|
||||
dnssectools_rollmgr_pidfile=/var/run/rollmgr.pid
|
||||
force_random=0
|
||||
spf_record=0
|
||||
dnssec_info=1
|
16
dhcpd/config-Rocky-Linux-7.0-ALL
Normal file
16
dhcpd/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,16 @@
|
||||
start_cmd=systemctl start dhcpd
|
||||
stop_cmd=systemctl stop dhcpd
|
||||
restart_cmd=service dhcpd restart
|
||||
dhcpd_conf=/etc/dhcp/dhcpd.conf
|
||||
dhcpd_path=/usr/sbin/dhcpd
|
||||
lease_file=/var/lib/dhcpd/dhcpd.leases
|
||||
lease_sort=0
|
||||
dhcpd_nocols=5
|
||||
lease_tz=0
|
||||
interfaces_type=redhat
|
||||
show_ip=0
|
||||
show_mac=0
|
||||
group_name=0
|
||||
display_max=100
|
||||
desc_name=0
|
||||
lease_vendor=0
|
3
exports/config-Rocky-Linux-7.0-ALL
Normal file
3
exports/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,3 @@
|
||||
restart_command=service nfs restart
|
||||
exports_file=/etc/exports
|
||||
apply_cmd=exportfs -r
|
8
ipsec/config-Rocky-Linux-7.0-ALL
Normal file
8
ipsec/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,8 @@
|
||||
file=/etc/ipsec.conf
|
||||
secrets=/etc/ipsec.secrets
|
||||
ipsec=/usr/local/sbin/ipsec
|
||||
policies_dir=/etc/ipsec.d/policies
|
||||
start_cmd=systemctl start ipsec
|
||||
stop_cmd=systemctl stop ipsec
|
||||
restart_cmd=systemctl restart ipsec
|
||||
logfile=/var/log/messages
|
8
iscsi-tgtd/config-Rocky-Linux-7.0-ALL
Normal file
8
iscsi-tgtd/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,8 @@
|
||||
config_file=/etc/tgt/tgtd.conf
|
||||
tgtd=tgtd
|
||||
tgtadm=tgtadm
|
||||
init_name=tgtd
|
||||
tgtadmin=tgt-admin
|
||||
start_cmd=systemctl start tgtd
|
||||
stop_cmd=systemctl stop tgtd
|
||||
restart_cmd=systemctl restart tgtd
|
3
ldap-client/config-Rocky-Linux-6.0-ALL
Normal file
3
ldap-client/config-Rocky-Linux-6.0-ALL
Normal file
@ -0,0 +1,3 @@
|
||||
auth_ldap=/etc/nslcd.conf
|
||||
secret=/etc/ldap.secret
|
||||
init_name=nslcd
|
11
ldap-server/config-Rocky-Linux-7.0-ALL
Normal file
11
ldap-server/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,11 @@
|
||||
config_file=/etc/openldap/slapd.d
|
||||
schema_dir=/etc/openldap/schema
|
||||
slapd=slapd
|
||||
ldap_user=ldap
|
||||
browse_max=100
|
||||
start_cmd=systemctl start slapd
|
||||
stop_cmd=systemctl stop slapd
|
||||
apply_cmd=systemctl restart slapd
|
||||
init_name=ldap
|
||||
data_dir=/var/lib/ldap
|
||||
attr_count=6
|
17
lpadmin/config-Rocky-Linux-7.0-ALL
Normal file
17
lpadmin/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,17 @@
|
||||
iface_perms=755
|
||||
gs_lib=
|
||||
iface_arg=
|
||||
gs_path=gs
|
||||
spool_dir=/var/spool/cups
|
||||
model_path=/usr/share/cups/model /etc/cups/ppd
|
||||
gs_fontpath=
|
||||
smbclient_path=smbclient
|
||||
print_style=cups
|
||||
show_status=0
|
||||
iface_owner=lp:lp
|
||||
sort_mode=0
|
||||
driver_style=cups
|
||||
stop_cmd=systemctl stop cups
|
||||
start_cmd=systemctl start cups
|
||||
display_mode=0
|
||||
show_jobs=0
|
22
mysql/config-Rocky-Linux-7.0-ALL
Normal file
22
mysql/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,22 @@
|
||||
start_cmd=service mariadb start
|
||||
stop_cmd=service mariadb stop
|
||||
mysql=/usr/bin/mysql
|
||||
mysqldump=/usr/bin/mysqldump
|
||||
mysqlimport=/usr/bin/mysqlimport
|
||||
mysql_libs=
|
||||
mysqladmin=/usr/bin/mysqladmin
|
||||
mysqlshow=/usr/bin/mysqlshow
|
||||
perpage=25
|
||||
style=0
|
||||
add_mode=1
|
||||
nodbi=0
|
||||
access=*: *
|
||||
blob_mode=0
|
||||
date_subs=0
|
||||
passwd_mode=0
|
||||
mysql_data=/var/lib/mysql
|
||||
max_dbs=50
|
||||
my_cnf=/etc/my.cnf
|
||||
max_text=1000
|
||||
nopwd=0
|
||||
webmin_subs=0
|
25
postgresql/config-Rocky-Linux-7.0-ALL
Normal file
25
postgresql/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,25 @@
|
||||
login=postgres
|
||||
psql=/usr/bin/psql
|
||||
basedb=template1
|
||||
start_cmd=systemctl start postgresql
|
||||
stop_cmd=systemctl stop postgresql
|
||||
pid_file=/var/run/postmaster*.pid
|
||||
perpage=25
|
||||
hba_conf=/var/lib/pgsql/data/pg_hba.conf
|
||||
nodbi=0
|
||||
user=postgres
|
||||
setup_cmd=postgresql-setup initdb
|
||||
dump_cmd=/usr/bin/pg_dump
|
||||
rstr_cmd=/usr/bin/pg_restore
|
||||
repository=/home/db_repository
|
||||
sameunix=1
|
||||
access=*: *
|
||||
blob_mode=0
|
||||
add_mode=1
|
||||
date_subs=0
|
||||
style=0
|
||||
max_dbs=50
|
||||
simple_sched=0
|
||||
access_own=0
|
||||
max_text=1000
|
||||
webmin_subs=0
|
10
proftpd/config-Rocky-Linux-7.0-ALL
Normal file
10
proftpd/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,10 @@
|
||||
proftpd_path=/usr/sbin/proftpd
|
||||
proftpd_conf=/etc/proftpd.conf
|
||||
ftpusers=/etc/ftpusers
|
||||
test_config=1
|
||||
test_always=0
|
||||
test_manual=0
|
||||
stop_cmd=systemctl stop proftpd
|
||||
start_cmd=systemctl start proftpd
|
||||
defines_file=/etc/sysconfig/proftpd
|
||||
defines_name=PROFTPD_OPTIONS
|
17
samba/config-Rocky-Linux-7.0-ALL
Normal file
17
samba/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,17 @@
|
||||
list_printers_command=lpc status | grep "[A-z0-9]:" | sed -e 's/://g'
|
||||
smb_passwd=/etc/samba/smbpasswd
|
||||
dont_convert=-499
|
||||
samba_password_program=/usr/bin/smbpasswd
|
||||
samba_status_program=/usr/bin/smbstatus
|
||||
samba_server=/usr/sbin/smbd
|
||||
name_server=/usr/sbin/nmbd
|
||||
smb_conf=/etc/samba/smb.conf
|
||||
text_lists=0
|
||||
run_from_inetd=0
|
||||
swat_path=/usr/sbin/swat
|
||||
sort_mode=0
|
||||
start_cmd=systemctl start smb && systemctl start nmb
|
||||
stop_cmd=systemctl stop smb && systemctl stop nmb
|
||||
smbgroupedit=/usr/bin/smbgroupedit
|
||||
pdbedit=/usr/bin/pdbedit
|
||||
net=/usr/bin/net
|
33
sendmail/config-Rocky-Linux-7.0-ALL
Normal file
33
sendmail/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,33 @@
|
||||
sendmail_cf=/etc/mail/sendmail.cf
|
||||
sendmail_mc=/etc/mail/sendmail.mc
|
||||
sendmail_features=/usr/share/sendmail-cf
|
||||
sendmail_pid=/var/run/sendmail.pid /var/run/sm-client.pid /run/sendmail.pid
|
||||
makemap_path=makemap
|
||||
sendmail_command=service sendmail start
|
||||
sendmail_stop_command=service sendmail stop
|
||||
sendmail_path=/usr/sbin/sendmail
|
||||
mail_dir=/var/spool/mail
|
||||
perpage=20
|
||||
sort_mode=0
|
||||
wrap_width=80
|
||||
order_mail=0
|
||||
smrsh_dir=/etc/smrsh
|
||||
track_read=0
|
||||
show_to=0
|
||||
max_records=200
|
||||
top_buttons=1
|
||||
mail_file=mbox
|
||||
mail_style=0
|
||||
mailq_show=Date,From,To,Size,Status
|
||||
index_min=1000000
|
||||
fwd_mode=0
|
||||
mailq_sort=0
|
||||
mailq_count=0
|
||||
delete_warn=1
|
||||
mailq_sort=0
|
||||
columns=2
|
||||
show_cmts=0
|
||||
prefix_cmts=0
|
||||
|
||||
mail_type=0
|
||||
delete_confirm=1
|
20
squid/config-Rocky-Linux-7.0-ALL
Normal file
20
squid/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,20 @@
|
||||
log_dir=/var/log/squid
|
||||
squid_path=squid
|
||||
cache_dir=/var/spool/squid
|
||||
squid_conf=/etc/squid/squid.conf
|
||||
pid_file=/run/squid.pid
|
||||
cachemgr_path=/usr/*/squid/cachemgr.cgi
|
||||
squid_start=service squid start
|
||||
squid_stop=service squid stop
|
||||
calamaris=calamaris
|
||||
cal_max=50000
|
||||
cal_args=-aw
|
||||
crypt_conf=0
|
||||
sort_conf=0
|
||||
sync_create=0
|
||||
sync_delete=0
|
||||
sync_modify=1
|
||||
cal_fmt=w
|
||||
cal_all=1
|
||||
restart_pos=0
|
||||
squidclient=squidclient
|
7
syslog-ng/config-Rocky-Linux-7.0-ALL
Normal file
7
syslog-ng/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,7 @@
|
||||
lines=100
|
||||
compressed=1
|
||||
syslogng_conf=/etc/syslog-ng/syslog-ng.conf
|
||||
syslogng_cmd=syslog-ng
|
||||
pid_file=/run/syslog-ng.pid
|
||||
start_cmd=systemctl start syslog-ng
|
||||
stop_cmd=systemctl stop syslog-ng
|
26
syslog/config-Rocky-Linux-6.0-ALL
Normal file
26
syslog/config-Rocky-Linux-6.0-ALL
Normal file
@ -0,0 +1,26 @@
|
||||
pri_all=1
|
||||
syslogd=/sbin/rsyslogd
|
||||
m4_conf=0
|
||||
syslog_conf=/etc/rsyslog.conf
|
||||
pri_dir=1
|
||||
pid_file=/var/run/rsyslogd.pid /run/syslogd.pid
|
||||
facilities=auth authpriv cron daemon kern lpr mail mark news syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7
|
||||
m4_path=
|
||||
sync=1
|
||||
pipe=1
|
||||
tags=0
|
||||
lines=100
|
||||
file_/var/log/messages=desc_sysmesg
|
||||
file_/var/log/secure=desc_auth
|
||||
file_/var/log/maillog=desc_mail
|
||||
file_/var/log/spooler=desc_uucp
|
||||
file_/var/log/boot.log=desc_boot
|
||||
file_/var/log/news.crit=desc_news
|
||||
file_/var/log/news.err=desc_news
|
||||
file_/var/log/news.notice=desc_news
|
||||
socket=0
|
||||
start_cmd=service rsyslog start
|
||||
restart_cmd=service rsyslog restart
|
||||
compressed=1
|
||||
others=1
|
||||
reverse=0
|
6
xinetd/config-Rocky-Linux-7.0-ALL
Normal file
6
xinetd/config-Rocky-Linux-7.0-ALL
Normal file
@ -0,0 +1,6 @@
|
||||
xinetd_conf=/etc/xinetd.conf
|
||||
protocols_file=/etc/protocols
|
||||
pid_file=/run/xinetd.pid
|
||||
start_cmd=systemctl start xinetd
|
||||
add_dir=/etc/xinetd.d
|
||||
lookup_servs=1
|
Reference in New Issue
Block a user