<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Maxim,<div><br></div><div>i have checked /var/log/syslog - but no entrys about nginx.</div><div>same in /var/log/nginx/error.log.</div><div><br></div><div>i only found this in nginx error.log on restart:</div><div><br></div><div>2013/02/05 16:21:13 [info] 26394#0: Using 32768KiB of shared memory for push module in /etc/nginx/nginx.conf:80 </div><div><br></div><div><br></div><div><div><font face="Courier New"><b># >/etc/init.d/nginx configtest</b></font></div><div><font face="Courier New">Testing nginx configuration: Enter PEM pass phrase:</font></div><div><font face="Courier New">nginx.</font></div><div><font face="Courier New"><b># >echo $?</b></font></div><div><font face="Courier New">0</font></div></div><div><br></div><div>and</div><div><br></div><div><div><font face="Courier New"><b># >nginx -t</b></font></div><div><font face="Courier New">Enter PEM pass phrase:</font></div><div><font face="Courier New">nginx: the configuration file /etc/nginx/nginx.conf syntax is ok</font></div><div><font face="Courier New">nginx: configuration file /etc/nginx/nginx.conf test is successful</font></div></div><div><br></div><div>any ideas?</div><div><br></div><div>best regards,</div><div>Daniel.</div><div><br></div><div><br><div><div>Am 05.02.2013 um 16:08 schrieb Maxim Dounin <<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>>:</div><br class="Apple-interchange-newline"><blockquote type="cite">Try starting with "nginx -t".  Or, more precisely, making sure the <br>configuration you have on disk is actually loaded into nginx.<br><br>I suspect your problem is that there is some error in your config, <br>and nginx refuses to reload configuration due to it (nginx will <br>complain into global error log in such a case, but it is proven to <br>be easy to overlook).<br></blockquote></div><br></div></body></html>