Can't update Nginx

shaunjanssens

New member
Joined
Apr 6, 2010
Messages
1
Hello,

I have a problem with the update of Nginx with following commands:
Code:
# cd /usr/local/directadmin/custombuild
# ./build update
# ./build versions
# ./build versions

Output
Code:
Latest version of Nginx: 1.4.4
Installed version of Nginx: 1.4.1

Nginx 1.4.1 to 1.4.4 update is available.

Then I want to update Nginx with
Code:
# ./build update_versions
with the following output:

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

The content of options.conf file
Code:
#PHP settings.
#Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp)
php1_release=5.5
php2_release=5.4
php1_mode=php-fpm
php2_mode=php-fpm
htscanner=yes
php_ini=no
php_timezone=EDT
#Possible values - production or development
php_ini_type=production
ioncube=yes
x-mail-header=yes
zend=yes

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

#Apache settings
#Possible value: 2.4
apache_ver=2.4
mod_ruid2=no
secure_htaccess=no
harden-symlinks-patch=yes
use_hostname_for_alias=no
redirect_host=server.halftwee.be
redirect_host_https=no

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

#Web applications
phpmyadmin=yes
phpmyadmin_ver=4
squirrelmail=no
roundcube=yes

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

#Statistics
awstats=no
webalizer=yes

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

#Jailed shell
jail=no
 
Thank you for the report. The bug is now fixed and updated version of CB 2.0 should be uploaded to files.directadmin.com servers soon.
 
Back
Top