Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
drwxr-sr-x 6 rev_anacem www-data 4.0K Sep 1 01:03 cache/
-rw-r--r-- 1 rev_anacem www-data 14K Sep 1 01:03 config.inc.phpxxx.xx.xx.xxx - - [30/Sep/2012:23:34:30 +0000] "GET / HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:31 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:32 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:32 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:34 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:35 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:35 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:36 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:37 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:38 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:39 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:40 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:40 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:41 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
xxx.xx.xx.xxx - - [30/Sep/2012:23:34:42 +0000] "GET /index.php/index/install HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1"
disable_path_info = On
JasonNugent wrote:I think you're hitting the same reason why Wordpress doesn't work with Nnginx -- there are PHP variables that are not being set correctly by nginx when run from what amounts to a command line mode. OJS is looping because it's not seeing what it needs and redirecting to find it. If memory serves, FastCGI does not populate the _SERVER array with path information. You could probably dig through some of the OJS code and see if you can get it working with $_ENV["ORIG_PATH_INFO"] instead.
JasonNugent wrote:Here is one other thing you can try. Edit your config.inc.php file and set disable_path_info to On.
- Code: Select all
disable_path_info = On
pablox wrote:I'm still curious though... making compatible with nginx is something that the development team is planning to do?
<?php phpinfo(); ?>Return to OJS Technical Support
Users browsing this forum: mbria and 2 guests