nginx_apache build error

andreiut

Verified User
Joined
Apr 7, 2014
Messages
18
Hello, I am trying to build nginx_apache and at the end of build i'm getting this error
can't open /etc/nginx/nginx-defaults.conf: no such file or directory.
And httpd will not start. Any ideas what I can do ? Thanks.
 
Check:
Code:
nginx -t
httpd -t
Hi, I ran ./build apache only then I build nginx_apache, this time seems to be working,
nginx -t
nginx: [warn] conflicting server name "furry.name.com" on xxx.xxx.xxx.223:80, ignored
nginx: [warn] conflicting server name "furry.name.com" on xxx.xxx.xxx.223:443, ignored
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
 
Back
Top