Re: Trouble in configuring fir REST support

2016-11-25 Thread Anoop Alias
yes nothing to do with the problem at hand. You can also try to execute the index.php using the php (cli) and see if if there is an error etc. probably turn on display_error in php.ini . Its strange nginx is not logging any errors. Since the phpinfo page is working..this is more or less a probl

RE: Trouble in configuring fir REST support

2016-11-25 Thread Hemanthnews via nginx
Hi Anoop, Phpinfo() is working fine … is there something to look for specifically? I need to move from APACHE to NGINX .. so as a back-up, APACHE has been configured to work on 9080 port. Once NGINX works, APACHE will be removed. Thanks for pointer on “in the server {} block instead of locatio

Re: Trouble in configuring fir REST support

2016-11-25 Thread Anoop Alias
You can put a phpinfo page and see if that works. I am not sure why you mention apache as you are not proxy passing Also while not related to the error Try root /opt/riversilica/pixflex/install/app_server/pixflex/public; in the server {} block instead of location / and repeating in php . Read

RE: Trouble in configuring fir REST support

2016-11-25 Thread Hemanthnews via nginx
Hi Anoop, The /var/log/nginx/error.log file is empty … -Best Hemanth From: Anoop Alias Sent: Friday, November 25, 2016 5:15 PM To: Nginx Cc: hemanthn...@yahoo.com Subject: Re: Trouble in configuring fir REST support What does the error log say? On Fri, Nov 25, 2016 at 5:03

Re: Trouble in configuring fir REST support

2016-11-25 Thread Anoop Alias
What does the error log say? On Fri, Nov 25, 2016 at 5:03 PM, Hemanthnews via nginx wrote: > Hi, > > Following is the environment > > OS: CentOS 7 (64 bit) > > NGINX: 1.10.1 > > PHP/PHP-FPM: 5.6 > > ZF2 > > Apache 2.4 > > > > Nginx configured on port-80 and apache on port-9080 > > > > I am havi

Trouble in configuring fir REST support

2016-11-25 Thread Hemanthnews via nginx
Hi, Following is the environment OS: CentOS 7 (64 bit) NGINX: 1.10.1 PHP/PHP-FPM:  5.6 ZF2 Apache 2.4 Nginx configured on port-80 and apache on port-9080 I am having trouble in configuring for REST support using nginx + php + zf2 When I enter /user-rest while using APACHE (Port: 9080), I get