similar to: SSL problems with RoR, MySQL and Apace

Displaying 20 results from an estimated 300 matches similar to: "SSL problems with RoR, MySQL and Apace"

2011 Nov 24
2
This is not the error: ActionView::MissingTemplate
Hey everyone, I am getting the following error: Started POST "/rubyamf/gateway" for 127.0.0.1 at 2011-11-24 16:27:20 +1300 Processing by RubyamfController#gateway as */* Processing by ProjectsController#templates as */* ←[1m←[36mProject Load (1.0ms)←[0m ←[1mSELECT `projects`.* FROM `projects` ←[0 m Completed 200 OK in 34ms (Views: 3.0ms | ActiveRecord: 28.0ms) Completed 500
2007 Jun 26
11
mongrel not daemonizing for me..
Hey All, I''m setting up some mongrel servers.. can''t get it to daemonize. here is my configurator block:: config = Mongrel::Configurator.new(:host => OPTIONS[:ip]) do #debug(''/gateway.rb'',[:access,:threads]) listener :port => OPTIONS[:port] do uri("/gateway.rb", :handler => RUBYAMF::MongrelServlet.new, :num_processors =>
2007 Nov 28
6
Broken edge
Hi all, Not sure if I''m the only one with this problem... We''re on edge for both rails and rspec, and i just did an update... Some apparently innocuous rails stuff was updated, and then half my specs broke due to an error in rspec_on_rails: ArgumentError in ''UserController without logged in user should show the index page'' wrong number of arguments (2
2007 Oct 11
0
RubyAMF methods not being found - plugin not being included?
Hi, Im trying to use rubyAMF, and I installed the plugin into my vendor/plugins directory. However, it doesnt seem to be loading the active_record and action_controller utilities. There is a method in rubyAMF called "as_single!" This method is not being found in AR. Looking through the plugin code, I dont see how the file gets required since there is no "init.rb" file in the
2007 Aug 21
7
rails truncating raw_post_data?
Has anyone ever run into any problems with rails truncating raw_post_data. My situation is this: I''m the developer for RubyAMF (wiki.rubyamf.org). Which is a flash remoting application server. With the rails plugin, it allows flash to talk to a controller and return AMF data.. So long story short, the flash player makes a request to a rails controller sending AMF binary format in the
2009 Oct 12
0
Flash / Flex on Rails (Ruby AMF)
Hi All, I repost my message on RubyAMF group to you all because the group seems dead and i can''t get help. I hope anyone here has done Flash - Rails development can answer my question. I''m creating a Flash - Rails application. From what i know Super Simple Remote (AS3 classes) has been migrated to Guttershark since early 2008 and i have tried some tutorials even the one in
2007 Aug 21
2
ActionPack raw_post_data_fix.rb#read_body bug with AMF data.
Hey Everyone, I just found a slight problem with the "read_body" method in raw_post_data_fix.rb. This line: # Fix for Safari Ajax postings that always append \000 content.chop! if content[-1] == 0 This causes problems with Flash AMF binary format. As AMF always appends a \000 to the stream as well. I''m the developer over at RubyAMF and have been running into problems with AMF
2013 Aug 25
2
RCurl cookiejar
R-helpers, When I use cURL in the Terminal: curl --cookie-jar cookie.txt --url "http://corpusdelespanol.org/x.asp" --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20100101 Firefox/23.0" --location --include a cookie file "cookie.txt" is saved to my working directory. However, when I try what I think is the equivalent command R with RCurl:
2016 Dec 27
2
Help with httpd userdir recovery
On 12/27/2016 02:58 PM, Leonard den Ottolander wrote: > Hello Robert, > > On Tue, 2016-12-27 at 12:43 -0500, Robert Moskowitz wrote: >> My understanding (most likely flawed) is that Indexes are needed to see >> the list of files in mydir, > Correct. > >> and to be able to walk down to subdir. > Incorrect. The index is a convenience. Without it directories with
2010 Dec 08
1
possible bug in chron packages
Dear, According to the documentation, the parameters given in "dates" are passed to the function "chron". When trying this out, it turns out that this apparently doesn't happen, eg: > dates("20100101",format="Ymd",out.format="day mon year") [1] 01/01/10 > chron("20100101",format="Ymd",out.format="day mon
2016 Mar 23
2
Centos in the Browser string ?
I know Centos is a 100% rebuilt of whatever Red Hat has produced, even though the version numbers are no longer visually identical and, as Johnny always writes, "If it ain't in the Red Hat version, it ain't in Centos" or words having the same meaning. Having got circa 20,000 hits, from all round the world, to a single dull web page in 2 days, I thought I would analyse the
2020 Jun 27
2
SSL-Question
I set icecast.xmp: <listen-socket> <port>8000</port> </listen-socket> <listen-socket> <port>8443</port> <ssl>1</ssl> </listen-socket> 8000 work, 8443 not work. If set ssl to port 8000 not work nothing V V sob., 27. jun. 2020 ob 18:13 je oseba Paul Martin <pm at nowster.me.uk> napisala:
2014 Jun 30
2
Sieve seems to break mailbody during automatic redirection
Hi, I have a strange problem with sieve. After upgrading to 2.2.13 sieve seems to break the mailbody during automatic redirection. I have the following configuration. - User A sends mail to User B. - User B has an automatic redirect to User C - User C geht the mailbody broken I did some debugging. This is a part of the mailbody which i grabbed from the mailqueue before the mail gets
2011 Feb 09
2
SIP MESSAGE outside calls - state of the art?
I have a mobile phone (UTStarCom GF-210) that uses SIP MESSAGE to send "SMS" messages over VoIP. My Asterisk 1.4 installation drops these messages and returns a failure condition to the phone: [Feb 9 10:17:22] WARNING[11960]: chan_sip.c:9859 receive_message: Received message to <sip:2542 at firedrake.org> from "Display Name" <sip:mob776 at
2014 Feb 11
2
Some LDA questions!
Hi there! I have been setuped exim and dovecot. Exim uses dovecot-lda to deliver mails to mailbox. Some configurations of exim: dovecot_virtual_delivery: ? driver = pipe ? command = /usr/libexec/dovecot/dovecot-lda -d $local_part@$domain -f $sender_address ? message_prefix = ? message_suffix = ? delivery_date_add ? envelope_to_add ? return_path_add ? log_output ? user = vmail ? group = vmail ?
2009 Jan 18
0
ActiveResource and file uploads
I am trying to figure out how I could ActiveResource with one of my web services. I have a desktop application which basically sends and receives data to and from the server via AMF. (It is an Adobe AIR application for multiple platforms.) I''m using RubyAMF as the remoting gateway and Rails v 2.2.2 as the base of my web application. I''ve managed to get file uploads work with
2016 Dec 27
4
Help with httpd userdir recovery
On 12/27/2016 11:48 AM, Leonard den Ottolander wrote: > Hello Robert, > > On Tue, 2016-12-27 at 10:25 -0500, Robert Moskowitz wrote: >> I can display the /home/rgm/public_html/index.html file that only has >> "Hello World' in it (to prevent anyone from walking my file tree from >> the root). > To prevent people walking a directory structure you better disable
2011 Feb 26
0
[JOBS] Ruby on Rails - Back End Developer
**Thank you** Ruby on Rails - Back End Developer Description: This is a key development role at Mixbook, a profitable, rapidly- growing startup that is changing the game in the personalized photo books / photo products market. In the past, the standard applications for creating photo book products limited users to strict templates and few options. Mixbook has created a powerful and intuitive
2010 Jan 01
1
PBX Extension Help
hi all, I have a little problem. I'm trying to configure a2billing (asterisk2billing) with asterisk. Everything done successfully but when I try to call following error occur "WARNING[9690]: pbx.c:3170 pbx_extension_helper: No application 'DeadAGI,a2billing.php' for extension (a2billing, 456,3) and it hang ups the call. Can someone please tell me why this error occuring. My
2016 Dec 28
4
Help with httpd userdir recovery
On 12/28/2016 03:32 PM, J Martin Rushton wrote: > > On 28/12/16 20:11, Robert Moskowitz wrote: >> >> On 12/28/2016 01:53 PM, m.roth at 5-cent.us wrote: >>> Robert Moskowitz wrote: >>>> On 12/28/2016 05:11 AM, Todor Petkov wrote: >>>>> On Wed, Dec 28, 2016 at 5:18 AM, Robert Moskowitz <rgm at htt-consult.com> >>>>> wrote: