Install apache_ver 2.0 in CB2.0.0-RC2

van helsing

Verified User
Joined
Aug 23, 2012
Messages
40
Hello,

Is it possible to install apache 2.0 with custom build 2.0.0-RC2?
Custom build 2.0.0 allows apache_ver 2.4 only but I want to install apache _ver 2.0 in CB2.0.
 
webserver=apache

#Possible value: 2.4
apache_ver=2.4
mod_ruid2=yes
secure_htaccess=no
harden-symlinks-patch=yes

These are the settings in options.conf.Where to set active apache2?
 
webserver=apache

#Possible value: 2.4
apache_ver=2.4
mod_ruid2=yes
secure_htaccess=no
harden-symlinks-patch=yes

These are the settings in options.conf.Where to set active apache2?

Because of mod_ruid2 you must install Apache V2.4.

However, the you could change Apache version bye setting value for apache_ver on options.conf.
 
on changing settings in options.conf:
apache_ver=2.0
mod_ruid2=no

Error on updating custombuild:
Wrong apache_ver value set in /usr/local/directadmin/custombuild/options.conf.
 
on changing settings in options.conf:
apache_ver=2.0
mod_ruid2=no
Error on updating custombuild:
Wrong apache_ver value set in /usr/local/directadmin/custombuild/options.conf.
You must use apache_ver=2.4 because of mod_ruid2 It's not possible to install apache_ver2.0 in this case.
 
If you need Apache 2.0, just use Custombuild 1.2.

Custombuild 2.0 is for newer features such as php-fpm, FastCGI, mod_ruid2, and CB2 is designed for the new features of the new software versions.
Apache 2.0 isn't setup for some of these features, hence it was dropped from CB2.

John
 
Back
Top