making http server, missing chkconfig 21 September 2022, 20:07:35 yes, i (need to, urgently) make a http server quicly. i'd rather choose apache. ALTHOUGH. pacman cant find chkconfig neither its in system to setup this server - found it by tutorial here : https://www.linux.co.cr/ldp/solrhe/chap29sec247.html . someone knows what now i can do? should i compile chkconfig manually from debian version ?
Re: making http server, missing chkconfig Reply #1 – 21 September 2022, 21:48:17 chkconfig(8 ) looks like it's a sysv init component, why do you need it? Last Edit: 22 September 2022, 09:45:16 by Lancia
Re: making http server, missing chkconfig Reply #2 – 21 September 2022, 23:01:44 You're looking for dinitctl enable apache. Here's the wiki for more dinit info.As @Lancia said, that's a sysvinit command (and the next tutorial page is about setting up PHP 4). This means your tutorial is at least 15 years out of date.Building chkconfig from Debian will do nothing as it writes configuration files dinit (and systemd in most distros) doesn't read/even know about.
Re: making http server, missing chkconfig Reply #3 – 21 September 2022, 23:08:39 https://www.devuan.org/ if you really want to use chkconfig 1 Likes