./build nginx problem

gvh

Verified User
Joined
May 14, 2010
Messages
37
my server apache : 2.2
php 5.2

Code:
Skipping httpd tarball, needs more arguments in doclean_old_tarballs().
Wrong php_ini_type set in options.conf.

ı changed recommended to production
php_ini_type=production

giving to me this error
Code:
Skipping httpd tarball, needs more arguments in doclean_old_tarballs().
Wrong apache_ver value set in /usr/local/directadmin/custombuild/options.conf.
after

ı changed
apache_ver=2.2 to 2.4

giving to me this error

Code:
You cannot install Nginx, because you do not have it set in options.conf file.


when I changed httpd server = apache to nginx

giving to me this
nginx webserver is only compatible with php-fpm PHP mode.
so how can I install nginx
 
Last edited:
I know this but, when I try custombuild 2 install

again again giving me this errors
You cannot install Nginx, because you do not have it set in options.conf file.

and php 5.4 giving to me this error
magic_quotes_gpc
register_long_arrays
allow_call_time_pass_reference

this moduls not working on php 5.4, so a lot of web site is giving me error


can I use nginx for php 5.2 ?
 
when I use ./build all d command is my web sites crash?
 
my server apache : 2.2
php 5.2

Code:
Skipping httpd tarball, needs more arguments in doclean_old_tarballs().
Wrong php_ini_type set in options.conf.

ı changed recommended to production
php_ini_type=production

giving to me this error
Code:
Skipping httpd tarball, needs more arguments in doclean_old_tarballs().
Wrong apache_ver value set in /usr/local/directadmin/custombuild/options.conf.
after

ı changed
apache_ver=2.2 to 2.4

giving to me this error

It looks like you are still using an old version of the CustomBuild script. You should follow the official CustomBuild 2.0 FAQ and upgrade CustomBuild using the instructions posted. It will generate you a new options.conf file (there is no mentioned "apache_ver=2.2" in it).
 
thanks smtalk but ı using custombuild 2s options.conf

[root@sn1 custombuild]# cat op*
#PHP settings.
#Default version of PHP is always php1_release. Possible values for php1/php2_re lease: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp)
php1_release=5.4
php2_release=no
php1_mode=mod_php
php2_mode=php-fpm
php_ini=no
php_timezone=EET
#Possible values - production or development
php_ini_type=production
ioncube=no
zend=no

#HTTP server. Possible values: apache, nginx
webserver=apache

#Apache settings
#Possible value: 2.4
apache_ver=2.4
mod_ruid2=yes
secure_htaccess=no
harden-symlinks-patch=yes
use_hostname_for_alias=no
redirect_host=sn1.domainyonlendir.net
redirect_host_https=no

#Possible values - 5.1, 5.5
mysql=5.5
mysql_inst=no
mysql_backup=yes
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups

#Web applications
phpmyadmin=yes
squirrelmail=yes
roundcube=yes

#Mail options
exim=no
eximconf=no
clamav=no
spamassassin=no
dovecot=yes

#Statistics
awstats=no
webalizer=yes

#FTP options - possible values: proftpd, pureftpd
ftpd=pureftpd

#Jailed shell
jail=no

#Autoconf/automake/libtool options
autoconf=yes
automake=yes
libtool=yes
curl=yes

#new version of zlib and libxml2 (experts only)
zlib=no
new_zlib=no
new_xml2=yes
new_pcre=no

#Custombuild options
custombuild=2.0
autover=no
bold=yes
clean=yes
cleanapache=no
clean_old_tarballs=yes
clean_old_webapps=yes
downloadserver=files.directadmin.com

#Cron settings
cron=no
cron_frequency=daily
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes

#Cloudlinux settings
cloudlinux=no
old_apr_util=no
 
Back
Top