Hi folks,
What password does InstantRails set for SCGI?
When I neutered the password in the scgi.yaml file and tried to start
the server on the command line, this is what I got:
$ scgi_ctrl.cmd start
E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3/lib/scgi.rb:597:in
`fork'': the fork() function is
unimplemented on this machine (NotImplementedError)
from
E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3/lib/scgi.rb:597:in
`start''
[etc.]
So if I can''t start it from the command line because of a
"fork"
problem, how can InstantRails possibly start it from the GUI?
That said, I *have* run the "cookbook" application that comes with
InstantRails, and I ran it through SCGI. So it is possible...
Cheers,
Gavin
Both of these questions are answered in the FAQ (see #2 and #6): http://instantrails.rubyforge.org/wiki/wiki.pl?FAQ Curt On 4/24/06, Gavin Sinclair <gsinclair at gmail.com> wrote:> > Hi folks, > > What password does InstantRails set for SCGI? > > When I neutered the password in the scgi.yaml file and tried to start > the server on the command line, this is what I got: > > $ scgi_ctrl.cmd start > E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3 > /lib/scgi.rb:597:in > `fork'': the fork() function is > unimplemented on this machine (NotImplementedError) > from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3 > /lib/scgi.rb:597:in > `start'' > [etc.] > > So if I can''t start it from the command line because of a "fork" > problem, how can InstantRails possibly start it from the GUI? > > That said, I *have* run the "cookbook" application that comes with > InstantRails, and I ran it through SCGI. So it is possible... > > Cheers, > Gavin > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060424/3ea6330c/attachment.htm
OK, I see the answer to the second question (it runs scgi_service
instead of scgi_start), but not the answer to the first question
("What password does InstantRails set for SCGI?"). The only talk of
passwords in the FAQ concerns MySQL, not SCGI.
Gavin
On 4/25/06, Curt Hibbs <curt.hibbs at gmail.com>
wrote:> Both of these questions are answered in the FAQ (see #2 and #6):
>
> http://instantrails.rubyforge.org/wiki/wiki.pl?FAQ
>
> Curt
>
>
> On 4/24/06, Gavin Sinclair <gsinclair at gmail.com> wrote:
> >
> Hi folks,
>
> What password does InstantRails set for SCGI?
>
> When I neutered the password in the scgi.yaml file and tried to start
> the server on the command line, this is what I got:
>
> $ scgi_ctrl.cmd start
>
E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3/lib/scgi.rb:597:in
> `fork'': the fork() function is
> unimplemented on this machine (NotImplementedError)
> from
> E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/scgi_rails-
> 0.4.3/lib/scgi.rb:597:in
> `start''
> [etc.]
>
> So if I can''t start it from the command line because of a
"fork"
> problem, how can InstantRails possibly start it from the GUI?
>
> That said, I *have* run the "cookbook" application that comes
with
> InstantRails, and I ran it through SCGI. So it is possible...
>
> Cheers,
> Gavin
>
> _______________________________________________
> Instantrails-users mailing list
> Instantrails-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/instantrails-users
>
>
> _______________________________________________
> Instantrails-users mailing list
> Instantrails-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/instantrails-users
>
>