Displaying 20 results from an estimated 300 matches similar to: "creating a htpasswd file for certain urls"
2000 Dec 28
1
Might want to allow different host keys for different ports on same host
Hi,
and here's the next feature request, which sounds interesting. Also I
think I won't need much extra code to add this feature. So what do you
guys think?
> `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
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
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't
seem to be easy to do using regular users.
I have created a
2010 May 17
0
plm(..., model="within", effect="twoways") is very slow on unablanaced data (was: Re: Regressions with fixed-effect in R)
Hello Giovanni
I made a minor modification to your function, which now allows to
compute the within R-sq in Twoways Within models (see below).
However I ran into an issue that I have already encountered before:
whenever I try to fit Twoways Within models on my unbalanced data, the
process is strangely slow and I usually terminate it either after
~15min or when my CPU hits 100C. This is similar to
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
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
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
2006 Jan 01
7
[ ANN ] Hieraki2
Happy new year! Hieraki 2.0.0 is released.
You can download Hieraki2 from rubyforge.org as tgz or zip
(http://rubyforge.org/projects/hieraki).
Hieraki2 has a new wiki engine that ships with more than a dozen new
features:
* everything-is-a-wiki-page (TM)
* all pages are under version control
* access control list
* stay in full control of the tree structure by cut and pasting
2011 Apr 06
0
Curious treatment of entities in xmlTreeParse
Hello!
I am not experienced enough to know whether I have found a bug or
whether I am just ignorant.
I have been trying to use the tm package to read in material from RSS
2.0 feeds, which has required grappling with writing a reader for that
flavour of XML. I get an error - "Error : 1: EntityRef: expecting ';' -
which I think I've tracked down.
The feed being processed is from
2009 Feb 12
0
Comparing slopes in two linear models
Hi everyone,
I have a data frame (d), wich has the results of mosquitoes trapping in
three different places.
I suspect that one of these places (Local=='Palm') is biased by low
numbers and will yield slower slopes in the variance-mean regression over
the areas. I wonder if these slopes are diferents.
I've looked trought the support list for methods for comparing slopes and
found the
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
2005 Oct 11
8
resize images
Hi,
I am looking for the best solution to resize images to fit within a
certain area. The images will only be made smaller if they will not
fit within a fixed size area. It is important to maintain the same
proportions.
This ImageMagick 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
2006 May 24
5
Ajax.RssReader object
Hi all,
I''m happy to announce that I''ve completed the first version of my
Ajax.RssReader object. It needs some extra''s, but the basic functionality is
now available. You can download it from
http://www.sayoutloud.com/javascripts/rssreader.js
Usage:
function myCallbackFunction( rss ) {
alert(rss.channel.title);
for(n=0; n<rss.items.length; n++) {
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
2008 Nov 06
8
<video/> and cross site scripting policy.
It's been brought to my attention that Mozilla will be changing their
implementation of <video/> to default deny cross-site requests.
(http://www.w3.org/Bugs/Public/show_bug.cgi?id=6104)
In other words: <video src="http://someothersite/videos.ogg"/> Will
not work by default. It will not work like the <img/> tag does, or
like the embed/object tags do which are
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
2008 Dec 29
13
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
Hi,
When dom0 is under heavy load any Vista or Windows 2008 HVM''s that are
running and have multiple cpu''s assigned often BSOD with code
0x00000101 "A clock interrupt was not recevied ona secondary
processor within the allocated time interval"
It only happens if the load in dom0 is high enough to make the mouse
pointer lagged, once the mouse fails to track in
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
2008 Dec 29
13
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
Hi,
When dom0 is under heavy load any Vista or Windows 2008 HVM''s that are
running and have multiple cpu''s assigned often BSOD with code
0x00000101 "A clock interrupt was not recevied ona secondary
processor within the allocated time interval"
It only happens if the load in dom0 is high enough to make the mouse
pointer lagged, once the mouse fails to track in
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