is indeed APC-3.18 that cause the problem, i re-compile the php and use APC-3.17 it work, and purge all and re-compile php and APC-3.18 and it doesn't work.by spacereactor - Nginx Mailing List - English
try restart php-fpm and also test with APC-3.1.7 but result is the same error, i even try update the APC to APC-3.18 but also the same problem. If it the context module php issue, than should nginx 0.8.54 also have that problem but drupal context work under nginx 0.8.54 but not nginx 1.0.2by spacereactor - Nginx Mailing List - English
This is the error log from server 2011/05/11 17:40:02 3358#0: *1 FastCGI sent in stderr: "PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'context.core.inc' (include_path='.:/usr/local/lib/php') in ˆ×® on line 3" while reading response header from upstream, client: 220.255.1.81, server: mydomain.com, request: "by spacereactor - Nginx Mailing List - English
i using ubuntu 10.10 and install nginx-0.8.53, how do i fix this? objs/src/os/unix/ngx_process.o: In function `ngx_process_get_status': /var/opt/nginx-0.8.53/src/os/unix/ngx_process.c:490: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead /var/opt/nginx-0.8.53/src/os/unix/ngx_process.c:490: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead mby spacereactor - Nginx Mailing List - English
I not sure how to compile nginx-upload-progress-module, This is my step for ubuntu 10.04 in linode server. i create a temp folder to dump all the source there. cd temp wget http://nginx.org/download/nginx-0.8.53.tar.gz (download from http://github.com/masterzen/nginx-upload-progress-module and sftp to "temp") masterzen-nginx-upload-progress-module-v0.8.1-0-gc740674.tar.gz upzipby spacereactor - Nginx Mailing List - English
i add in the below code for deny all but not sure if is correct or not. I also remove 3 .htaccess file from chive folder, yii folder and protected folder location ~* ^/srv/www/SUBDOMAIN/public_html/yii { deny all; } location ~* ^/srv/www/SUBDOMAIN/public_html/protected { deny all; }by spacereactor - Nginx Mailing List - English
Below is my conf for my SUBDOMAIN, just replace your SUBDOMAIN to you own sub domain. I haven't figure out the part to "deny from all" and access with https. It will helpful if others can chip in too. Thank ===================================================================== server { listen 80; server_name SUBDOMAIN; root /srv/www/SUBDOMAIN/public_html; access_by spacereactor - Nginx Mailing List - English
it will be very helpful you can post the rewrite for chive here. I think i not the only one looking for solution.by spacereactor - Nginx Mailing List - English
Currently use linode server. Ubuntu 10.04, nginx 0.8.52, PHP-fpm, I try to create subdomain for Chive. but it doesn't to work. Cant access database at all. When i try with SQL buddy it work but my boss like Chive better. Any idea what wrong? Below is my subdomain.conf server { listen 80; server_name subdomain.com; access_log /srv/www/subdomain.com/logs/access.log; eby spacereactor - Nginx Mailing List - English