Displaying 2 results from an estimated 2 matches for "reescap".
Did you mean:
reescape
2003 Jun 03
1
[Bug 586] Syntax error on local to local copy (escaping required)
...Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: lukeross at sys3175.co.uk
When trying to upload a file, I inadvertently missed off the trailing ':' to
make it remote copy, so scp attempted to local copy, using "exec cp". However
scp didn't reescape the filenames:
$ scp /home/mp3/Kosheen\ -\ Catch\ \(original\).mp3 lukeross at 1.2.3.4
sh: -c: line 1: syntax error near unexpected token `('
sh: -c: line 1: `exec cp /home/mp3/Kosheen - Catch (original).mp3 lukeross at 1.2.3.4'
$
------- You are receiving this mail because: -------
Yo...
2007 Jan 02
10
problems with apache 2.2 proxying to mongrel cluster
Hi all,
I''ve been having problems with the apache 2.2-mod_proxy_balancer-
mongrel setup.
My setup is:
CentOS 4.3
apache 2.2.3 (compiled from source) with mod_proxy_balancer
mysql 4.1
ruby 1.8.4
mongrel 0.3.14 (I know I need to update but I think this problem is
independent of the mongrel version)
mongrel_cluster 0.2.0
rails_machine 0.1.1
I have apache setup as per Coda''s