Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seg Fault on Centos 5 & nginx 1.8.0 #12

Open
Miirek opened this issue Dec 2, 2015 · 1 comment
Open

Seg Fault on Centos 5 & nginx 1.8.0 #12

Miirek opened this issue Dec 2, 2015 · 1 comment

Comments

@Miirek
Copy link

Miirek commented Dec 2, 2015

Hi,
I used your config example to setup caching for a NFS share. Startup fails with

/etc/init.d/nginx: line 64: 14456 Segmentation fault $nginx -t -c $NGINX_CONF_FILE

[root@img2 nginx]# nginx -V
nginx version: nginx/1.8.0
built by gcc 4.1.2 20080704 (Red Hat 4.1.2-55)
built with OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
TLS SNI support disabled
configure arguments: --user=nginx --group=nginx --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/var/run/nginx.pid --lock-path=/var/lock/subsys/nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module --with-http_sub_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_stub_status_module --with-http_perl_module --with-mail --with-file-aio --with-mail_ssl_module --with-ipv6 --with-http_spdy_module --add-module=/usr/src/user/ngx_slowfs_cache-1.10

I don't have previous experience with SlowFSCache. I wanted to use it because we had to switch to NFS mounted share instead of local storage. Can you have a look at that problem?

Thanks

Mirek

@runningman84
Copy link

This module doesn't seem to be maintained anymore, I would rather recommend to use proxy_cache and build a setup like
nginx (proxy_cache) => apache/nginx (nfs)
instead of using slowfs itself...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants