CustomBuild 2.0 does support Apache 2.4 only. Please check your apache_ver value in

gilkar

New member
Joined
Mar 31, 2019
Messages
3
Hello dear , sorry for my bad english
i changed webserver in option.conf file and after i want to rebuild it , buy directadmin give me error. each ./build XXX command give me this error :

[root@centos custombuild]# ./build rewrite_confs
: integer expression expected
: integer expression expected
CustomBuild 2.0 does support Apache 2.4 only. Please check your apache_ver value in the options.conf.file: 2.4



this is my option file :
Code:
#PHP Settings
php1_release=7.2
php1_mode=mod_php
php2_release=no
php2_mode=lsphp
opcache=no
htscanner=no
php_ini=no
php_timezone=Europe/London
php_ini_type=production
ioncube=no
zend=no
suhosin=no
x_mail_header=yes

#MySQL Settings
mysql=5.6
mariadb=10.0
mysql_inst=no
mysql_backup=yes
mysql_backup_gzip=no
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=no

#WEB Server Settings
webserver=apache
http_methods=GET:HEAD:POST
litespeed_serialno=+SaQ-wVHU-/ZqK-/1Lb
modsecurity=no
modsecurity_ruleset=comodo
apache_ver=2.4
apache_mpm=auto
mod_ruid2=yes
userdir_access=yes
harden_symlinks_patch=yes
use_hostname_for_alias=no
redirect_host=localhost
redirect_host_https=no

#WEB Applications Settings
phpmyadmin=yes
phpmyadmin_ver=4
squirrelmail=no
roundcube=yes
webapps_inbox_prefix=no

#ClamAV-related Settings
clamav=no
clamav_exim=yes
modsecurity_uploadscan=no
proftpd_uploadscan=no
pureftpd_uploadscan=no
suhosin_php_uploadscan=no

#Mail Settings
exim=no
eximconf=no
eximconf_release=4.5
blockcracking=no
easy_spam_fighter=no
spamd=no
sa_update=daily
dovecot=yes
dovecot_conf=yes
pigeonhole=no

#FTP Settings
ftpd=pureftpd

#Statistics Settings
awstats=no
webalizer=yes

#CustomBuild Settings
custombuild=2.0
autover=no
bold=yes
clean=yes
cleanapache=yes
clean_old_tarballs=yes
clean_old_webapps=yes
downloadserver=files6.directadmin.com

#Cronjob Settings
cron=no
cron_frequency=weekly
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes

#CloudLinux Settings
cloudlinux=no
cloudlinux_beta=no
cagefs=no

#Advanced Settings
autoconf=yes
automake=yes
libtool=yes
curl=no
new_pcre=no

secure_php=no


and when enter build update command , ERROR 404 not found give me

Code:
. Will try a different server.files6.directadmin.com
We'll temporarily try using files.directadmin.com instead

_VER.tar.gz...          php-
--2019-04-01 07:42:11--  http://files.directadmin.com/services/custombuild/php-%0D_VER.tar.gz
Resolving files.directadmin.com (files.directadmin.com)... 208.167.226.3, 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com (files.directadmin.com)|208.167.226.3|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-04-01 07:42:12 ERROR 404: Not Found.

_VER.tar.gz does not exist or is empty after downloadp-
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
--2019-04-01 07:42:12--  http://69.162.69.58/services/custombuild/php-%0D_VER.tar.gz
Connecting to 69.162.69.58:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-04-01 07:42:12 ERROR 404: Not Found.


thanks please help me
 
and when type ./build give this error : CustomBuild 2.0 does support Apache 2.4 only. Please check your apache_ver value in the options.conf.file: 2.4

[root@centos custombuild]# ./build all d
: integer expression expected
: integer expression expected
CustomBuild 2.0 does support Apache 2.4 only. Please check your apache_ver value in the options.conf.file: 2.4
 
Please let us know the output of:
Code:
cat -A /usr/local/directadmin/custombuild/options.conf
 
Back
Top