Installed Preview 7 with typo. Changed this line in my host file: from : 127.0.0.1 localhost to: 127.0.0.1 typo When I attempt to access my new typo app via http://typo I get this error: Application error ( Apache) Change the error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html Any ideas what I might be doing wrong? -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051215/4f3e2c0d/attachment.htm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Larry Kelly wrote:> Application error ( Apache) > Change the error message for exceptions thrown outside of an action > (like in Dispatcher setups or broken Ruby code) in public/500.htmlDid you start the SCGI process? - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDotfWSIxC85HZHLMRAhWFAKCcXnhCFtdjdx0ccfsJy8oimRWijQCgg5ki wvAFeIcEpqXBZKdyBSAozk0=2aoY -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Larry Kelly wrote:> Installed Preview 7 with typo. Changed this line in my host file:> Application error ( Apache) > Change the error message for exceptions thrown outside of an action > (like in Dispatcher setups or broken Ruby code) in public/500.htmlAnother possible note: I made the port for typo to be 9998; but the mangement interface resets to 9999, so if you clicked ok, it reset it to 9999 and the webserver is looking for 9998. Set it to 9998 and restart the SCGI server... - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDotrVSIxC85HZHLMRAqL4AJwLr9fj3BOPVKK+ycyNP3BVL7hfvgCePNMO ydPoF9nZAxgR0azbM9IPSBA=eXt3 -----END PGP SIGNATURE-----
yes, -L On 12/16/05, David Morton <mortonda at dgrmm.net> wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Larry Kelly wrote: > > > Application error ( Apache) > > Change the error message for exceptions thrown outside of an action > > (like in Dispatcher setups or broken Ruby code) in public/500.html > > Did you start the SCGI process? > > - -- > David Morton > Maia Mailguard - http://www.maiamailguard.com > Morton Software Design and Consulting - http://www.dgrmm.net > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (MingW32) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFDotfWSIxC85HZHLMRAhWFAKCcXnhCFtdjdx0ccfsJy8oimRWijQCgg5ki > wvAFeIcEpqXBZKdyBSAozk0> =2aoY > -----END PGP SIGNATURE----- > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051216/b5a59d15/attachment.htm
Additional info: scgi.log says that scgi is running on 127.0.0.1:9999 in development mode. Apache.log still posts an unknown error "scgi connecting to server" Any help would be appreciated, Thanks. -Larry On 12/16/05, Larry Kelly <larry at tellinkltd.com> wrote:> > yes, > -L > > On 12/16/05, David Morton <mortonda at dgrmm.net> wrote: > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Larry Kelly wrote: > > > > > Application error ( Apache) > > > Change the error message for exceptions thrown outside of an action > > > (like in Dispatcher setups or broken Ruby code) in public/500.html > > > > Did you start the SCGI process? > > > > - -- > > David Morton > > Maia Mailguard - http://www.maiamailguard.com > > Morton Software Design and Consulting - http://www.dgrmm.net > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.2 (MingW32) > > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > > > iD8DBQFDotfWSIxC85HZHLMRAhWFAKCcXnhCFtdjdx0ccfsJy8oimRWijQCgg5ki > > wvAFeIcEpqXBZKdyBSAozk0> > =2aoY > > -----END PGP SIGNATURE----- > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > -- > Best Regards, > -Larry > "Work, work, work...there is no satisfactory alternative." > --- E.Taft Benson >-- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051217/f499800f/attachment-0001.htm
I''d still like to have some help getting Typo to work with InstantRails. Thanks, -Larry On 12/17/05, Larry Kelly <larry at tellinkltd.com> wrote:> > Additional info: > > scgi.log says that scgi is running on 127.0.0.1:9999 in development mode. > > Apache.log still posts an unknown error "scgi connecting to server" > > Any help would be appreciated, > Thanks. > -Larry > > On 12/16/05, Larry Kelly <larry at tellinkltd.com> wrote: > > > > yes, > > -L > > > > On 12/16/05, David Morton < mortonda at dgrmm.net> wrote: > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > Larry Kelly wrote: > > > > > > > Application error ( Apache) > > > > Change the error message for exceptions thrown outside of an action > > > > (like in Dispatcher setups or broken Ruby code) in public/500.html > > > > > > Did you start the SCGI process? > > > > > > - -- > > > David Morton > > > Maia Mailguard - http://www.maiamailguard.com > > > Morton Software Design and Consulting - http://www.dgrmm.net > > > -----BEGIN PGP SIGNATURE----- > > > Version: GnuPG v1.4.2 (MingW32) > > > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > > > > > iD8DBQFDotfWSIxC85HZHLMRAhWFAKCcXnhCFtdjdx0ccfsJy8oimRWijQCgg5ki > > > wvAFeIcEpqXBZKdyBSAozk0> > > =2aoY > > > -----END PGP SIGNATURE----- > > > _______________________________________________ > > > Instantrails-users mailing list > > > Instantrails-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > > > -- > > Best Regards, > > -Larry > > "Work, work, work...there is no satisfactory alternative." > > --- E.Taft Benson > > > > > > -- > Best Regards, > -Larry > "Work, work, work...there is no satisfactory alternative." > --- E.Taft Benson >-- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051220/e2ba7628/attachment.htm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Larry Kelly wrote:> I''d still like to have some help getting Typo to work with InstantRails.Install latest release... add log folder (export didn''t create it for some reason) It should work. - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDqOq2SIxC85HZHLMRAtafAJ0eYL48f+02iuXKcxL2IwjoFjN7RwCfbgUC vO5HexbFweTyp+zx/ezr2JU=B6Gk -----END PGP SIGNATURE-----
Just to be completely explicit, after unzipping a fresh copy of the latest Instant Rails version, in the "typo-2.6.0" directory, create a subdirectory named "log". Curt On 12/20/05, David Morton <mortonda at dgrmm.net> wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Larry Kelly wrote: > > I''d still like to have some help getting Typo to work with InstantRails. > > Install latest release... add log folder (export didn''t create it for some > reason) > > It should work. > > - -- > David Morton > Maia Mailguard - http://www.maiamailguard.com > Morton Software Design and Consulting - http://www.dgrmm.net > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (MingW32) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFDqOq2SIxC85HZHLMRAtafAJ0eYL48f+02iuXKcxL2IwjoFjN7RwCfbgUC > vO5HexbFweTyp+zx/ezr2JU> =B6Gk > -----END PGP SIGNATURE----- > _______________________________________________ > 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/20051221/1584f885/attachment-0001.htm
On 12/16/05, David Morton <mortonda at dgrmm.net> wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Larry Kelly wrote: > > Installed Preview 7 with typo. Changed this line in my host file: > > > Application error ( Apache) > > Change the error message for exceptions thrown outside of an action > > (like in Dispatcher setups or broken Ruby code) in public/500.html > > Another possible note: I made the port for typo to be 9998; but the > mangement > interface resets to 9999, so if you clicked ok, it reset it to 9999 and > the > webserver is looking for 9998. Set it to 9998 and restart the SCGI > server...Thanks, I was using the managemant interface to check/set the SCGI port number. Re-installed preview8. Left the SCGI configuration alone. Just changed the Hosts file. Now typo works as intended. Thanks, -Larry - --> David Morton > Maia Mailguard - http://www.maiamailguard.com > Morton Software Design and Consulting - http://www.dgrmm.net > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (MingW32) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFDotrVSIxC85HZHLMRAqL4AJwLr9fj3BOPVKK+ycyNP3BVL7hfvgCePNMO > ydPoF9nZAxgR0azbM9IPSBA> =eXt3 > -----END PGP SIGNATURE----- > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051227/3c429325/attachment.htm