An error has occurred
Details
/sbin/service nginx restart 2>&1
/sbin/service nginx restart
/sbin/service httpd restart
Hello,
What do you see with:
?Code:/sbin/service nginx restart
?Code:/sbin/service httpd restart
after you add a new domain?
If you want I could check it for you on your server and fix it, in this case it will cost you an hourly rate of mine.
nginx: [emerg] listen() to 0.0.0.0:8080, backlog 511 failed (98: Address already in use)
stop() {
echo -n $"Stopping $prog: "
#killproc $prog -QUIT
$nginx -s stop
retval=$?
echo
[ $retval -eq 0 ] && rm -f $lockfile
return $retval
}
stop() {
echo -n $"Stopping $prog: "
killproc $prog -QUIT
#$nginx -s stop
retval=$?
echo
[ $retval -eq 0 ] && rm -f $lockfile
return $retval
}