Skip to main content
Topic: making http server, missing chkconfig (Read 347 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

making http server, missing chkconfig

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
chkconfig(8 ) looks like it's a sysv init component, why do you need it?

Re: making http server, missing chkconfig

Reply #2
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.