need help setting up busybox httpd and apache 2.

texasdave1

New Member
Joined
Aug 16, 2020
Messages
1
Reaction score
0
Credits
13
I am trying to setup a httpd server. my first choice is busybox httpd but when i installed php on debian i notticed apache 2 got installed. either would work i just want use it to document my journey into the linux world. no plans on going public. any advice or suggestions will help. I have debian 10, busybox httpd, apache 2 php 7.x, msqli.
 


Is there any reason to prefer busybox over Apache? If it’s just to document your Linux trip, Apache would do great.

Sometimes standard distribution packages depend deeply on Apache, or expect it to be there, and if you replace it by busybox you may break something in the process: I would recommend to install busybox in addition to apache2. Most likely you’ll only have to change either apache2 or busybox port, and that’s just changing a configuration file.

Another option would be to install docker and pull a busybox image from docker hub, just to have it contained and avoid breaking anything in the host system.
 

Members online


Top