Displaying 20 results from an estimated 8000 matches similar to: "R fails to read repo index on NGINX"
2017 Mar 27
1
R fails to read repo index on NGINX
Dirk,
Thank you for your elaboration. This issue is related to curl trusting a CA cert as its called by R.
curl called from bash recognizes the system cert bundle for CA's, curl called from R does not.
may I know how to trust the system certificate bundle from within R?
John Roman
Linux System Administrator
RAND Corporation
joroman at rand.org
X7302
2017 Mar 27
1
R libcurl does not recognize server certs
Dirk,
ive changed the subject given the nature of the present debugging. Im aware i can extend extras from download.file to install.packages however
im curious to know why libcurl in the R invocation does not honor the CA bundle on my system.
how would I pass a CA bundle to install.packages? the function has numerous arguments before the extras are taken.
John Roman
Linux System Administrator
2019 May 03
3
Permissions on nginx logs
Hi folks.
Just wondering if I can change the ownership on the nginx logs folder so I can access them easier for analysis on a regular basis and cronjobs.
/var/log/nginx is owned by nginx:nginx which shuts me out.
Cheers, Bee
2014 Oct 29
3
Right way to install phpMyAdmin through Nginx and PHP-FPM
First I know this is not a list for PHP or Nginx setup or something else
but I'll give it a try and ask here for support I'm running a new server
with PHP 5.5.18 and Nginx 1.6.2 through FPM/FastCGI. The server is working
fine since I have other websites running on it. Now I'm trying to configure
phpMyAdmin and I tried this:
* 1. *Create a file under
2011 Mar 24
4
Remote-logging nginx? (or other non-syslog-enabled stuff)
I'm looking for suggestions as to a good general method of
remote-logging services such as nginx or anything else which doesn't
support syslog natively.
I'm aware that there's an nginx patch, and we're evaluating this. It
may be the way we fly.
However there are other tools which may not have a patch for which
remote logging would be useful. If there's a general soution
2011 Mar 11
4
Alternatives to apache for php based servers: Nginx
Hi,
Anyone here using Nginx as alternative to apache in conjunction to php
scripts?
Care to share thoughts and caveats?
I am reading that it is a good alternative but do not know the real life
limitations, diferences to apache, which repo to fetch etc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Dec 26
3
Nginx on CentOS 7: which one for production?
Hi,
I'm currently fiddling with Nginx to get acquainted with its various
quirks and idiosyncrasies.
I have a public CentOS 7 sandbox server, and I've tried various setups.
Install the binary from EPEL, install various binaries from SCLo, build
from source.
I wonder which version is recommended for production use on CentOS 7.
Any suggestions?
Cheers & happy Christmas holidays,
2006 Nov 13
2
mongrel upload progress and nginx
Does anyone know whether the mongrel upload progress plugin works with
nginx? It works fine for my app under pound, but not with nginx.
I am using DRb to handle the uploads as detailed at
http://mongrel.rubyforge.org/docs/upload_progress.html .
If I am using pound I can see the uploads with irb -r
lib/upload_client.rb , but cannot if I am using nginx.
Does anyone know anything more about this
2016 Jun 02
2
nginx proxy to dovecot servers
I?m trying to understand how the nginx mail proxy and dovecot work.
As a I understand it, nginx can listen on a IP:port for IMAP connections. NGINX then can invoke a PHP script to do authorization and backend server selection.
Does NGINX than proxy to the backend dovecot IMAP server all subsequent IMAP commands that the user?s mail client requests?
Does the backend dovecot IMAP server do its
2011 Nov 14
3
nginx + unicorn deployment survey
Hello all, I''m wondering if you deploy nginx:
1) on the same machine that runs unicorn (exclusively proxying to that)
2) on a different machine that doesn''t run unicorn
3) both, nginx could forward to either to localhost
or another host on the same LAN
And of course, the reason(s) you chose what you chose. I''m inclined
to believe many folks are on 1) simply
2009 Jul 21
2
Toward a simple Nginx configuration for Puppet Mongrel
Hi,
I''ve created two Nginx patches (see at the end of this message) to allow
a simpler Nginx configuration for your Mongrel puppetmasters.
The two main issues with Nginx in front of puppet were:
* no CRL support
* no optional certificate verification (and thus we''re forced to have
two separate configs on two different ports, and to use --ca_port).
Now, it is as simple as
2006 Sep 12
2
Nginx conf with all the right rules for mongrel_cluster
Folks-
James Cox, Alexy Kovyrin and I all huddled up and got nginx working
perfectly with mongrel cluster and rails page caching. So all static
and cached files are served fast by nginx and anything not static
gets sent to mongrel.
http://brainspl.at/articles/2006/09/12/new-nginx-conf-with-rails-caching
Cheers-
-Ezra
2020 Jan 01
2
Nginx and SELinux on CentOS 7
Hi,
I'm currently fiddling with Nginx on CentOS 7. Eventually I want to use it
instead of Apache on some servers.
Apache works more or less out of the box with SELinux. My websites are all
stored under /var/www, and ls -Z shows me that all files created under /var/www
are correctly labeled httpd_sys_content_t.
On my sandbox server I don't have Apache (httpd) installed, only Nginx
2014 Apr 01
1
BUG dovecot and nginx
we have setup a two level proxy configuration for our zimbra server:
[ dovecot 2.2.12 (imap proxy mode) ]
V
[ nginx (imap proxy mode) ]
V
[ zimbra imap server]
and it does not work ... after tying a login, the connection just
hangs and ends after 30 seconds with a timeout.
- if I try again rightaway in the same dovecot connection, the login
goes though without trouble.
2023 Aug 09
1
Upload files and folders to nginx web server from the browser
Hi,
Is there a way to upload files to nginx webserver
https://software.mydomain.com from the browser ? I have the below nginx
config file. I am running nginx version: nginx/1.24.0 on CentOS Linux
release 7.9.2009 (Core)
# nginx -v
nginx version: nginx/1.24.0
# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
#
*cat /etc/nginx/conf.d/default.conf*
> server {
> listen
2010 Feb 14
6
Nginx Sock And Rails Envinroment Error
Hi There,
Im running an amazon instance with nginx proxying to a unicorn sock.
For some reason, even though i specify the production environment, when being visited by nginx, the site shows errors in development form.
Interestingly, when running on a port rather than a sock, if i visit that port, the errors are rendered as normal with a 500 page, the same port, throught nginx, shows errors
2012 Dec 04
2
403 Forbidden from nginx when unicorn started in debug mode
I am using nginx with unicorn as a reverse proxy.
Has been fantastic, but needed to look through some code
for first time.
Using ruby 1.9.3p194 with rails 3.2.9, development mode with ssl enabled,
I start unicorn with -d
...and it does not get served up by nginx.
Any ideas, or more information needed?
Thanks!
Jet
Below is my unicorn.rb for developent:
# config/unicorn.rb
env =
2006 Nov 01
8
Nginx, Mongrel, Proxy and REMOTE_ADDR
I''m using a cluster of mongrels behind an apache 1.3 proxy pass. I''ve
been passing the request to pen, which in turn balances the cluster of
mongrels. Now, I''d like to be able to use a different server to send
the static files created by the rails application, so I tried to
replace pen with nginx. Everything seems to work fine except the
environment variable REMOTE_ADDR.
2011 Feb 08
2
Rails + WordPress.org + Nginx = HELP
Running a rails app with Nginx and trying to add wordpress.org in as
either a subdomain or subdirectory with same URL.
Is this possible? Would running Rails and WP on different servers
help?
Found plenty of documentation with Apache, but Nginx lacking.
Thanks!
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2010 Jun 06
3
running passenger + nginx
hi guys,
Assuming I made some changes to the source code.
My production environment runs on passenger and nginx.
How do I restart passenger and nginx with minimal downtime?
Surely I can''t do a "w" on the terminal because a server will not
always be in zero load.
Would love to hear some recommendations.
PS- I have read on unicorn