Displaying 20 results from an estimated 6000 matches similar to: "UTF-8 routes.rb and Passenger vs. Mongrel/WEBrick"
2006 Nov 04
0
page caching urls with space characters broken in webrick and mongrel
Page caching of urls with spaces in them using WEBrick and Mongrel is
broken in Edge Rails (and Rails 1.1.6, where I started). This is due
to the dispatch flow of control in both servers converting ''+'' in
requested paths into '' '' chars, whereas the page caching system writes
cache files for URLs with spaces in them out as encoded ''+''
2011 Mar 23
9
WEBrick, Passenger or Mongrel
Hi,
My organization is going to set up puppet soon. We have thousands
servers and desktops. Would WEBrick work well for this? Or should we
use Passenger?
Thanks,
Haiyan
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
2010 Apr 26
2
woriking under webrick but not under passenger
Hi!
I have just added login feature to my rails application (followed the
instruction from (Agile Web Development with Rails) but now I am getting
strange errors (looks to me like some kind of routing problem) under the
passenger/apache.
The error is:
500 Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
From the log:
2011 May 04
2
Passenger Error "during the evaluation of config/environment.rb"
I have been through all of the instructions for setting up a
PuppetMaster using Passenger. At the present time, when I access
Passenger I receive the Passenger Error page with the message "The
application has exited during startup (i.e. during the evaluation of
config/environment.rb)". I''ve looked at the log files and there is
nothing obvious.
When I run puppetmaster
2004 Mar 18
1
samba 3.0.2a-Debian +ldapsam +smbldap-tools 3.0rc4-1= newly created users can't log in
There is something very strange going on with new users...
i've created a new user using the smbldap-tools
creation goes fine...
smbldap-useradd -a -g labusers -G power_users -n -c 'test user' -m -P
testuser
I've set the password and i see this in my ldap dir:
ldapsearch -x -D cn=ldapadmin,dc=bitc,dc=unh,dc=edu -W
'(&(uid=testuser)(objectclass=SambaSamAccount))'
#
2003 Nov 19
1
Format problem in previous mail. RE: Closer with pxeboot, but n ot all there...
Hi again...
The text under "BTX loader..." should appear as a block where each
line is 56 characters long. "BTX halted" is on its own line.
Apologies for my mailer...
-Chris
-----Original Message-----
From: McMahon, Chris
Sent: Wednesday, November 19, 2003 8:32 AM
To: 'H. Peter Anvin'; McMahon, Chris
Cc: 'syslinux at zytor.com'; 'mike at
2011 Jan 25
1
What's new about the Webrick/Mongrel situation ?
Hi,
I''ve just finished James Turnbull book "Pulling Strings With Puppet" - which
definitely an excellent introduction to Puppet, and I was wondering - as the
book is a couple years old, what was the status of the all mongrel/webrick
situation ? I guess it''s still recommended to use Mongrel rather than
Webrick for puppetmaster, at least for 0.25.5 (which I''m
2011 May 16
3
Problem with GET args and UTF-8 encoding (output of Rack::Utils.unescape() ?)
Hi folks,
Here''s my basic issue, hopefully this is clear. I''m trying to submit
some UTF-8 values in my query string, but they are coming out mangled
on the other end. It *seems* like the problem is that what
Rack::Utils.unescape() pushes out gets converted to UTF-8 somewhere in
the chain (using 3.0.7, and Ruby 1.9.2, by the way), and it''s mangling
characters which are
2003 Nov 17
0
And we're there. RE: Found it; getting closer. RE: Use DISPLAY codes with PXELINUX?
Set "PROMPT 1" in the config file.
-----Original Message-----
From: McMahon, Chris
Sent: Monday, November 17, 2003 12:40 PM
To: McMahon, Chris; 'syslinux at zytor.com'
Subject: Found it; getting closer. RE: Use DISPLAY codes with PXELINUX?
Hello...
Added real control characters to the file, but they were still
ignored-- until I added "IMPLICIT 0" to the config
2003 Nov 19
2
One more clue, maybe...
The stack dump message is white text on black background. Right
above the stack dump message, still in yellow-on-blue from the PXELINUX
settings, is the text:
Building the boot loader arguments
Relocating the loader and the BTX
Starting the BTX loader
<change to white-on-black>
BTX loader 1.00 BTX version is 1.01
<stack dump>
Would that business of "arguments...
2003 Nov 18
2
More info about split-second message. RE: run FreeBSD "pxeboot" from pxelinux.0?
Hello...
In the split-second before the reboot, I can see that the pxeboot.0
process is indeed started-- pxeboot gets out just over 2 lines of text
before the reboot occurs.
So it's not a "ready" message.
The text in question is (without *'s):
******************************************
PXE Loader 1.00
Building the boot loader arguments
Relocating the loader and the
2006 Nov 22
1
to_absolute_uri typo in 0.6.3?
I just started using Mechanize, and started using Ruby about thirty
seconds before that, but one of the sites I''m scraping does a redirect
on form submission to a badly-formed relative URL:
index.cfm?action=bing&bang=boom=1|a=|b=|c= (etc.)
Interestingly, Mechanize 0.6.2 handled this OK, but in 0.6.3 this causes
a URI::InvalidURIError exception from URI.parse() in to_absolute_uri
2013 Aug 27
2
passenger installation file passenger-install-apache2-module missing
Dear all,
I have installed
yum install rubygem-passenger
Installed:
rubygem-passenger.x86_64
0:4.0.5-3.el6
Dependency Installed:
rubygem-daemon_controller.noarch 0:1.1.4-3.el6
rubygem-fastthread.x86_64 0:1.0.7-1.el6
rubygem-rack.noarch 0:1.0.1-2.el6
rubygem-rake.noarch 0:0.8.7-2.1.el6
2014 Oct 31
0
[PATCH 2/3] fish: basic tests for readline escaping
From: Maros Zatko <mzatko@redhat.com>
---
fish/test/Makefile.am | 39 ++++++++++++++++
fish/test/testquoting.c | 120 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 159 insertions(+)
create mode 100644 fish/test/Makefile.am
create mode 100644 fish/test/testquoting.c
diff --git a/fish/test/Makefile.am b/fish/test/Makefile.am
new file mode 100644
index
2003 Nov 19
0
Closer with pxeboot, but not all there...
Hello...
With syslinux pre7, I am consistently getting what looks like a
stack dump out of the FreeBSD loader.
I have seen this behavior from pxeboot before. Maybe once out of
every fifty or so runs of pxeboot, I would see an error message like the one
below, but it was both rare and inconsistent. Now I am getting this message
every time pxelinux invokes pxeboot:
BTX loader 1.00 BTX
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
I agree you however i solved my problem with
app_voicemail.c
The table scheme provide in doc/README.odbcstorage
don't match to sql queries in app_voicemail.c
I think developpers who has written app_voicemail.c
for ARA provide a useable table !
Regards
Harry
--- Steve McMahon <voip@digitaldatabits.net> a ?crit :
> These questions should be sent to Asterisk-Users
> this is not a
2006 May 11
5
Mongrel 0.3.13 Pre-Release -- Out of Hibernation
Hello Mongrel Fans,
After about a Month of busy work, bad computers, moving half my house
across the country, and other dramas, I''m finally pushing out the next
release of Mongrel.
This pre-release has lots of little goodies and the start of some
documentation that should get everyone primed for the big "Mongrel 0.4
Enterprisey Edition 1.2" coming real soon now.
INSTALLING
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
I agree you however i solved my problem with
app_voicemail.c
The table scheme provide in doc/README.odbcstorage
don't match to sql queries in app_voicemail.c
I think developpers who has written app_voicemail.c
for ARA provide a useable table !
Regards
Harry
--- Steve McMahon <voip@digitaldatabits.net> a ?crit :
> These questions should be sent to Asterisk-Users
> this is not a
2009 May 04
1
Passenger 2.2.1 error?
Hi,
I am running my rails 2.3.2 app on Passenger 2.2.1.
There''s a simple page like
render :text => "Hello"
And it crashes about every 1 out of 5 refreshes.
Is there any known issue with Passenger 2.2.1?
Thanks.
Sam
--
Posted via http://www.ruby-forum.com/.
2009 Jun 22
0
Passenger 2.2.2 error
Hi,
I deployed an rails 2.3.2 app on passenger 2.2.2.
I get the following error sometimes.
Is it something I can fix in my app or not?
Passenger encountered the following error:
The application spawner server exited unexpectedly: Broken pipe
Exception class:
PhusionPassenger::Railz::ApplicationSpawner::Error
Backtrace:
# File Line Location
0