search for: ngnix

Displaying 12 results from an estimated 12 matches for "ngnix".

2014 Aug 19
2
Install and configure Nagios
Hi All, How to install and configure monitoring tools Nagios,lcinga,Zabbix and Ngnix on COS5 and COS6. -- *Thanks,* *Manikandan.C* *System Administrator*
2008 Mar 31
3
how to get mongrel to use maintenance.html file?
Does someone know how to tell mongrel_rails to read the public/system/maintenance.html file? -- Posted via http://www.ruby-forum.com/.
2011 Sep 18
1
Apache vs Nginx POST
Are GET, POST, and COOKIE on Ngnix the same as Apache? I''m creating these objects assuming a form will POST and get turned into a hash/ array is this the correct expectation? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send emai...
2011 Aug 18
3
Rails 3 - Production Environment
...Apache with Passenger module in production environment. So is there any way to just install and configure apache and passenger alone, and no need to install Ruby or Rails or any other gems? -> Performance wise - which is better among the following options: 1) Apache + Passenger (using Ruby) 2) Ngnix + Passenger (using Ruby) 3) Apache + Mongrel cluster (using Ruby) 4) Tomcat using JRuby 5) Glassfish + Apache using JRuby -> I personally found in development machines that Ruby (webrick) is faster than JRuby (webrick). Am I correct? Will it be the same in Production environment too? Also, let...
2007 Dec 16
2
mongrel and reverse proxy security
...mongrel. Then i read that i cannot use directly mongrel like webrick because it does not speak SSL. So my issue is : how to be sure things stay secure in the way that the proxy should be the one speaking ssl and making client ssl certificate signature verification. I read the pound and the ngnix wiki article and i am a bit confused here. Lets see for nginx: ssl_certificate cert.pem; ssl_certificate_key cert.key; ssl_client_certificate /etc/puppet/ssl/ca/ca_crt.pem (and ssl_verify_client on; in the server setting) So here i took the debian default ssl co...
2014 Apr 01
1
how to enable debugging in imapc
Hi Net, How can I enable debug messages in the imap-proxy client? Trying to figure why the imap-proxy mode does not work towards ngnix. specifically, how can i set conn->client->set.debug in ./src/lib-imap-client/imapc-connection.c cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland www.oetiker.ch tobi at oetiker.ch +41 62 775 9902 *** We are hiring IT staff: www.oetiker.ch/jobs ***
2010 Sep 07
0
[JOBS] HelloExpert.com is looking for technology leaders (Dir/VP level hires)
...ing at hiring seasoned technologists with entrepreneurial ambitions with strong exposure to any or some of the following technologies: • Python • Ruby on Rails • AJAX • MySQL • XHTML • XMPP/Jabber • Adobe Flash and Action Script • Any open source based unified communication technology API/stack • NgNix & HAProxy • Linux as the OS Desired experience would be hands on experience in building/ architecting and scaling consumer portals involving cutting edge open source technologies. In the nearterm , the most important thing is to scale and improve HelloExpert.com platform, and so it is critical...
2010 Jan 03
3
Tiny webserver to run as root
Hi all Does anyone have a suggestion for some software, a tiny webserver that is able to run as root and execute CGI scripts? It should be smaller than apache and preferably even smaller than lighttpd. It doesn't need a whole lot of features, it only needs to be able to execute CGI scripts. I have tried a few: nanoweb (which is written in php as well) but has some problems with CGI scripts
2007 Aug 29
12
ruby on rails search engine
He all, who can recommend me search engine(search for different models) for my web-site? ps: i know about ferret for example, but maybe there are some others? Thank you -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2006 Dec 07
17
compress and max upload size?
I am using mongrel_cluster with mod_proxy_balancer and would like to enable compression (assuming it improves throughtput) and limit file size upload. I configured mod_deflate and LimitRequestSize in Apache, but in my trials looks like the proxied calls bypass those directives (the conf goes below). Is there a way to get this? -- fxn # Adapt this .example locally, as usual. # # To be
2006 May 30
11
Display XML file, with some formatting.
Hi. Im quite new to this Rails thing, but it seems like a good product so why not try it out whit a little prototype i need to build. What i want is to load any given XML file, and display it with some formatting. I have some XSD shemes to validate the XML files against, but its not vital rigth now. But how should i approach this task? At first it would proberly be a good idea to load the
2013 Feb 16
22
How to manually create Puppet CA and client certificates using openssl?
I am wondering how to manually (using openssl instead of puppet cert command) create CA that would be usable by Puppet? The goal would be to script creation of such CA''s to deploy them on multiple puppetmasters, instead of certificates being created on them via puppet cert command. Any ideas on how to do it? I was only able to find something like that: