search for: somesit

Displaying 14 results from an estimated 14 matches for "somesit".

Did you mean: somesite
2000 Dec 28
1
Might want to allow different host keys for different ports on same host
...`ssh' with its host key checking is incompatible with the use of > `redir' to map different ports on a gateway/firewall system to > different systems behind the firewall. > For instance, I redirect ports as follows: > |-----------------| > | fw.somesite.com | > |-----------------| > -> | port 2224 | -> (port 22) internalhost1.somesite.com > Internet -> | port 2223 | -> (port 22) internalhost2.somesite.com > -> | port 2222 | -> (port 22) internalhost3.somesit...
2009 May 26
1
library for URL parameters adding, removing, or replacing?
i think PHP doesn''t have such simple functions yet... does Ruby have it? if in PHP, when we add a param to the URL $redirectURL = $printPageURL . "?mode=1"; it works if $printPageURL is "http://www.somesite.com/print.php", but if $printPageURL is changed in the global file to "http://www.somesite.com/print.php?newUser=1", then the URL becomes badly formed. If the project has 300 files and there are 30 files that append param this way, we need to change all 30 files. the same if we app...
2011 Mar 18
1
creating a htpasswd file for certain urls
H All I am in a kind of fix , i got a website ( beta.somesite.com ) .. that need to be password protected , however there are two URLs that should be allowed to all with out password access. Ona cent os box 5.5 i am running apache . the entire site needs passwd protection except for the Below Urls . http://beta.somesite.com/wp-content/uploads/2011/03/lar...
2011 Sep 01
1
Managing permissions for web folders
We have a web folder /var/www/somesite that's a root for one of the sites. Apache serves files out of here. It is an svn checkout, so that updates could be done by using svn up. Everything has been going great when I use the root user to update, but now I need to give access to other people to make deployments, and it doesn'...
2001 Jun 20
2
openssh-2.9p1 scp to ssh-2.4 fails
Am I missing something obvious or does the scp in openssh not interoperate with the scp in ssh-2.4? I don't have any ssh-2.4 systems but a user here trying to fetch a file from a site which uses it (and doesn't have scp1 gets): scp -o 'protocol 2' -o 'loglevel debug3' -v herrada at eurus2.us.es:tf19.dat
2007 Dec 07
1
format.json
Hi did anyone used format.json before.. If so pls, do let me know how to use it.... -- 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 group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2004 Oct 24
5
Automatic blacklisting.
Hi, Is there any way to automatically block all traffic from IP''s that try more than X number of blocked ports for a preset amount of time? The log I get every morning seems to be getting bigger and bigger with port scans and attempts to access various services, it would be nice if these IP''s could be automatically blocked for like a week or two.. I wouldn''t want
2008 Sep 27
3
make a system call and proceed without waiting for result?
This is probably a general ruby question: in one of my models i need to make loads (up to 600 or so) of system calls with the curl command. It''s a fire-and-forget kind of deal - i don''t care, at that particular moment, whether the calls were successful or not and i certainly don''t want to keep the user waiting for the html responses to come back. Is it possible, with a
2015 Aug 26
5
please block user
On 08/26/2015 12:11 PM, g wrote: > > > On 08/26/15 13:11, Valeri Galtsev wrote: >> On Wed, August 26, 2015 12:55 pm, James A. Peltier wrote: > <<>> > > something no one seems to have mentioned, so i will.. > >>> | >> Received: from mx2.loverhearts.com (mx2.loverhearts.com > > loverhearts.com is a single page that seems to do nothing. and
2010 May 01
0
access http directories requiring authentication across platforms
Hello R users, I am trying to read files from a website that requires authentication. I have been working with url() to to open a connection in Windows. For example: setInternet2(TRUE) con <- url(description="http://myusername:mypassword at www.somesite.com/myfile.txt", open="r") open(con) read.table(con, sep="\t") This works like a charm. My question is does this work across platforms, or only on Windows? The reason I ask is this quote form the ?url documentation Note that 'https://' connections are only...
2005 Oct 11
8
resize images
...agick extension looks promising: http://vantulder.net/rails/magick/ However, I believe it may be overkill for just resizing images sometimes. I have also seen a few javascript examples for resizing, but may not degrade nicely. Also, these images are stored externally and are accessed via http://somesite.com/someimage.gif syntax which the ImageMagick extention does not seem to cater for (maybe after_filter will work though). Any feedback on this is appreciated. Thanks, Tom
2008 Nov 06
8
<video/> and cross site scripting policy.
...ol/ which can be used by the target server to instruct the client to allow the access. Because it took me a while to understand the implications for these GET requests, I'll explain how the authentication sequence would work: (check my work, if I get this wrong, please correct me). My site, somesite.com has a document which contains <video src="http://yoursite.com/video.ogg"/>. A client visits the document. The client attempts to play the video. It connects to yoursite.com and includes a http request header "Origin: somesite.com". Yoursite.com consults its configur...
2006 Jan 04
7
wrong number of arguments error
I keep getting this error every time I try to pass a value to a method. Here is a sample nonworking method. I''ve been pulling my hair out over this all night! Why won''t it work!? My url path is :3000/store/browse/shoes and I''m getting this in the log Parameters: {"action"=>"browse", "id"=>"shoes",
2010 Jan 02
6
mutt execution by daemon
I have a user w/o a shell that runs an app as a daemon that needs to use mutt to email an attachment from a script. During testing when the app was ran as root everything worked:) Now that we obviously are running as a user w/o a shell this little bit broke. I used mutt as I needed to send the attachment as mime, and the ability to specify a muttrc from the cli when executed was useful so we