Re: [cgiirc-general] Try to deploy CGIIRC to Openshift
Brought to you by:
dgl
From: Ray D. <tvv...@gm...> - 2015-01-08 00:58:24
|
Got it,Thx! On Wed Jan 07 2015 at 下午11:13:44 David Leadbeater <dg...@dg...> wrote: > Okay, so: > > Port 6697 is SSL and cgiirc can't connect as an SSL client, so that is the > server disconnecting it because it isn't SSL. > > In private mail you said: > "And i use Openshift for the server ,Openshift's default port is 8080. > By convention, for example, Web browsers will use the HTTP port 80 or > HTTPS port 443, and these will be proxied to (by default) port 8080 on the > gear's network interface. > > http://kevinboone.net/openshift_for_engineers.html > " > > I suspect what is happening here is that the proxy used by openshift has a > low time limit on HTTP responses and it is being hit. This probably means > CGI:IRC isn't going to work with this. > > On 6 January 2015 at 06:46, Ray Dobie <tvv...@gm...> wrote: > >> hi, >> >> Thx for ur answer and sry to bother u again. >> Here is the site: https://perl-googleshell.rhcloud.com/ >> Why i click login and got this: >> *** Welcome to CGI:IRC 0.5.11 >> *** Looking up irc.freenode.org >> *** Connecting to irc.freenode.org [91.217.189.44] port 6667 >> -wolfe.freenode.net- *** Looking up your hostname... >> -wolfe.freenode.net- *** Checking Ident >> -wolfe.freenode.net- *** Found your hostname >> Disconnected >> >> Then i try to edit the config to port 6697 according this doc >> <https://freenode.net/irc_servers.shtml> but got >> *** Welcome to CGI:IRC 0.5.11 >> *** Looking up irc.freenode.org >> *** Connecting to irc.freenode.org [195.148.124.79] port 6697 >> *** Disconnected from IRC (click to reconnect >> <https://perl-googleshell.rhcloud.com/irc.cgi>) >> >> I try change to banks.freenode.net or dickson.freenode.net >> with 6667,or 6697 ,both not working.Why and how to fix? >> >> Regard, >> -- >> Ray >> >> On Tue Jan 06 2015 at 下午2:07:30 Eddy Chaar <ed...@be...> wrote: >> >>> No problem, you're welcome. >>> >>> Please excuse my brevity, email sent from mobile. >>> On 6 Jan 2015 10:06, "Ray Dobie" <tvv...@gm...> wrote: >>> >>>> Done, Thank you very much! >>>> It looks like https://github.com/dgl/cgiirc/tree/master/interfaces is >>>> some how missing mozilla.pm >>>> So i $wget http://cgiirc.org/releases/cgiirc-0.5.11.tar.gz >>>> Thx again! >>>> >>>> -- >>>> Ray >>>> >>>> On Tue Jan 06 2015 at 下午1:54:54 Eddy Chaar <ed...@be...> wrote: >>>> >>>>> Please look inside "modules" or "interfaces" directories to see if >>>>> mozilla.pm is there. Not in the root folder. >>>>> >>>>> Thanks >>>>> >>>>> Please excuse my brevity, email sent from mobile. >>>>> On 6 Jan 2015 09:43, "Ray Dobie" <tvv...@gm...> wrote: >>>>> >>>>>> Thx & No, there is No lib/ folder in repo, what should i do then? >>>>>> >>>>>> [perl-googleshell.rhcloud.com repo]\> pwd >>>>>> /var/lib/openshift/54ab57555973cae3ba000175/app-root/runtime/repo >>>>>> [perl-googleshell.rhcloud.com repo]\> ls >>>>>> cgiirc.config client-perl.cgi images irc.cgi README >>>>>> cgiirc.config.full docs interfaces modules >>>>>> client.c formats ipaccess.example nph-irc.cgi >>>>>> >>>>>> >>>>>> On Tue Jan 06 2015 at 下午1:30:41 Eddy Chaar <ed...@be...> wrote: >>>>>> >>>>>>> Hi Ray, >>>>>>> >>>>>>> It has been a long time I didnt work with cgi. >>>>>>> >>>>>>> It seems you are using mozilla firefox. >>>>>>> >>>>>>> Could you please make sure that mozilla.pm in found in your modules >>>>>>> folder? >>>>>>> >>>>>>> Please excuse my brevity, email sent from mobile. >>>>>>> On 6 Jan 2015 09:25, "Ray Dobie" <tvv...@gm...> wrote: >>>>>>> >>>>>>>> Hi Guys, >>>>>>>> >>>>>>>> I am trying to deploy cgiirc to Openshift: >>>>>>>> $rhc app-create cgiirc perl-5.10 >>>>>>>> $ssh in and $git clone https://github.com/dgl/cgiirc.git >>>>>>>> Then i edit the cgiirc.config and i change the .htaccess >>>>>>>> Now i got https://perl-googleshell.rhcloud.com run but when i >>>>>>>> click login, i got 500 error. >>>>>>>> >>>>>>>> How to fix it?( I had try chmod +x irc.cgi) >>>>>>>> Logs: http://p.fdzh.org/paste/NXKPzvbJ >>>>>>>> >>>>>>>> >>>>>>>> Regards, >>>>>>>> -- >>>>>>>> Ray >>>>>>>> >>>>>>>> ------------------------------------------------------------ >>>>>>>> ------------------ >>>>>>>> Dive into the World of Parallel Programming! The Go Parallel >>>>>>>> Website, >>>>>>>> sponsored by Intel and developed in partnership with Slashdot >>>>>>>> Media, is your >>>>>>>> hub for all things parallel software development, from weekly >>>>>>>> thought >>>>>>>> leadership blogs to news, videos, case studies, tutorials and more. >>>>>>>> Take a >>>>>>>> look and join the conversation now. http://goparallel.sourceforge. >>>>>>>> net >>>>>>>> _______________________________________________ >>>>>>>> cgiirc-general mailing list >>>>>>>> cgi...@li... >>>>>>>> https://lists.sourceforge.net/lists/listinfo/cgiirc-general >>>>>>>> >>>>>>>> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming! The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is >> your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net >> _______________________________________________ >> cgiirc-general mailing list >> cgi...@li... >> https://lists.sourceforge.net/lists/listinfo/cgiirc-general >> >> > |