Page 1 of 1

Nginx and Postgresql-Solved

Posted: 28 Mar 2017, 22:53
by mgreene
Is there a way to use OpenCATS with Nginx and Postgresql?

Mike

Re: Nginx and Postgresql

Posted: 30 Mar 2017, 12:19
by cptr13
I have no idea.

Probably not.

RussH???

Re: Nginx and Postgresql

Posted: 30 Mar 2017, 12:34
by mgreene
I was just wondering. I have postgesql and nginx running everything else on our small server and really would like to, at least, forego installing apache behind nginx if possible.

Mike

Re: Nginx and Postgresql

Posted: 30 Mar 2017, 12:50
by cptr13
I can understand that, definitely makes things easier.

Local only, or web facing? Windows or Linux? They can be run side by side. Though from the sound of it, you probably know that :)

Re: Nginx and Postgresql

Posted: 30 Mar 2017, 22:37
by mgreene
Local and web facing on the companies Gentoo server. Using nginx as a proxy for gitlab and nextcloud using postgresql already. I'm going to give it a try with nginx in front of apache and add mariadb.

Mike

Re: Nginx and Postgresql

Posted: 30 Mar 2017, 23:56
by cptr13
If you're running Gentoo....you know way more about this stuff than I do.


You're on your own bubba :p

:D

Re: Nginx and Postgresql

Posted: 03 Apr 2017, 16:51
by mgreene
I got everything working, running apache2 nehind NGinx with Mariadb. :)

Thanks

Re: Nginx and Postgresql

Posted: 03 Apr 2017, 16:55
by cptr13
Of course you did.

As soon as I saw Gentoo, I wanted to start cussing.

I've never even gotten through a gentoo install.

:)

Re: Nginx and Postgresql

Posted: 03 Apr 2017, 19:08
by mgreene
Well, the install went okay. I do get some Strict Standards and Deprecated warnings, but I think these are from the php 5.6.30 version I use? Anyway, I am just turning the messages off at the calls.

Mike

Re: Nginx and Postgresql

Posted: 03 Apr 2017, 19:11
by cptr13
As far as I know php5.6 should be ok.. Russ just mentioned turning the warnings off in a recent post of you happened to see that. But everything seems to be working?

You followed the install documentation and used composer?