Error nginx_apache

jazz1611

Verified User
Joined
Sep 10, 2014
Messages
28
Hi,

I installed new Directadmin with Nginx_apache. I have error with below:

[root@xxxxxx custombuild]# ./build rewrite_confs
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Using x.x.x.x for your server IP
Writing data to /etc/httpd/conf/extra/httpd-suphp.conf
Done.
Restarting apache.
Stopping httpd: [ OK ]
Starting httpd:
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Using x.x.x.x for your server IP
Using x.x.x.x for your server IP
Writing data to /etc/httpd/conf/extra/httpd-suphp.conf
Done.
Restarting nginx.
nginx: [emerg] BIO_new_file("/etc/httpd/conf/ssl.crt/server.crt.combined") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/httpd/conf/ssl.crt/server.crt.combined','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: configuration file /etc/nginx/nginx.conf test failed

Centos 6.6 64bit.

Regards,
 
Hello,

Thanks for the report.

Martynas has added a fix for that.
I've uploaded the changes to files1.

Once it syncs to your files server, type:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs
John
 
Back
Top