Nov 14, 2003 #1 kazilian Programmer Nov 14, 2003 30 US what are the command settings to install apache 2 with just the bare minimum? No perl or the like. I am going to install php instead. thx in advance. kazilian Protector of Wazil
what are the command settings to install apache 2 with just the bare minimum? No perl or the like. I am going to install php instead. thx in advance. kazilian Protector of Wazil
Nov 14, 2003 #2 siberian Programmer Sep 27, 2003 1,295 US Apache2 does not come with perl pre-installed. If you are compiling from scratch just type ./configure That will install a pretty bare minimum apache 2. You can type ./configure --help to get a list of all options available to you. Upvote 0 Downvote
Apache2 does not come with perl pre-installed. If you are compiling from scratch just type ./configure That will install a pretty bare minimum apache 2. You can type ./configure --help to get a list of all options available to you.