Re: LibreNMS 500 Internal Server Error

2016-12-14 Thread Stuart Henderson
On 2016/12/14 14:27, Predrag Punosevac wrote: > Stuart Henderson wrote: > > Hi Stuard, > > Thank you so very much for your thoughtful insight. I have few follow up > questions. > > > On 2016-12-14, Predrag Punosevac wrote: > > > I followed pkg-readmes and mysql, php, and nginx are correctly > >

Re: LibreNMS 500 Internal Server Error

2016-12-14 Thread Predrag Punosevac
Stuart Henderson wrote: Hi Stuard, Thank you so very much for your thoughtful insight. I have few follow up questions. > On 2016-12-14, Predrag Punosevac wrote: > > I followed pkg-readmes and mysql, php, and nginx are correctly > > configured and working in the INSECURE mode(no chroot). Please

Re: LibreNMS 500 Internal Server Error

2016-12-14 Thread Stuart Henderson
On 2016-12-14, Predrag Punosevac wrote: > I followed pkg-readmes and mysql, php, and nginx are correctly > configured and working in the INSECURE mode(no chroot). Please no > remarks if you are not familiar with LibreNMS and the fact that it has > to be run in the insecure mode. The pkg-readme on

Re: LibreNMS 500 Internal Server Error

2016-12-14 Thread Mihai Popescu
Maybe a shot in the dark: "But if these directives are put inside the “ ... ” location, the last flag should be replaced by break, or otherwise nginx will make 10 cycles and return the 500 error: " >From this: [1] [2]. [1] http://nginx.org/en/docs/http/ngx_http_rewrite_module.html [2] https://www

Re: LibreNMS 500 Internal Server Error

2016-12-13 Thread Predrag Punosevac
I think I made a progress. Namely I stumbled upon this post https://github.com/librenms/librenms/issues/3525 Replacing location / { try_files $uri $uri/ @librenms; } with location / { try_files $uri $uri/ /index.php; } Did the trick for me. I would still appreciate if peopl

LibreNMS 500 Internal Server Error

2016-12-13 Thread Predrag Punosevac
Hi Misc, I am working on the new installation of LibreNMS using Nginx as the server # uname -a OpenBSD lnms.int.autonlab.org 6.0 GENERIC.MP#2 amd64 Installation went well gd yes mysql yes snmpyes mcrypt yes pearyes I followed pkg-readmes and mysql, php, and nginx are correctly