Displaying 20 results from an estimated 26 matches for "isapi".
Did you mean:
sapi
2006 Feb 24
5
Controller Methods gets called twice on single invocation
I have no idea why this is happening but it seems like every method on
my controller gets called twice. Here is what it looks like when I call
a list using the scaffold code
==========================
Processing DepartmentsController#index (for 127.0.0.1 at 2006-02-24
01:05:00) [GET]
Parameters: {"action"=>"index", "controller"=>"departments"}
2004 Oct 04
1
AD2003 +Squid NTLM Auth.
..., but when using a browser such as netscape which should use BASIC auth
mode, it denies with the same messages in the logs as IE failing on
challenge/response.
-------------tail of access.log-------------------
1096907971.215 4 192.168.1.110 TCP_DENIED/407 3715 GET
http://www.microsoft.com/isapi/redir.dll? - NONE/- text/html
1096908014.779 3 192.168.1.110 TCP_DENIED/407 3674 GET
http://www.microsoft.com/isapi/redir.dll? - NONE/- text/html
1096908014.840 11 192.168.1.110 TCP_DENIED/407 3701 GET
http://www.microsoft.com/isapi/redir.dll? - NONE/- text/html
1096908014.848 7 192.1...
2010 Jan 10
7
IIS + Apache + Mongrel: Problem with big data submit form
...at port 8080 for balancing load for the
two Mongrels => So I can access my website at URL http://mywebsite:8080/
+ I want to allow users access my website without typing port 8080 in
the URL. However, the server already runs IIS for several other
web-sites at default port 80. Therefore, I used ISAPI Rewrite to
forward
requests from IIS (at port 80) to the Apache (and therefore towards
the
Mongrels) => I can access the website at URL http://mywebsite/
(To do these steps, I followed the guide in book Deploying Rails
Application - Pragmatic Bookshelf)
Everything seems to work fine until I fi...
2006 Feb 24
8
RoR meets .net *cringe*
...or (and we can''t
reproduce it again) it performs poorly under IIS. It looks good until
you start hitting it with any benchmarks. It really slows down.
> 2. Are there any practical suggestions for laying out an application
> (one web site) that is both asp.net and RoR for the regex isapi
filters?
> (sub-domain them, different paths etc)
Your best bet is to install Apache on Windows, set it to run on a higher
port and use ISAPIRewrite to proxy to that higher port.
Even then, it''s dog slow.
I''m in a Windows shop, so believe me, I know what you''re go...
2006 Feb 13
8
Anyone have Ruby for IIS installer?
...39;'re in for a world of hurt. We''ve given up on the idea after several
months of trying (and some great feedback from this list). There are
some on this list who claim to have gotten it to work, but that might
just be luck.
We''re now using Apache on a higher port, and using ISAPIRewrite to proxy
requests to it. It works great. I will be writing an article on how to
do this and will announce it here.
-----Original Message-----
From: rails-bounces@lists.rubyonrails.org
[mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Erwin Quita
Sent: Friday, February 10, 2006 3:0...
2007 Nov 14
8
Best practice Ruby on Rails on Windows configuration
Hi,
I have read many articles on the net today about configuring Ruby on Rails
on a Windows server. But there doesn''t seem to a one solution for all on how
to configure a new Ruby on Rails server. So I can use some advise with this.
I am using a Windows 2003 server and don''t get many request a day. But most
of the request are quite heavy. The main focus is on optimizing the
2005 May 23
16
Success - Rails, FastCGI, and IIS / Windows Server
...e village yelling "The future is now!". A PDP-11
geezer stuck his head out a window and said "The future
isn''t what it used to be and keep yer shirt on".
Modifications were required to dispatch.fcgi and request.rb.
The following components were used:
Ionic Shade ISAPI ReWriter:
http://cheeso.members.winisp.net/dl/IonicIsapiRewriter.zip
Shane Caraveo''s FastCGI ISAPI DLL:
http://www.caraveo.com/fastcgi/fastcgi-0.6.zip
fcgi.rb and fcgi.so from Ruby for Apache:
http://rubyforge.org/frs/download.php/2198/RubyForApache-beta2.e...
2006 Apr 04
21
Rails on IIS
...ww.beamartyr.net/articles/iisperl.html) for setting up Perl
with IIS. Basically, you give the user account some extra user rights.
- Don''t forget to make all the dll''s and .exe''s described executable to
whatever user your IIS app pool is running as, and make the
IconicIsapiRewrite and <myapp>/log directories writeable.
- Even though I just downloaded my version of Rails (1.1.0 per
scripts/about) using gems, and the file notes that it includes an IIS
hack, I had to modify request.rb as described here at
http://colinramsay.co.uk/diary/archives/000297.html. Wha...
2006 Apr 19
2
Capistrano on Windows
...cript/Program that
doesnt work under Windows] under Windows." I''m just tired of
having to jump through hoops to acheive what it takes Unix users
2 seconds to do. From not ever getting "rake freeze_gems" to work,
to the absolute debacle that is rails+IIS/fastcgi/lighttpd/ISAPI (you''re
telling me with a straight face that I need to install Apache to get
rails working in IIS? WTF?) I''m extremely frustrated.
I''m whining. Back to my original question. I want to implement
Capistrano on my Windows-based setup. Am I wasting my time
insofar as...
2008 Apr 15
9
Winelibs question.....
...have stuff that makes more sense to use with winelibs.
I've had no significant difficulties setting up and compiling bits an pieces, basically just to get my orientation sorted. One of my apps is an internet client/server jobbie, Currently it's targetted to IIS on Windows 2003/2008, using ISAPI.
I'm looking to move it to linux so that I can host it on a remote dedicated server, along with other stuff which is likely to work better with Linux. I have the ISAPI angle covered because I have an internet services library with a common base which can either be ISAPI or CGI. Clearly I'm...
2006 Dec 27
7
A FastCGI-compliant executable for RubyOnRails
We are looking for a FastCGI protocol compliant RoR executable that can
be used to host RoR in FastCGI mode.
However, neither Ruby.exe nor Rubyw.exe appear to work with the FastCGI
protocol (http://www.fastcgi.com/devkit/doc/fcgi-spec.html). Perhaps
we are missing specific command line switches, or environment variables
necessary to make this work.
Any information much appreciated.
Thanks,
2007 May 22
1
Re: Ocfs2-users Digest, Vol 41, Issue 21
...lopers:
>
> -------- snip --------
> flock() will not work on NFS and many other networked file systems. Check your operating system documentation for more details.
>
> On some operating systems flock() is implemented at the process level. When using a multithreaded server API like ISAPI you may not be able to rely on flock() to protect files against other PHP scripts running in parallel threads of the same server instance!
> -------- snip --------
>
> OS is CentOS 4.4, latest kernel (2.6.9-42.0.10ELsmp) and latest rpm package from ocfs2.
>
> Could it be that ther...
1997 Jul 24
0
Updated Windos 95 Drivers to Correct Samba issuess.
The updated Vredir.vxd file corrects a problem deleting files on Samba
servers running on UNIX- based computers. This problem can cause local
files to be deleted. (168936 bytes, published 07/16/97 )
http://www.microsoft.com/isapi/support/ps_sl.idc?purl=/windows/&pfx=w95&base=windowssupport&kbd=win95x&sl=q_misc95
Hope this helps,
Alan
1998 Jun 30
1
NT Crashes when doing large network file Xfers (3c595)
On Tuesday, June 30, 1998 2:25 PM, cmc@mind.org wrote:
>Something I'm actually familiar with. Wow.
>
>First off, the 3C595 card does *not* support full-duplex at 100mb.
>It supports 10mb at half or full duplex and 100mb at half duplex
>only! I researched this only 2 weeks ago, check on 3com's site if
>you're not convinced. Backing off to half-duplex won't fix this
2004 Feb 26
0
IIS and Samba
Good morning.
I am sorry for this newbie question: I am using a samba (3.01) share on
a RedHat 9 system, which holds datas and w32 applications for our
intranet.
Since I develop isapi.dll's , I need to have a running IIS on another
machine, and a virtual directory which points to the samba share, where
Dll's and databases are stored. On creating the virtual directory, I am
asked with which user I should connect to the resource and, indeed, the
content of the share is dis...
2006 May 13
0
Transferring files via Windows BITS using Apache/HTTP/RoR (without the browser)
...protocol. For downloads, the HTTP server''s Head method must return the file size and its Get method must support the Content-Range and Content-Length headers. As a result, BITS only transfers static file content and generates an error if you try to transfer dynamic content, unless the ASP, ISAPI, or CGI script supports the Content-Range and Content-Length headers.
BITS can use an HTTP/1.0 server as long as it meets the Head and Get method requirements.
To support downloading ranges of a file, the server must support the following requirements:
* Allow MIME headers to include the standar...
2007 Jan 26
10
Camping and DBI
Hi,
I''ve been playing around with using DBI instead of ActiveRecord ''cause
I just love to beat myself up! ;) Is this an okay way to do this, or
is there any other more creative ways?
require ''dbi''
module MyApp:Models
class DB
def self.dbh
DBI.connect(''DBI:Mysql:dbname'', ''username'',
2005 Dec 16
25
I Would Really Like to Try RoR but...
it''s been a nightmare trying to set it up. I keep getting a an
Application Error message when I try to navigate to a url which should
be taken care of by my newly created controllers. For instance, I
wanted to test RoR out so I created a MyTest controller which should
allow me to navigate something like:
http://localhost/rubytest/MyTest
but it does not. I have no problem getting
2006 May 27
4
MSWord97 installs properly but still won't launch (or save?) -- 3 more data files
Dear friends:
Forgot to include three more data files:
http://www.websher.net/tmp/user.reg
http://www.websher.net/tmp/system.reg
http://www.websher.net/tmp/userdef.reg
Thank you again.
Benjamin
I've been trying for some time to install my copy of Word97 (which I
own, having purchased it directly from Microsoft with my own license
number). I have tried the latest Wine 0.9.14. To do
2006 Aug 02
15
Rails in a Windows World
I work at an organization that is very wrapped up in Microsoft products. I
am trying to get a test application put in however I''m not sure what to do
about the infratstructure. If it were up to me we would put in MySQL and
Apache or Lighty, however its not up to me. The easiest way to get an
application into production at our company would be to use the existing MS
SQL server and IIS