If you ever lost with Apache modules or if you find it difficult to download and configure all needed modules then ApacheToolbox is the answer to all your question. It is use to configures Apache with a variety of options and modules. It provides a means to compile Apache with 63 3rd party killer modules plus the 36 modules that come with apache. The best part is you need to download the script (Apache Toolbox site
Step # 2 : Untar Apachetoolbox
# tar -zxvf Apachetoolbox-install-1.5.72.tar.gz
Step # 3: Install Apache using Apachetoolbox
# cd Apachetoolbox-1.5.72 # ./install.sh
Step # 4: Just follow on screen instructions:
🐧 Get the latest tutorials on Linux, Open Source & DevOps via RSS feed or Weekly email newsletter.
🐧 3 comments so far... add one ↓
🐧 3 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
sudo apt-get install gcc
Hmmm I keep getting this message.
Apachetoolbox-1.5.72/MIRROR
[root@LinuxDesk Download]# cd Apachetoolbox-1.5.72
[root@LinuxDesk Apachetoolbox-1.5.72]# ./install.sh
[+] -Checking for tar… [FOUND @ /bin/tar]
[+] -Checking for patch… [FOUND @ /usr/bin/patch]
[+] -Checking for cp… [FOUND @ /bin/cp]
[+] -Checking for chmod… [FOUND @ /bin/chmod]
[+] -Checking for chown… [FOUND @ /bin/chown]
[+] -Checking for rm… [FOUND @ /bin/rm]
[+] -Checking for cat… [FOUND @ /bin/cat]
[+] -Checking for sleep… [FOUND @ /bin/sleep]
[+] -Checking for ln… [FOUND @ /bin/ln]
[+] -Checking for mv… [FOUND @ /bin/mv]
[+] -Checking for gunzip… [FOUND @ /usr/bin/gunzip]
[+] -Checking for bunzip2… [FOUND @ /usr/bin/bunzip2]
[+] -Checking for unzip… [FOUND @ /usr/bin/unzip]
[+] -Checking for less… [FOUND @ /usr/bin/less]
[+] -Checking for more… [FOUND @ /bin/more]
[+] -Checking for uname… [FOUND @ /bin/uname]
[+] -Checking for lynx… [FAILED]
[+] -Checking for wget… [FOUND @ /usr/bin/wget]
[+] -Checking for md5sum… [FOUND @ /usr/bin/md5sum]
[+] -Checking for basename… [FOUND @ /bin/basename]
[+] -Checking for sed… [FOUND @ /bin/sed]
[+] -Checking for install… [FOUND @ /usr/bin/install]
[+] -Checking for autoconf… [FAILED]
[+] -Checking for gcc… [FAILED] -required external resourced missing
[root@LinuxDesk Apachetoolbox-1.5.72]#
GOD BLESS YOU